Remove an unused prometheus metric (#7878)

pull/7934/head
Richard van der Hoff 2020-07-22 00:40:55 +01:00 committed by GitHub
parent 05060e0223
commit 931b026844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

1
changelog.d/7878.removal Normal file
View File

@ -0,0 +1 @@
Remove unused `synapse_replication_tcp_resource_invalidate_cache` prometheus metric.

View File

@ -67,9 +67,7 @@ inbound_rdata_count = Counter(
user_sync_counter = Counter("synapse_replication_tcp_resource_user_sync", "")
federation_ack_counter = Counter("synapse_replication_tcp_resource_federation_ack", "")
remove_pusher_counter = Counter("synapse_replication_tcp_resource_remove_pusher", "")
invalidate_cache_counter = Counter(
"synapse_replication_tcp_resource_invalidate_cache", ""
)
user_ip_cache_counter = Counter("synapse_replication_tcp_resource_user_ip_cache", "")