mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-07-23 09:11:23 +03:00
This commit adds MDX(Monitoring Data eXchange) feature into vmagent. It allows to detect VictoriaMetrics related components and forward metrics only for those instances. In default state, mdx detects timeseries based on `vm_app_version` metric name and tracks instance based on "job:instance" key. It holds tracked instances in-memory for 1 hour, which must be enough for the most scrape intervals. fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10600