fix(deps): update dependency io.opentelemetry:opentelemetry-api to v1.27.0 #338
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.26.0
->1.27.0
Release Notes
open-telemetry/opentelemetry-java
v1.27.0
The log bridge API / SDK are now stable! Some important notes:
opentelemetry-api-logs
have been merged intoopentelemetry-api
.opentelemetry-exporter-otlp-logs
have been mergedinto
opentelemetry-exporter-otlp
.opentelemetry-sdk-logs-testing
have been merged intoopentelemetry-sdk-testing
.opentelemetry-sdk-logs
artifact has been marked stable.opentelemetry-sdk-extension-autoconfigure
has changed the default valueof
otel.logs.exporter
fromnone
tootlp
.NOTE: reminder that
the Logs Bridge API
is not meant for end users. Log appenders use the API to bridge logs from existing log
frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to
dictate how logs are processed and exported.
See opentelemetry.io for
documentation on usage.
API
(#5341)
(#5454)
SDK
(#5487)
Logs
(#5451)
.toString
toNoopLogRecordProcessor
andDefaultOpenTelemetry
(#5493)
(#5341)
Metrics
(#5496)
(#5494)
Exporter
(#5432)
(#5400)
Testing
(#5431)
hasBucketBoundaries()
variant that allows specifying precision(#5457)
SDK Extensions
(#5433)
Semantic Conventions
(#5497)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.