fix(deps): update module go.opentelemetry.io/contrib to v1.31.0 #225
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.
This PR contains the following updates:
v1.30.0
->v1.31.0
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib)
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.