Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Prometheus - A titan for cloud monitoring?

Prometheus - A titan for cloud monitoring?

A short overview of what prometheus is and how prometheus does monitoring.

Avatar for Moritz Weichert

Moritz Weichert

October 25, 2018
Tweet

More Decks by Moritz Weichert

Other Decks in Technology

Transcript

  1. inactive pending firing # Alert for any instance that is

    unreachable for >5 minutes. - alert: InstanceDown expr: up == 0 for: 5m labels: severity: page annotations: summary: "Instance {{ $labels.instance }} down" description: "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 5 minutes.“