-
Notifications
You must be signed in to change notification settings - Fork 588
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
Release v1.24.0/v0.49.0/v0.18.0/v0.4.0 #5141
Merged
MrAlias
merged 6 commits into
open-telemetry:main
from
MrAlias:release-v1.24.0/v0.49.0/v0.18.0/v0.4.0
Feb 23, 2024
Merged
Release v1.24.0/v0.49.0/v0.18.0/v0.4.0 #5141
MrAlias
merged 6 commits into
open-telemetry:main
from
MrAlias:release-v1.24.0/v0.49.0/v0.18.0/v0.4.0
Feb 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5141 +/- ##
=====================================
Coverage 61.3% 61.3%
=====================================
Files 185 185
Lines 13882 13882
=====================================
Hits 8511 8511
Misses 5171 5171
Partials 200 200
|
MrAlias
requested review from
MadVikingGod,
yurishkuro,
Aneurysm9,
pellared,
dmathieu and
hanyuancheung
as code owners
February 23, 2024 17:07
dashpole
approved these changes
Feb 23, 2024
pellared
approved these changes
Feb 23, 2024
zailic
pushed a commit
to zailic/opentelemetry-go-contrib
that referenced
this pull request
Mar 19, 2024
* Bump versions.yaml * Sync core * Prepare stable-v1 for version v1.24.0 * Prepare experimental-instrumentation for version v0.49.0 * Prepare experimental-metrics for version v0.49.0 * Update changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release is the last to support Go 1.20. The next release will require at least Go 1.21.
Added
go.opentelemetry.io/contrib/bridges/prometheus
. (Add support for summary metrics in the prometheus bridge #5089)go.opentelemetry.io/contrib/bridges/prometheus
. (Support exponential histograms in the prometheus bridge #5093)Removed
RequestCount
constant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is removed. (Remove the deprecated const from otelhttp #4894)RequestContentLength
constant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is removed. (Remove the deprecated const from otelhttp #4894)ResponseContentLength
constant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is removed. (Remove the deprecated const from otelhttp #4894)ServerLatency
constant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is removed. (Remove the deprecated const from otelhttp #4894)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
does not cause a data race anymore. (Use an atomic.Int64 as bodyWrapper read bytes counter #5080)