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 adds experimental logs support. Set
OTEL_LOGS_EXPORTER=otlp
to enable logs support. However, take notice that, as of now, the OpenTelemetry Go Logs API is not stable.The release requires at least Go 1.23.
This release upgrades OpenTelemetry Go to v1.35.0/v0.57.0/v0.11.0 and OpenTelemetry Go Contrib to v1.35.0/v0.60.0/v0.29.0/v0.15.0/v0.10.0/v0.8.0/v0.7.0.
Added
Add logs support and
OTEL_LOGS_EXPORTER
environment variable.OTEL_LOGS_EXPORTER
accepts:none
- logs disabled,otlp
- OTLP gRPC exporter.Currently,
OTEL_LOGS_EXPORTER
defaults tonone
as the OpenTelemetry Go Logs API and SDK are not stable yet. SetOTEL_LOGS_EXPORTER=otlp
to enable logs support. (distro: Add opt-in logs support #3673)Removed