monitoring-authoring
Installation
SKILL.md
Monitoring Resource Authoring
This skill covers creating and modifying monitoring resources. For querying Prometheus or investigating alerts, see the prometheus skill and sre skill.
Resource Types
| Resource | API Group | Purpose |
|---|---|---|
PrometheusRule |
monitoring.coreos.com/v1 |
Alert rules and recording rules |
ServiceMonitor |
monitoring.coreos.com/v1 |
Scrape metrics from Services |
PodMonitor |
monitoring.coreos.com/v1 |
Scrape metrics from Pods directly |
ScrapeConfig |
monitoring.coreos.com/v1alpha1 |
Advanced scrape configuration |
AlertmanagerConfig |
monitoring.coreos.com/v1alpha1 |
Routing, receivers, silencing |
Silence |
observability.giantswarm.io/v1alpha2 |
Declarative Alertmanager silences |
Canary |
canaries.flanksource.com/v1 |
Synthetic health checks (HTTP, TCP, K8s) |
See [references/file-placement.md] for where to put each resource type and naming conventions.