Skip to content

insights: fix query runner worker metrics

Administrator requested to merge leo/fix-query-runner-metrics into main

Created by: leonore

closes #39838 (closed)

the issue was that the metrics identifier name was changed, and that was actually associated to the metrics themselves. if we change the metrics name now though, we can get visibility into the past.

Test plan

locally:

sg start enterprise-codeinsights &
sg start monitoring

create some insights to trigger some queue activity

navigate to https://sourcegraph.test:3443/-/debug/grafana/d/worker/worker?orgId=1

before after
image image

also changing the metrics name on dogfood, for example shows this works

Merge request reports

Loading