Add desc to `get_earliest_token_for_stats` (#13085)
This commit is contained in:
parent
90cadcd403
commit
8ceed5e6b5
|
@ -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