Sha256: 0a5cdad4a99c3d22a259c4c5c2c7a667ffe6ad6dbe401174179a26f6cdbd63e7

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

groups:
- name: alert.rules
  rules:
  - alert: EndpointDown
    expr: probe_success == 0
    for: 10s
    labels:
      severity: 'critical'
    annotations:
      summary: 'Endpoint down'
  - alert: ExporterDown
    expr: up == 0
    for: 1m
    labels:
      severity: warning
    annotations:
      summary: 'Exporter down (instance {{ $labels.instance }})'
      description: 'Prometheus exporter down\n  VALUE = {{ $value }}\n  LABELS: {{ $labels }}'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
caco-0.1.0 lib/caco/prometheus/view/alerts.erb