reva
reva copied to clipboard
[Build-deps]: Bump go.opentelemetry.io/otel/trace from 1.7.0 to 1.11.0
Bumps go.opentelemetry.io/otel/trace from 1.7.0 to 1.11.0.
Release notes
Sourced from go.opentelemetry.io/otel/trace's releases.
Release v1.10.0
Added
- 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)
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.11.0/0.32.3] 2022-10-12
Added
- Add default User-Agent header to OTLP exporter requests (
go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp
). (#3261)Changed
span.SetStatus
has been updated such that calls that lower the status are now no-ops. (#3214)- Upgrade
golang.org/x/sys/unix
fromv0.0.0-20210423185535-09eb48e85fd7
tov0.0.0-20220919091848-fb04ddd9f9c8
. This addresses GO-2022-0493. (#3235)[0.32.2] Metric SDK (Alpha) - 2022-10-11
Added
- Added an example of using metric views to customize instruments. (#3177)
- Add default User-Agent header to OTLP exporter requests (
go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc
andgo.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp
). (#3261)Changed
- Flush pending measurements with the
PeriodicReader
in thego.opentelemetry.io/otel/sdk/metric
whenForceFlush
orShutdown
are called. (#3220)- Update histogram default bounds to match the requirements of the latest specification. (#3222)
- Encode the HTTP status code in the OpenTracing bridge (
go.opentelemetry.io/otel/bridge/opentracing
) as an integer. (#3265)Fixed
- Use default view if instrument does not match any registered view of a reader. (#3224, #3237)
- Return the same instrument every time a user makes the exact same instrument creation call. (#3229, #3251)
- Return the existing instrument when a view transforms a creation call to match an existing instrument. (#3240, #3251)
- Log a warning when a conflicting instrument (e.g. description, unit, data-type) is created instead of returning an error. (#3251)
- The OpenCensus bridge no longer sends empty batches of metrics. (#3263)
[0.32.1] Metric SDK (Alpha) - 2022-09-22
Changed
- The Prometheus exporter sanitizes OpenTelemetry instrument names when exporting. Invalid characters are replaced with
_
. (#3212)Added
- The metric portion of the OpenCensus bridge (
go.opentelemetry.io/otel/bridge/opencensus
) has been reintroduced. (#3192)- The OpenCensus bridge example (
go.opentelemetry.io/otel/example/opencensus
) has been reintroduced. (#3206)Fixed
... (truncated)
Commits
ff18552
Release v1.11.0/v0.32.3 (#3275)29511a0
Release Metric v0.32.2 (#3270)b5292b8
Handle duplicate Aggregators and log instrument conflicts (#3251)ffa94ca
Improve test coverage, and don't send empty batches in OC bridge (#3263)4ec2ae6
Add User-Agent header to OTLP exporter requests (#3261)c5ebbc4
Use default view if instrument does not match any pipeline view (#3237)697d245
Update bucket default bounds (#3222)3b657f7
Fix otlpmetric pkg name in exporting_data.md (#3259)3675379
Remove the unused Resource field from the MeterProvider (#3253)efdbe5a
pass res to exporter (#3250)- Additional commits viewable in compare view
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)