-
Notifications
You must be signed in to change notification settings - Fork 438
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
[Metrics SDK] Cleanup ENABLE_METRICS_PREVIEW #1735
[Metrics SDK] Cleanup ENABLE_METRICS_PREVIEW #1735
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1735 +/- ##
==========================================
- Coverage 85.79% 85.73% -0.05%
==========================================
Files 171 171
Lines 5212 5212
==========================================
- Hits 4471 4468 -3
- Misses 741 744 +3
|
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
sdk/CMakeLists.txt
Outdated
if(NOT WITH_METRICS_PREVIEW) | ||
set(METRICS_EXCLUDE_PATTERN "_metrics") | ||
endif() | ||
set(METRICS_EXCLUDE_PATTERN "_metrics") |
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.
Once _metrics
are removed (PR #1734), METRICS_EXCLUDE_PATTERN
can probably be removed as well.
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.
thanks, removed
api/CMakeLists.txt
Outdated
if(NOT WITH_METRICS_PREVIEW) | ||
set(METRICS_EXCLUDE_PATTERN "metrics") | ||
endif() | ||
set(METRICS_EXCLUDE_PATTERN "metrics") |
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.
we don't need this variable anymore.
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.
thanks, cleaned
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 cleanup :)
Changes
This does cleanup as part of #1573 - remove ENABLE_METRICS_PREVIEW macro check in new metrics implementation.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes