mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 21:13:54 +01: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…
Reference in a new issue