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.
Added
Reset
method toSpanRecorder
ingo.opentelemetry.io/otel/sdk/trace/tracetest
. (feat(trace): add concurrent-safeReset
method toSpanRecorder
#5994)EnabledInstrument
interface ingo.opentelemetry.io/otel/sdk/metric/internal/x
. This is an experimental interface that is implemented by synchronous instruments provided bygo.opentelemetry.io/otel/sdk/metric
. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (sdk/metric: Add experimental Enabled method to synchronous instruments #6016)Changed
go.opentelemetry.io/auto
package. See that package for more information. (Use auto-instrumentation SDK in global tracing #5920)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (Propagate non-retryable error messages to client #5929)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (Propagate non-retryable error messages to client #5929)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (Propagate non-retryable error messages to client #5929)AsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
. (Performance improvements for attribute valueAsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
#6011)EnabledParameters
to have aSeverity
field instead of a getter and setter ingo.opentelemetry.io/otel/log
. (log: Change EnabledParameters to have a field instead of getter and setter #6009)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/prometheus
. (Escape exemplar keys to fix invalid key errors #5995)go.opentelemetry.io/otel/sdk/trace
. (Fix attribute value truncation #5997)go.opentelemetry.io/otel/sdk/log
. (Fix sdk/log record attr value limit #6032)