mirror of https://github.com/prometheus/prometheus
Goutham Veeramachaneni
8 years ago
6 changed files with 55 additions and 9 deletions
@ -0,0 +1,8 @@
|
||||
Version: 1 |
||||
Groups: |
||||
- name: yolo |
||||
rules: |
||||
- alert: hola |
||||
expr: 1 |
||||
annotations: |
||||
ins-tance: localhost |
@ -0,0 +1,8 @@
|
||||
Version: 1 |
||||
Groups: |
||||
- name: yolo |
||||
rules: |
||||
- record: hola |
||||
expr: 1 |
||||
labels: |
||||
ins-tance: localhost |
Loading…
Reference in new issue