Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. joco@joco:~/Downloads$ git clone https://github.com/prometheus/prometheus.git
  2. Cloning into 'prometheus'...
  3. remote: Counting objects: 33927, done.
  4. remote: Compressing objects: 100% (41/41), done.
  5. remote: Total 33927 (delta 18), reused 30 (delta 13), pack-reused 33873
  6. Receiving objects: 100% (33927/33927), 31.58 MiB | 2.79 MiB/s, done.
  7. Resolving deltas: 100% (18745/18745), done.
  8. joco@joco:~/Downloads$ grep -r -e "- alert:" prometheus
  9. prometheus/pkg/rulefmt/testdata/bad_annotation.bad.yaml: - alert: hola
  10. prometheus/pkg/rulefmt/testdata/test.yaml: - alert: HighErrors
  11. prometheus/pkg/rulefmt/testdata/test.yaml: - alert: HighErrors
  12. prometheus/pkg/rulefmt/testdata/test.yaml: - alert: HighErrors
  13. prometheus/pkg/rulefmt/testdata/test.yaml: - alert: HighErrors
  14. prometheus/config/testdata/first.rules: - alert: InstanceDown
  15. prometheus/docs/configuration/alerting_rules.md: - alert: HighErrorRate
  16. prometheus/docs/configuration/alerting_rules.md: - alert: InstanceDown
  17. prometheus/docs/configuration/alerting_rules.md: - alert: APIHighRequestLatency
  18. prometheus/docs/migration.md: - alert: FrontendRequestLatency
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement