"PrometheusTargetMissing"의 두 판 사이의 차이

8번째 줄: 8번째 줄:
     for: 0m
     for: 0m
     labels:
     labels:
       severity: critical
       #severity: critical
      severity: info
     annotations:
     annotations:
       summary: Prometheus target missing (instance {{ $labels.instance }})
       summary: Prometheus target missing (instance {{ $labels.instance }})

2024년 3월 27일 (수) 16:18 판

1 개요

PrometheusTargetMissing
  • A Prometheus target has disappeared. An exporter might be crashed.
  • 프로메테우스 타겟이 사라졌다. exporter가 crash되었을 수 있다.
  - alert: PrometheusTargetMissing
    expr: up == 0
    for: 0m
    labels:
      #severity: critical
      severity: info
    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 }}