17 lines
292 B
YAML
17 lines
292 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: converge-monitoring
|
|
spec:
|
|
endpoints:
|
|
- honorLabels: true
|
|
path: /metrics
|
|
scheme: http
|
|
scrapeTimeout: 30s
|
|
port: prometheus
|
|
selector:
|
|
matchLabels:
|
|
app: converge
|
|
targetLabels:
|
|
- app
|