Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit d808503

Browse files
authored
Fixup some metrics bugs with push metrics (#39927)
1 parent 3b97f54 commit d808503

File tree

4 files changed

+99
-65
lines changed

4 files changed

+99
-65
lines changed

doc/admin/observability/alerts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5931,7 +5931,7 @@ with your code hosts connections or networking issues affecting communication wi
59315931
<details>
59325932
<summary>Technical details</summary>
59335933

5934-
Custom alert query: `last_over_time(sum(increase(src_executor_processor_errors_total{queue=~"${queue:regex}",job=~"^sourcegraph-executors.*"}[5m]))[5h:]) / (last_over_time(sum(increase(src_executor_processor_total{queue=~"${queue:regex}",job=~"^sourcegraph-executors.*"}[5m]))[5h:]) + last_over_time(sum(increase(src_executor_processor_errors_total{queue=~"${queue:regex}",job=~"^sourcegraph-executors.*"}[5m]))[5h:])) * 100`
5934+
Custom alert query: `last_over_time(sum(increase(src_executor_processor_errors_total{queue=~"${queue:regex}",sg_job=~"^sourcegraph-executors.*"}[5m]))[5h:]) / (last_over_time(sum(increase(src_executor_processor_total{queue=~"${queue:regex}",sg_job=~"^sourcegraph-executors.*"}[5m]))[5h:]) + last_over_time(sum(increase(src_executor_processor_errors_total{queue=~"${queue:regex}",sg_job=~"^sourcegraph-executors.*"}[5m]))[5h:])) * 100`
59355935

59365936
</details>
59375937

0 commit comments

Comments
 (0)