mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 22:25:03 +00:00
12 lines
204 B
YAML
12 lines
204 B
YAML
kind: ServiceMonitor
|
|
apiVersion: monitoring.coreos.com/v1
|
|
metadata:
|
|
name: sample-app
|
|
labels:
|
|
app: sample-app
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: sample-app
|
|
endpoints:
|
|
- port: http
|