Kubernetes - Monitoring and Logging
Given this snippet of a ServiceMonitor YAML, what is the scrape interval Prometheus will use?
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: example-monitor
spec:
endpoints:
- port: web
interval: 15s
selector:
matchLabels:
app: example