mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
19 lines
316 B
YAML
19 lines
316 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: frontend
|
|
namespace: default
|
|
labels:
|
|
tier: frontend
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
tier: frontend
|
|
targetLabels:
|
|
- tier
|
|
endpoints:
|
|
- port: web
|
|
interval: 10s
|
|
namespaceSelector:
|
|
matchNames:
|
|
- default
|