feat(mon/homeassistant): scrape Home Assistant Prometheus metrics

This commit is contained in:
2026-06-20 11:30:27 +03:00
parent 8783bc086a
commit bf2077b19c
2 changed files with 45 additions and 0 deletions
@@ -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