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