Skip to content

Commit

Permalink
fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 7, 2018
1 parent 53bca46 commit bab94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def collect(self):
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"],
)
Expand Down

0 comments on commit bab94da

Please sign in to comment.