1
0

Merge commit '931b02684' into anoa/dinsic_release_1_18_x

* commit '931b02684':
  Remove an unused prometheus metric (#7878)
This commit is contained in:
Andrew Morgan
2020-08-03 17:39:03 -07:00
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", "")