disable deprecated runtime metrics by default#7418
disable deprecated runtime metrics by default#7418pellared merged 17 commits intoopen-telemetry:mainfrom
Conversation
8e5e5e4 to
a24e85e
Compare
dashpole
left a comment
There was a problem hiding this comment.
I think we also need to update/reorganize the package documentation in
to reflect that the new metrics are always produced, and that the env var re-enables the old ones. We should probably flip the docs and list the old ones first, and new ones second.We should also make it so that we still enable the new metrics even when the legacy ones are re-enabled. I think we shouldn't return in this statement anymore:
|
This needs a changelog entry. |
|
@dashpole where do those go? |
34e4b0a to
2faa4bb
Compare
|
ok @dashpole changes are done PTAL |
|
So if this merges when is the next release that this would be a part of? |
60f8147 to
070c7df
Compare
|
The last release was 2 weeks ago, so probably in the next week. We do releases as needed, but generally every 2 weeks |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7418 +/- ##
=======================================
- Coverage 82.3% 82.3% -0.1%
=======================================
Files 205 205
Lines 17967 17967
=======================================
- Hits 14801 14791 -10
- Misses 2731 2738 +7
- Partials 435 438 +3
🚀 New features to boost your workflow:
|
d1e2d35 to
aad4477
Compare
Co-authored-by: David Ashpole <dashpole@google.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
0127214 to
220e866
Compare
|
lint failure seems unrelated
|
|
is codecov/patch check blocking? |
|
No |
|
@open-telemetry/go-approvers any concerns with enabling new go runtime metrics by default, and disabling the old ones? |
There was a problem hiding this comment.
Please update these docs: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/runtime/internal/x/README.md#include-deprecated-metrics
Moreover, this line can be now removed:
Co-authored-by: Robert Pająk <pellared@hotmail.com>
|
@pellared made the changes let me know if you need anything else |
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
|
Thanks everyone - when's the next release planned? |
|
Looks like one PR left in the contrib milestone: https://github.com/open-telemetry/opentelemetry-go-contrib/milestone/31, and a bit of work left in core: https://github.com/open-telemetry/opentelemetry-go/milestone/70 |
Part of #5655