cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.68.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/pint/rules/1.yml

12lines · modecode

1groups:
2- name: test
3 rules:
4 - alert: Service Is Down
5 expr: up == 0
6 for: 0s
7
8 - alert: Service Is Down
9 expr: up{job="abc"} == 0
10
11 - alert: Everything Is Down
12 expr: up:sum == 0
13