mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:44:52 -04:00
Append _total to metric and fix up spelling
This commit is contained in:
parent
20733857ab
commit
395276b405
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# Counts the number of times we got asked for a lazy loaded sync. Type is one of
|
# Counts the number of times we got asked for a lazy loaded sync. Type is one of
|
||||||
# initial_sync, full_sate_sync or incremental_sync
|
# initial_sync, full_state_sync or incremental_sync
|
||||||
lazy_member_sync_counter = Counter(
|
lazy_member_sync_counter = Counter(
|
||||||
"synapse_handlers_sync_lazy_member_sync", "", ["type"],
|
"synapse_handlers_sync_lazy_member_sync_total", "", ["type"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Store the cache that tracks which lazy-loaded members have been sent to a given
|
# Store the cache that tracks which lazy-loaded members have been sent to a given
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue