mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +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", "")
|
||||
|
||||
event_processing_loop_counter = Counter(
|
||||
"synapse_event_processing_loop",
|
||||
"synapse_event_processing_loop_count",
|
||||
"Event processing loop iterations",
|
||||
["name"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue