Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge commit '931b02684' into anoa/dinsic_release_1_18_x
Browse files Browse the repository at this point in the history
* commit '931b02684':
  Remove an unused prometheus metric (#7878)
  • Loading branch information
anoadragon453 committed Aug 4, 2020
2 parents 1959400 + 931b026 commit e10d550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/7878.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unused `synapse_replication_tcp_resource_invalidate_cache` prometheus metric.
4 changes: 1 addition & 3 deletions synapse/replication/tcp/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
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", "")


Expand Down

0 comments on commit e10d550

Please sign in to comment.