mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 12:44:52 -04:00
Remove an unused prometheus metric (#7878)
This commit is contained in:
parent
05060e0223
commit
931b026844
2 changed files with 2 additions and 3 deletions
1
changelog.d/7878.removal
Normal file
1
changelog.d/7878.removal
Normal file
|
@ -0,0 +1 @@
|
||||||
|
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", "")
|
user_sync_counter = Counter("synapse_replication_tcp_resource_user_sync", "")
|
||||||
federation_ack_counter = Counter("synapse_replication_tcp_resource_federation_ack", "")
|
federation_ack_counter = Counter("synapse_replication_tcp_resource_federation_ack", "")
|
||||||
remove_pusher_counter = Counter("synapse_replication_tcp_resource_remove_pusher", "")
|
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", "")
|
user_ip_cache_counter = Counter("synapse_replication_tcp_resource_user_ip_cache", "")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue