2021-09-26 21:00:29 +00:00
|
|
|
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:
|
2021-09-26 21:09:47 +00:00
|
|
|
- port: http-metrics
|
|
|
|
interval: 60s
|
|
|
|
scrapeTimeout: 30s
|