-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update module go.opentelemetry.io/contrib/propagators/jaeger to v1.32.0 #71
base: master
Are you sure you want to change the base?
fix(deps): update module go.opentelemetry.io/contrib/propagators/jaeger to v1.32.0 #71
Conversation
⚠ Artifact update problemRenovate failed to update an artifact 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: apps/report/go.sum
|
2b2dc94
to
e4a59aa
Compare
e4a59aa
to
dfeb177
Compare
dfeb177
to
6a222e2
Compare
6a222e2
to
8424816
Compare
8424816
to
c3950b5
Compare
c3950b5
to
fdbbdb0
Compare
fdbbdb0
to
98f74a0
Compare
98f74a0
to
5436b3c
Compare
5436b3c
to
c82bb07
Compare
c82bb07
to
1d096b4
Compare
1d096b4
to
54f66ff
Compare
54f66ff
to
c86610c
Compare
|
c86610c
to
9147f05
Compare
9147f05
to
40cbdb1
Compare
40cbdb1
to
24115ba
Compare
24115ba
to
7237b3d
Compare
7237b3d
to
ba7e266
Compare
This PR contains the following updates:
v1.6.0
->v1.32.0
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/jaeger)
v1.32.0
: /v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0Compare Source
Overview
Added
WithSource
option to thego.opentelemetry.io/contrib/bridges/otelslog
log bridge to set thecode.*
attributes in the log record that includes the source location where the record was emitted. (#6253)ContextWithStartTime
andStartTimeFromContext
togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
, which allows setting the start time using go context. (#6137)code.*
attributes ingo.opentelemetry.io/contrib/bridges/otelzap
if thezap.Logger
was created with theAddCaller
orAddStacktrace
option. (#6268)LogProcessor
togo.opentelemetry.io/contrib/processors/baggagecopy
to copy baggage members to log records. (#6277)baggagecopy.NewLogProcessor
when configuring a Log Provider.NewLogProcessor
accepts aFilter
function type that selects which baggage members are added to the log record.Changed
slog.KindAny
) attribute values to matchinglog.Value
types.For example,
[]string{"foo", "bar"}
attribute value is now transformed tolog.SliceValue(log.StringValue("foo"), log.StringValue("bar"))
instead oflog.String("[foo bar"])
. (#6254)go.opentelemetry.io/otel/semconv/v1.17.0
togo.opentelemetry.io/otel/semconv/v1.21.0
ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
. (#6272)go.opentelemetry.io/contrib/config
. (#6289)Fixed
log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otellogrus
. (#6237)log.Value
zero value instead of panicking ingo.opentelemetry.io/contrib/bridges/otelzap
. (#6237)log.Value
zero value instead oflog.StringValue("<nil>")
ingo.opentelemetry.io/contrib/bridges/otelslog
. (#6246)NewClientHandler
so thatrpc.client.request.*
metrics measure requests instead of responses andrpc.client.responses.*
metrics measure responses instead of requests ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#6250)go.opentelemetry.io/contrib/config
causingotelprom.WithResourceAsConstantLabels
configuration to not be respected. (#6260)otel.Handle
is no longer called on a successful shutdown of the Prometheus exporter ingo.opentelemetry.io/contrib/config
. (#6299)What's Changed
796eee8
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6257324edc3
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/62703ea5e8c
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6290dd2ea8e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/62926fe5fd8
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6291New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.31.0...v1.32.0
v1.31.0
: /v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0Compare Source
Overview
Added
Severitier
andSeverityVar
types are added togo.opentelemetry.io/contrib/processors/minsev
allowing dynamic configuration of the severity used by theLogProcessor
. (#6116)go.opentelemetry.io/otel
to this repository underexamples
directory. (#6158)go.opentelemetry.io/contrib/config
. (#5433)ParseYAML
ingo.opentelemetry.io/contrib/config
. (#5433)go.opentelemetry.io/contrib/config
. (#5860)Changed
NewLogProcessor
ingo.opentelemetry.io/contrib/processors/minsev
has changed to accept the addedSeveritier
interface instead of alog.Severity
. (#6116)go.opentelemetry.io/contrib/config
to use the v0.3.0 release of schema which includes backwards incompatible changes. (#6126)NewSDK
ingo.opentelemetry.io/contrib/config
now returns a no-op SDK ifdisabled
is set totrue
. (#6185)go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
package has found a Code Owner. The package is no longer deprecated. (#6207)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
. (#5965)logrus.Level
transformed to appropriatelog.Severity
ingo.opentelemetry.io/contrib/bridges/otellogrus
. (#6191)Removed
Minimum
field of theLogProcessor
ingo.opentelemetry.io/contrib/processors/minsev
is removed.Use
NewLogProcessor
to configure this setting. (#6116)go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
package is removed. (#6186)go.opentelemetry.io/contrib/samplers/aws/xray
package is removed. (#6187)What's Changed
534ce5a
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/61187bd1c85
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6122minsev
to allow dynamic severities by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6116a200e0a
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6130aef9e4f
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/613249e7df5
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6136063239f
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/61389d4c2d2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6153af27646
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6164225e2ab
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/62015fefd90
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6214c46165d
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6222c46165d
" by @dmathieu in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/622367ed584
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6225e386a8a
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6227New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.30.0...v1.31.0
v1.30.0
: /v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0Compare Source
Overview
Added
NewProducer
togo.opentelemetry.io/contrib/instrumentation/runtime
, which allows collecting thego.schedule.duration
histogram metric from the Go runtime. (#5991)go.opentelemetry.io/contrib/exporters/autoexport
. (#6083)Removed
Fixed
WriteHeader
when flushing after setting a status code ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#6074)WriteHeader
when writing the response body after setting a status code ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#6055)What's Changed
4ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/60434ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6045f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6049f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6048Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.