-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(all): update module go.opentelemetry.io/otel/sdk/metric to v1.25.0 #9403
chore(all): update module go.opentelemetry.io/otel/sdk/metric to v1.25.0 #9403
Conversation
9ff1999
to
0f27c03
Compare
0f27c03
to
02caf12
Compare
02caf12
to
6ff1f47
Compare
6ff1f47
to
0fa3624
Compare
fda6029
to
058664a
Compare
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: spanner/test/opentelemetry/test/go.sum
File name: spanner/go.sum
File name: go.sum
|
058664a
to
5b5624f
Compare
5b5624f
to
25d2886
Compare
25d2886
to
d3d959c
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v1.23.1
->v1.25.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/sdk/metric)
v1.25.0
: /v0.47.0/v0.0.8/v0.1.0-alphaCompare Source
Added
WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4906)WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp
. (#4906)AddLink
method to theSpan
interface ingo.opentelemetry.io/otel/trace
. (#5032)Enabled
method is added to theLogger
interface ingo.opentelemetry.io/otel/log
.This method is used to notify users if a log record will be emitted or not. (#5071)
SeverityUndefined
const
togo.opentelemetry.io/otel/log
.This value represents an unset severity level. (#5072)
Empty
function ingo.opentelemetry.io/otel/log
to return aKeyValue
for an empty value. (#5076)go.opentelemetry.io/otel/log/global
to manage the globalLoggerProvider
.This package is provided with the anticipation that all functionality will be migrate to
go.opentelemetry.io/otel
whengo.opentelemetry.io/otel/log
stabilizes.At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Summary
metrics in thego.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
exporters. (#5100)otel.scope.name
andotel.scope.version
tags to spans exported bygo.opentelemetry.io/otel/exporters/zipkin
. (#5108)AddLink
togo.opentelemetry.io/otel/bridge/opencensus
. (#5116)String
method toValue
andKeyValue
ingo.opentelemetry.io/otel/log
. (#5117)go.opentelemetry.io/otel/exporters/prometheus
. (#5111)go.opentelemetry.io/otel/semconv/v1.24.0
. Futuresemconv
packages will include metric semantic conventions as well. (#4528)Changed
SpanFromContext
andSpanContextFromContext
ingo.opentelemetry.io/otel/trace
no longer make a heap allocation when the passed context has no span. (#5049)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
now create a gRPC client in idle mode and with "dns" as the default resolver usinggrpc.NewClient
. (#5151)Because of that
WithDialOption
ignoresgrpc.WithBlock
,grpc.WithTimeout
, andgrpc.WithReturnConnectionError
.Notice that
grpc.DialContext
which was used before is now deprecated.Fixed
Set
andDistinct
types ingo.opentelemetry.io/otel/attribute
. (#5027)ErrorHandler
self-delegation. (#5137)Removed
Deprecated
go.opentelemetry.io/otel/attribute.Sortable
type. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortable
function. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered
function. (#4734)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.24.0...v1.25.0
v1.24.0
: /v0.46.0/v0.0.1-alphaCompare Source
This release is the last to support Go 1.20. The next release will require at least Go 1.21.
Added
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4900)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4900)go.opentelemetry.io/otel/log
module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#4961)Fixed
go.opentelemetry.io/otel
. (#4945)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.23.1...v1.24.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.