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(processors.lookup): Fix tracking metrics #13092

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Apr 14, 2023

resolves #13077

When using the lookup processor with tracking metrics the template cannot access the template-specific functions of the embedded metric. Therefore, the lookup processor will fail as described in #13077.

This PR adds the possibility to "unwrap" the tracked metric and directly access the inner raw metric. We then use the new possibility to fix the lookup processor.

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Apr 14, 2023
@powersj powersj merged commit 3c3c0d8 into influxdata:master Apr 18, 2023
powersj pushed a commit that referenced this pull request Apr 24, 2023
@srebhan srebhan added this to the v1.26.2 milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug plugin/processor ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

processor.lookup does not work in 1.26.1
2 participants