Name metric consistently

pull/4443/head
Andrew Morgan 2019-01-23 14:21:19 +00:00
parent ef7865e2f2
commit 77dfe51aba
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from synapse.util.metrics import Measure
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# Expose event stream processing position # Expose event stream processing position
event_processing_position = Gauge("event_stream_processing_position", "Currently processed up to position in the event stream") event_processing_position = Gauge("synapse_user_dir_event_stream_position", "Currently processed up to position in the event stream")
class UserDirectoryHandler(object): class UserDirectoryHandler(object):
"""Handles querying of and keeping updated the user_directory. """Handles querying of and keeping updated the user_directory.