FunctionsTime Series
time_series_remove_tag
Removes one named key from a key=value tag set and returns the updated tag string.
time_series_remove_tag(…) → StringKind · scalar
Removes one named key from a key=value tag set and returns the updated tag string.
Part of the Time Series family.
time_series_remove_all_tags_except
Removes all tags except those listed in a comma-delimited allowlist.
time_series_remove_tags
Removes one or more named keys from a key=value tag set. The first argument is the source tag set and the remaining arguments are key names or comma-delimited key lists to remove.