Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of tags for nested functions #75

Closed
carrieedwards opened this issue Aug 23, 2022 · 0 comments · Fixed by #76
Closed

Fix handling of tags for nested functions #75

carrieedwards opened this issue Aug 23, 2022 · 0 comments · Fixed by #76
Labels
bug Something isn't working

Comments

@carrieedwards
Copy link
Collaborator

Describe the bug
Currently, for certain functions, when another function is an argument that returns results, the tags that had been assigned to the resulting series are not included in the final result of the query. This is because some functions do not copy over tags. Some examples of such functions include aliasByNode, alias, and aggregateLine.

Example:

aliasByNode(absolute(testMetric),1))

The resulting tags will currently just include the name tag, and not the absolute tag.

@carrieedwards carrieedwards added the bug Something isn't working label Aug 23, 2022
@carrieedwards carrieedwards linked a pull request Aug 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant