Skip to content

Instantly share code, notes, and snippets.

@jmhublar
Created March 14, 2023 20:11
Show Gist options
  • Save jmhublar/6806b2d0e078662b4ebf4647f3740fb8 to your computer and use it in GitHub Desktop.
Save jmhublar/6806b2d0e078662b4ebf4647f3740fb8 to your computer and use it in GitHub Desktop.
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
namespace: pulsar
creationTimestamp: null
labels:
app: kube-prometheus-stack
release: prometheus-operator
name: pleaseignore
spec:
groups:
- name: pulsar.test
rules:
- alert: PulsarFaultInNonPulsaredArea
expr: vector(1)
annotations:
summary: Pulsar Fault in Non-Pulsared Area
description: |
Pulsar is not yet configured to send alerts. This must necessarily be a test.
This is the runbook url http://www.google.com
link: http://www.google.com
labels:
severity: warning
domain: pulsar
test: test_label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment