"PrometheusTargetMissing"의 두 판 사이의 차이

(새 문서: ==개요== ;PrometheusTargetMissing <syntaxhighlight lang='yaml'> - alert: PrometheusTargetMissing expr: up == 0 for: 0m labels: severity: critical annotation...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;PrometheusTargetMissing
;PrometheusTargetMissing
 
* 프로메테우스 타겟이 사라졌다. exporter가 crash되었을 수 있다.
<syntaxhighlight lang='yaml'>
<syntaxhighlight lang='yaml'>
   - alert: PrometheusTargetMissing
   - alert: PrometheusTargetMissing

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

1 개요

PrometheusTargetMissing
  • 프로메테우스 타겟이 사라졌다. exporter가 crash되었을 수 있다.
  - 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 }}