@cryptotaxi247 / netdata-1 / commits / cadfc31ce

Store virtual host labels (#20841)

Stelios Fragkakis committed Aug 19, 2025 at 11:13 UTC cadfc31ce636220120204e5e7c3a7c1382e23d46
1 file changed +1
src/plugins.d/pluginsd_parser.c
+1
@@ -250,6 +250,7 @@ static inline PARSER_RC pluginsd_host_define_end(char **words __maybe_unused, si
250 else
251 schedule_node_state_update(host, 100);
252
253 + rrdhost_flag_set(host, RRDHOST_FLAG_METADATA_LABELS | RRDHOST_FLAG_METADATA_UPDATE);
254 return PARSER_RC_OK;
255 }
256