Update opentelemetry-java monorepo to v1.62.0#1284
Open
plengauer wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the DiscordGateway2HTTPMaster Maven dependencies to the latest OpenTelemetry Java API/context release, keeping this component aligned with upstream OpenTelemetry patch/minor updates.
Changes:
- Bump
io.opentelemetry:opentelemetry-apifrom1.61.0to1.62.0. - Bump
io.opentelemetry:opentelemetry-contextfrom1.61.0to1.62.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
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 PR contains the following updates:
1.61.0→1.62.01.61.0→1.62.0Release Notes
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-context)
v1.62.0Compare Source
API
Context
W3CBaggagePropagator,OtTracePropagator,JaegerPropagator(#8378)
SDK
Traces
parentContextallocation on span start for the common case(#8332)
Metrics
setMaxExportBatchSizetoPeriodicMetricReaderBuilder(#8296)
PeriodicMetricReadershutdown race that could drop the final flush(#8299)
Exporters
0.0.0.0tolocalhost(#8298)
"1"to"ratio"(#8252)
StringEncoder(#8312)
(#8293)
MarshalerUtilsizeRepeatedStringcalculation(#8284)
JdkHttpSenderthread pool size to prevent unbounded thread creation(#8276)
sdk-profilesand JFR shim modules(#8207)
opentelemetry-sdk-profilesandopentelemetry-exporter-otlp-profiles(#8351)
Extensions
opentelemetry-sdk-extension-declarative-configartifact with new package
io.opentelemetry.sdk.autoconfigure.declarativeconfig(#8265)
OtlpConfigUtilto avoid unsafe cast toint(#8287)
(#8356)
EventToSpanEventBridgeto bridge log-based events to span events(#8372)
Testing
@NullabletoequalTovalue argument inOpenTelemetryAssertions(#8301)
hasValueSatisfyingtoLongPointAssertandDoublePointAssertfor fuzzy value matching(#8328)
containsPointsSatisfyingto metric data asserts for "each given assertion must besatisfied by at least one point, extras allowed" checks on sum, gauge, histogram, exponential
histogram, and summary data
(#8329)
Project tooling
(#7964)
ApiUsageLoggertoopentelemetry-commonpublic API(#8318)
(#8231)
*.impl.*package naming convention for internal code with japicmp compatibility(#8325)
(#8365)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.