17 lines
310 B
YAML
17 lines
310 B
YAML
|
|
apiVersion: monitoring.coreos.com/v1
|
||
|
|
kind: ServiceMonitor
|
||
|
|
metadata:
|
||
|
|
name: opensearch
|
||
|
|
namespace: data
|
||
|
|
labels:
|
||
|
|
app: opensearch
|
||
|
|
release: kube-prometheus-stack
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app: opensearch
|
||
|
|
endpoints:
|
||
|
|
- port: http
|
||
|
|
interval: 30s
|
||
|
|
path: /_prometheus/metrics
|