FunctionsTime Series
time_series_replace_tag
Replaces a single key's value in a tag set. If the key does not exist, it is appended as a new key=value pair.
time_series_replace_tag(…) → StringKind · scalar
Replaces a single key's value in a tag set. If the key does not exist, it is appended as a new key=value pair.
Part of the Time Series family.
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.
time_series_resample_to_grid_with_staleness
Resamples onto a regular grid and emits null when the latest sample is older than the configured staleness threshold.