mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Add desc to get_earliest_token_for_stats
(#13085)
This commit is contained in:
parent
90cadcd403
commit
8ceed5e6b5
2 changed files with 2 additions and 0 deletions
1
changelog.d/13085.misc
Normal file
1
changelog.d/13085.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Correctly report prometheus DB stats for `get_earliest_token_for_stats`.
|
|
@ -295,6 +295,7 @@ class StatsStore(StateDeltasStore):
|
|||
keyvalues={id_col: id},
|
||||
retcol="completed_delta_stream_id",
|
||||
allow_none=True,
|
||||
desc="get_earliest_token_for_stats",
|
||||
)
|
||||
|
||||
async def bulk_update_stats_delta(
|
||||
|
|
Loading…
Add table
Reference in a new issue