You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Several functions (at least divideSeries, divideSeriesLists, and asPercent) trash the tags of the inputs. This makes it difficult to use features in grafana that require tags (e.g. "Labels to Fields" transformation) or other functions like groupByTags post division.
It would be nice to have an option to preserve tags where the dividend and divisor have the same values.
Describe the solution you'd like
Add a flag (default to false for backwards compatibility) to preserve overlapping tags
Is your feature request related to a problem? Please describe.
Several functions (at least
divideSeries,divideSeriesLists, andasPercent) trash the tags of the inputs. This makes it difficult to use features in grafana that require tags (e.g. "Labels to Fields" transformation) or other functions likegroupByTagspost division.It would be nice to have an option to preserve tags where the dividend and divisor have the same values.
Describe the solution you'd like
Add a flag (default to false for backwards compatibility) to preserve overlapping tags
Describe alternatives you've considered
N/A