Removes comments

This commit is contained in:
Ulysse Pence 2026-09-01 18:47:50 -02:00
parent f6cc0f2400
commit 0d1af09534
2 changed files with 1 additions and 2 deletions

View File

@ -562,7 +562,7 @@ class PrometheusMetrics:
# ai: embed_now fast path runs as an API-process background task
self._touch(embed_now_tasks_shed_counter)
self.set_embed_now_tasks_in_flight(0)
# ai: the deriver-work gauges are API-only; the deriver never sets them
self.set_deriver_metrics()
self.set_deriver_outstanding_work(seconds=0)
self.set_dreams_due(count=0)

View File

@ -131,7 +131,6 @@ def test_deriver_token_combos_are_valid_and_complete():
) not in ingestion
# ai: API-only; a deriver-exported 0 would read as "no work" on a series it never measures. message_embeddings_pending is absent because both processes report it
_API_DERIVER_METRIC_GAUGES = (
"deriver_outstanding_work_seconds",
"deriver_queue_work_units_eligible",