-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Prerelease v1.10.0 #3158
Prerelease v1.10.0 #3158
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3158 +/- ##
=====================================
Coverage 76.3% 76.3%
=====================================
Files 180 180
Lines 12009 12009
=====================================
Hits 9169 9169
Misses 2598 2598
Partials 242 242
|
This is not included in this release and needs to be removed from the changelog entry. |
What happened to this change? I've been waiting to refer to it from opentelemetry-collector, here: open-telemetry/opentelemetry-collector#5938 |
I'd like to suggest we include the exponential histogram mapping function change in this release, |
@MrAlias Did I miss something? Maybe this needs to be a v1.10, and metrics/v0.32. release? |
…ase_bridge_v0.32.0' into prerelease-v1.10.0 Signed-off-by: GitHub <noreply@github.com>
We had agreed the next metric release is going to be for the alpha SDK. I think the versioning is correct as is.
I thought it was agreed the commit hash version of main would be used as a dependency for this package? |
I can do that. I've done that in |
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.
I'd prefer if #3156 could be included in this release, approved either way.
@MadVikingGod sorry to create trouble. I think it's OK not to create a v0.32 metrics release, especially if we can prioritize moving the |
Revert "Merge branches 'prerelease_experimental-metrics_v0.32.0' and 'prerelease_bridge_v0.32.0' into prerelease-v1.10.0" This reverts commit 8341bbf, reversing changes made to 75227ae. Revert "Prepare bridge for version v0.32.0" This reverts commit 5b20a30. Revert "Prepare experimental-metrics for version v0.32.0" This reverts commit 75227ae.
I don't remember the v0.32 discussion, but I'm fine with that. I have reverted the changes for those versions (v0.32.0), and have removed the changelog entry. |
As #3156 is also a customer impacting bugfix I also would like to see that in this release. I will delay until that is landed in main, and can be added to this PR. |
A step in #3157
Releases https://github.com/open-telemetry/opentelemetry-go/milestone/26
Added
Include compatibility testing and document support. (Add support for Go 1.19 #3077)
Changed
SpanKind
in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing
). (Fixopentracing.Bridge
where it miss identifying the spanKind #3096)exact upper-inclusive boundary support following the corresponding
specification change. (Change the inclusivity of exponential histogram bounds #2982)
context
will no longer cause a panic. (Update tracer to guard for a nil ctx #3110)