feat(mon/homeassistant): scrape Home Assistant Prometheus metrics
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: operator.victoriametrics.com/v1beta1
|
||||
kind: VMStaticScrape
|
||||
metadata:
|
||||
name: homeassistant
|
||||
namespace: monitoring
|
||||
labels:
|
||||
app.kubernetes.io/name: homeassistant
|
||||
spec:
|
||||
jobName: homeassistant
|
||||
targetEndpoints:
|
||||
- targets:
|
||||
- "http://homeassistant.iot.lviv:8123"
|
||||
scheme: http
|
||||
path: /api/prometheus
|
||||
interval: 60s
|
||||
scrapeTimeout: 30s
|
||||
bearerTokenSecret:
|
||||
name: homeassistant-prometheus
|
||||
key: token
|
||||
relabelConfigs:
|
||||
- targetLabel: instance
|
||||
replacement: homeassistant
|
||||
Reference in New Issue
Block a user