Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
make it more clear in service not up (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd authored Feb 15, 2019
1 parent 198c8cf commit 2d4a287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus/deploy/alerting/pai-services.rules
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ groups:
labels:
type: pai_service
annotations:
summary: "{{$labels.job}} in {{$labels.instance}} not up detected"
summary: "{{$labels.pai_service_name}} in {{$labels.instance}} not up detected"

- alert: JobExporterHangs
expr: irate(collector_iteration_count_total[5m]) == 0
Expand Down

0 comments on commit 2d4a287

Please sign in to comment.