Skip to content

Commit

Permalink
Release acquired dimensions (netdata#15307)
Browse files Browse the repository at this point in the history
  • Loading branch information
stelfrag committed Jul 4, 2023
1 parent d594a22 commit dfe70ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion collectors/plugins.d/pluginsd_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,10 @@ static inline PARSER_RC pluginsd_chart(char **words, size_t num_words, PARSER *p

if (likely(st)) {
if (options && *options) {
if (strstr(options, "obsolete"))
if (strstr(options, "obsolete")) {
pluginsd_rrdset_cleanup(st);
rrdset_is_obsolete(st);
}
else
rrdset_isnot_obsolete(st);

Expand Down

0 comments on commit dfe70ab

Please sign in to comment.