15 lines
366 B
YAML
15 lines
366 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: helium-blockchain-exporter
|
|
labels:
|
|
app.kubernetes.io/name: helium-blockchain-exporter
|
|
monitor: prometheus
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: helium-blockchain-exporter
|
|
endpoints:
|
|
- port: http-metrics
|
|
interval: 60s
|
|
scrapeTimeout: 30s |