17 lines
321 B
YAML
17 lines
321 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: online-boutique
|
|
labels:
|
|
app: online-boutique
|
|
prometheus: kube-prometheus
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: online-boutique
|
|
endpoints:
|
|
- port: http
|
|
path: /actuator/prometheus
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|