Skip to content
Snippets Groups Projects
Unverified Commit 931b0268 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Remove an unused prometheus metric (#7878)

parent 05060e02
No related branches found
No related tags found
No related merge requests found
Remove unused `synapse_replication_tcp_resource_invalidate_cache` prometheus metric.
......@@ -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", "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment