fix(deps): update dependency io.opentelemetry:opentelemetry-api to v1.26.0 #302
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.25.0
->1.26.0
Release Notes
open-telemetry/opentelemetry-java
v1.26.0
Compare Source
This release represents the release candidate ("RC") release for the Logs Bridge API / SDK. In the
next release (1.27.0),
opentelemetry-api-logs
will be merged intoopentelemetry-api
,opentelemetry-sdk-logs
will be marked as stable,opentelemetry-exporter-otlp-logs
will bemerged into
opentelemetry-exporter-otlp
,opentelemetry-sdk-logs-testing
will be mergedinto
opentelemetry-sdk-testing
,opentelemetry-sdk-extension-autoconfigure
will enableotlp
log exporter by default (i.e.
otel.logs.exporter=otlp
). For more details, see trackingissue #5340. 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.
opentelemetry-opentracing-shim
is now stable!SDK
Resource
.(#5365)
Metrics
(#5217)
Logs
(#5370)
(#5374)
(#5364)
(#5368)
InMemoryLogRecordExporter
toopentelemetry-sdk-logs-testing
.Rename
InMemoryLogRecordExporter#getFinishedLogItems
togetFinishedLogRecordItems
.Move
SdkEventEmitterProvder
to internal package.(#5368)
Exporters
(#5362)
(#5280,
#5422)
(#5382)
(#5417)
(#5308)
(#5391)
OpenTracing Shim
(#5371)
SDK Extensions
(#5418)
(#5385)
(#5422)
(#5409)
Semantic Conventinos
(#5406)
Project Tooling
(#5381)
(#5383)
(#5384)
(#5361)
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.