mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add desc to get_earliest_token_for_stats
(#13085)
This commit is contained in:
parent
90cadcd403
commit
8ceed5e6b5
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 New Issue
Block a user