mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 03:58:06 +03:00
fix metric name
This commit is contained in:
parent
53bca4690b
commit
bab94da79c
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ sent_transactions_counter = Counter("synapse_federation_client_sent_transactions
|
||||||
events_processed_counter = Counter("synapse_federation_client_events_processed", "")
|
events_processed_counter = Counter("synapse_federation_client_events_processed", "")
|
||||||
|
|
||||||
event_processing_loop_counter = Counter(
|
event_processing_loop_counter = Counter(
|
||||||
"synapse_event_processing_loop",
|
"synapse_event_processing_loop_count",
|
||||||
"Event processing loop iterations",
|
"Event processing loop iterations",
|
||||||
["name"],
|
["name"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue