Support Go 1.19. (#3077)
Include compatibility testing and document support. (#3077)
Support the OTLP ExportTracePartialSuccess response; these are passed to the registered error handler. (#3106)
Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#3107)
Changed
Fix misidentification of OpenTelemetry SpanKind in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing). (#3096)
Attempting to start a span with a nil context will no longer cause a panic. (#3110)
All exporters will be shutdown even if one reports an error (#3091)
Ensure valid UTF-8 when truncating over-length attribute values. (#3156)
Release v1.6.3
Fixed
Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773)
Release v1.6.2
1.6.2 - 2022-04-06
Changed
Don't panic anymore when setting a global TracerProvider or TextMapPropagator to itself. (#2749)
Upgrade go.opentelemetry.io/proto/otlp in go.opentelemetry.io/otel/exporters/otlp/otlptrace from v0.12.1 to v0.15.0.
This replaces the use of the now deprecated InstrumentationLibrary and InstrumentationLibrarySpans types and fields in the proto library with the equivalent InstrumentationScope and ScopeSpans. (#2748)
Release v1.6.1
Fixed
The go.opentelemetry.io/otel/schema/* packages now use the correct schema URL for their SchemaURL constant. Instead of using "https://opentelemetry.io/schemas/v<version>" they now use the correct URL without a v prefix, "https://opentelemetry.io/schemas/<version>". (#2743, #2744)
Security
Upgrade go.opentelemetry.io/proto/otlp from v0.12.0 to v0.12.1. This includes an indirect upgrade of github.com/grpc-ecosystem/grpc-gateway which resolves a vulnerability from gopkg.in/yaml.v2 in version v2.2.3. (#2724, #2728)
Support Go 1.19. (#3077)
Include compatibility testing and document support. (#3077)
Support the OTLP ExportTracePartialSuccess response; these are passed to the registered error handler. (#3106)
Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#3107)
Changed
Fix misidentification of OpenTelemetry SpanKind in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing). (#3096)
Attempting to start a span with a nil context will no longer cause a panic. (#3110)
All exporters will be shutdown even if one reports an error (#3091)
Ensure valid UTF-8 when truncating over-length attribute values. (#3156)
[1.9.0/0.0.3] - 2022-08-01
Added
Add support for Schema Files format 1.1.x (metric "split" transform) with the new go.opentelemetry.io/otel/schema/v1.1 package. (#2999)
Add the go.opentelemetry.io/otel/semconv/v1.11.0 package.
The package contains semantic conventions from the v1.11.0 version of the OpenTelemetry specification. (#3009)
Add the go.opentelemetry.io/otel/semconv/v1.12.0 package.
The package contains semantic conventions from the v1.12.0 version of the OpenTelemetry specification. (#3010)
Add the http.method attribute to HTTP server metric from all go.opentelemetry.io/otel/semconv/* packages. (#3018)
Fixed
Invalid warning for context setup being deferred in go.opentelemetry.io/otel/bridge/opentracing package. (#3029)
[1.8.0/0.31.0] - 2022-07-08
Added
Add support for opentracing.TextMap format in the Inject and Extract methods
of the "go.opentelemetry.io/otel/bridge/opentracing".BridgeTracer type. (#2911)
Changed
The crosslink make target has been updated to use the go.opentelemetry.io/build-tools/crosslink package. (#2886)
In the go.opentelemetry.io/otel/sdk/instrumentation package rename Library to Scope and alias Library as Scope (#2976)
Move metric no-op implementation form nonrecording to metric package. (#2866)
Removed
Support for go1.16. Support is now only for go1.17 and go1.18 (#2917)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps go.opentelemetry.io/otel/trace from 1.5.0 to 1.10.0.
Release notes
Sourced from go.opentelemetry.io/otel/trace's releases.
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
... (truncated)
Commits
0e6f9c2
Prerelease v1.10.0 (#3158)49a6536
Safely truncate over-length string attributes (#3156)7aba25d
Revert Adding attributes to the instrumentation scope.13906ac
Move partialsuccess code to internal package (#3146)569f743
Handle partial-success responses for OTLP trace (#3106)9c2a0c2
Add README to the exporter package (#3142)13ddf7d
Shut down all processors even on error (#3091)399ffe1
consistency-of: Changed signal names for website docs (#3137)f2dc8e3
Refactor TracerProvider documentation (#3133)81a9bab
Add WithScopeAttributes MeterOption to metric API package (#3132)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)