PrometheusTargetMissing

Jmnote (토론 | 기여)님의 2024년 3월 27일 (수) 16:15 판 (새 문서: ==개요== ;PrometheusTargetMissing <syntaxhighlight lang='yaml'> - alert: PrometheusTargetMissing expr: up == 0 for: 0m labels: severity: critical annotation...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

PrometheusTargetMissing
  - alert: PrometheusTargetMissing
    expr: up == 0
    for: 0m
    labels:
      severity: critical
    annotations:
      summary: Prometheus target missing (instance {{ $labels.instance }})
      description: "A Prometheus target has disappeared. An exporter might be crashed.\n  VALUE = {{ $value }}\n  LABELS = {{ $labels }}"

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}