Logging and Monitoring
Prometheus Endpoint
<servicename>:8443Configuring with ServiceMonitor
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: fabric-servicemonitor
spec:
endpoints:
- interval: 15s
port: metrics
selector:
matchLabels:
monitoring: true # These labels are provisioned automatically for each service that supports monitoringLast updated
Was this helpful?