From 2a8bd2b5cc319cb81a960807da132fd39653712c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 24 Dec 2020 11:32:58 +0200 Subject: [PATCH] docs/CHANGELOG.md: mention about adding missing __meta_kubernetes_service_* labels for `endpoints` and `endpointslices` roles in `kubernetes_sd_config` See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/982 --- docs/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3a05f66772..1935299811 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,8 @@ * FEATURE: remove parts with stale data as soon as they go outside the configured `-retentionPeriod`. Previously such parts may remain active for long periods of time. This should help reducing disk usage for `-retentionPeriod` smaller than one month. * FEATURE: vmalert: allow setting multiple values for `-notifier.tlsInsecureSkipVerify` command-line flag per each `-notifier.url`. +* BUGFIX: vmagent: set missing `__meta_kubernetes_service_*` labels in `kubernetes_sd_config` for `endpoints` and `endpointslices` roles. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/982 + # [v1.50.2](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.50.2)