-
Notifications
You must be signed in to change notification settings - Fork 230
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
build(deps): update opentelemetry-go monorepo to v1.35.0 #5420
base: main
Are you sure you want to change the base?
Conversation
|
✅ Meticulous spotted zero visual differences across 359 screens tested: view results. Meticulous simulated ~4 hours of user flows against your PR. Expected differences? Click here. Last updated for commit 7e6bdd7. This comment will update as new commits are pushed. |
a718839
to
f858773
Compare
f858773
to
d200020
Compare
d200020
to
5a18b8a
Compare
5a18b8a
to
be3857c
Compare
be3857c
to
97c265f
Compare
97c265f
to
b8a4178
Compare
b8a4178
to
d8f4717
Compare
d8f4717
to
1f38e03
Compare
1f38e03
to
8147c97
Compare
8147c97
to
af41c39
Compare
af41c39
to
b83e7d2
Compare
b83e7d2
to
30bdcc8
Compare
30bdcc8
to
9ce0e9e
Compare
2576e4f
to
18c8e53
Compare
18c8e53
to
a6433d6
Compare
a6433d6
to
d30940f
Compare
d30940f
to
8006521
Compare
8006521
to
2af4b9c
Compare
2af4b9c
to
26208ab
Compare
26208ab
to
f837eae
Compare
f837eae
to
39a5c3b
Compare
39a5c3b
to
9c6e9c1
Compare
9c6e9c1
to
0577123
Compare
0577123
to
dd9a4a5
Compare
dd9a4a5
to
604c769
Compare
604c769
to
7e6bdd7
Compare
7e6bdd7
to
1a65c8b
Compare
This PR contains the following updates:
v1.34.0
->v1.35.0
v1.32.0
->v1.35.0
v1.32.0
->v1.35.0
v1.32.0
->v1.35.0
v1.32.0
->v1.35.0
v1.34.0
->v1.35.0
v1.34.0
->v1.35.0
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.35.0
: /v0.57.0/v0.11.0Compare Source
Overview
This release is the last to support Go 1.22.
The next release will require at least Go 1.23.
Added
ValueFromAttribute
andKeyValueFromAttribute
ingo.opentelemetry.io/otel/log
. (#6180)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/log
. (#6187)EventName
toRecordFactory
ingo.opentelemetry.io/otel/log/logtest
. (#6187)AssertRecordEqual
ingo.opentelemetry.io/otel/log/logtest
checksRecord.EventName
. (#6187)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/sdk/log
. (#6193)EventName
toRecordFactory
ingo.opentelemetry.io/otel/sdk/log/logtest
. (#6193)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog
(#6210)go.opentelemetry.io/otel/semconv/v1.28.0
package.The package contains semantic conventions from the
v1.28.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.27.0
(#6236)go.opentelemetry.io/otel/semconv/v1.30.0
package.The package contains semantic conventions from the
v1.30.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.28.0
(#6240)Resource
as a comparable type.Resource.Equal
andResource.Equivalent
should be used instead. (#6272)FilterProcessor
andEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
.It replaces
go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor
.Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#6317)
Changed
github.com/prometheus/common
tov0.62.0
, which changes theNameValidationScheme
toNoEscaping
.This allows metrics names to keep original delimiters (e.g.
.
), rather than replacing with underscores.This is controlled by the
Content-Type
header, or can be reverted by settingNameValidationScheme
toLegacyValidation
ingithub.com/prometheus/common/model
. (#6198)Fixes
NewSimpleSpanProcessor
ingo.opentelemetry.io/otel/sdk/trace
whenShutdown
is called and the passedctx
is canceled andSpanExporter.Shutdown
has not returned. (#6368)NewBatchSpanProcessor
ingo.opentelemetry.io/otel/sdk/trace
whenForceFlush
is called and the passedctx
is canceled andSpanExporter.Export
has not returned. (#6369)What's Changed
04cd7ba
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/61762f9c7e3
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6190138b5a5
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/619465684f5
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/621229210b9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6217e0ece0d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6219e0ece0d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6222semconv/v1.28.0
package by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6236semconv/v1.30.0
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6240trace
package by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/620329210b9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62507023788
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62513af0d96
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6253ff15f03
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6262c67c2d1
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6264557cf9c
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6279f9890c6
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62829e8d078
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6287e9438ea
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62895bef64f
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/62957530529
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63055a70512
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63086f9b61d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6321eff6e97
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6325aa4b98e
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63360c907a7
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/633756aae31
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6338165e2f8
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63464cec3d8
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6356b56ba49
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6354d3852c9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/636731b581c
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6370cc20338
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6377d4323d4
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6384dead583
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/63890df0534
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/639144c6a0b
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6398Full Changelog: open-telemetry/opentelemetry-go@v1.34.0...v1.35.0
Configuration
📅 Schedule: Branch creation - "after 8pm every weekday,before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.