-
Notifications
You must be signed in to change notification settings - Fork 56
Filter based on deprecation, stability, and annotations in signal JQ helpers #870
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
Filter based on deprecation, stability, and annotations in signal JQ helpers #870
Conversation
|
@MrAlias, could you please take a look? I assume you'd expect |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #870 +/- ##
=====================================
Coverage 77.7% 77.7%
=====================================
Files 76 76
Lines 5924 5924
=====================================
Hits 4603 4603
Misses 1321 1321 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yeah, that sounds ideal. 👍 |
lquerel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MrAlias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the fix 😄
- Remove temporary fix to filter out deprecated metrics (addressed in open-telemetry/weaver#870) - Handle empty briefs gracefully - Handle empty attributes gracefully - Regenerate v1.36.0 semconv to fix docs [Weaver v0.17.0 release](https://github.com/open-telemetry/weaver/releases/tag/v0.17.0) Follow up to #7163 --------- Co-authored-by: Robert Pająk <[email protected]>
Fixes #847 - applies stability, deprecation, annotations filters to signals in JQ helper methods and to attribute references under them.