Files
infra-prod/deploy/prometheus/manifests/prometheus-self-monitor.yaml
2025-03-30 19:48:23 +02:00

19 lines
359 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
release: prometheus
name: prometheus-self-monitor
namespace: monitoring
spec:
endpoints:
- path: /metrics
port: web
relabelings:
- replacement: prometheus
targetLabel: job
scheme: http
selector:
matchLabels:
prometheus: prometheus-k8s