fix(deps): update opentelemetry (9.3)#6541
Open
elastic-renovate-prod[bot] wants to merge 1 commit into
Open
Conversation
46c2b17 to
776da75
Compare
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
776da75 to
a8976fa
Compare
a8976fa to
887191a
Compare
887191a to
aa9ddd6
Compare
aa9ddd6 to
0473fdd
Compare
0473fdd to
6c523f6
Compare
6c523f6 to
f300ba1
Compare
f300ba1 to
5462cca
Compare
5462cca to
67c5610
Compare
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
67c5610 to
b193589
Compare
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
b193589 to
9aad46e
Compare
9aad46e to
ace74a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.59.0->v1.60.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v1.59.0->v1.60.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v1.59.0->v1.60.0v0.153.0->v0.154.0v0.153.0->v0.154.0v1.43.0->v1.44.0v0.68.0->v0.69.0v0.68.0->v0.69.0v0.68.0->v0.69.0v1.43.0->v1.44.0v0.19.0->v0.20.0v1.43.0->v1.44.0v1.43.0->v1.44.0v1.43.0->v1.44.0v0.65.0->v0.66.0v0.19.0->v0.20.0v1.43.0->v1.44.0v1.43.0->v1.44.0v1.43.0->v1.44.0v1.43.0->v1.44.0v1.43.0->v1.44.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.60.0🛑 Breaking changes 🛑
cmd/builder: The--skip-get-modulesflag will no longer regenerate yourgo.modfile. (#15390)This is mostly a bug fix, as it led to adverse behaviour that was unintended in the described flow in the README.
Now when you run
--skip-get-modules, yourgo.modfile will truly be untouched byocbas the info log claims.💡 Enhancements 💡
pkg/config/configtls: Addinclude_insecure_cipher_suitesto configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#13829)pkg/confighttp: AddExposedHeadersfield toCORSConfigto allow setting theAccess-Control-Expose-Headersresponse header. (#15119)🧰 Bug fixes 🧰
cmd/mdatagen: Removes the extra line in the README.md between status and description (#15306)pkg/exporterhelper: Fix nil-pointer panic insending_queue::batchUnmarshal whensending_queue::sizeris set andsending_queue::batch::enabledis false. (#14687)When
sending_queue::sizerwas set andsending_queue::batch::enabled: falsecleared the batch Optional to None, the sizer-inheritance branch in
queuebatch.Config.Unmarshaldereferenced a nil Optional and crashed thecollector at startup. The branch now also requires
Batch.HasValue().open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)
v1.44.0: /v2.5.1/v0.69.0/v0.37.1/v0.24.0/v0.19.0/v0.16.1/v0.16.0Compare Source
Added
error.typeattribute tohttp.client.request.durationfor transport failures inotelhttp. (#8801)cardinality_limitsinPeriodicMetricReaderinotelconf. (#8885)Resourcemethod toSDKingo.opentelemetry.io/contrib/otelconf/xto expose the resolved SDK resource from declarative configuration. (#8913)go.opentelemetry.io/contrib/detectors/hetzner, a new resource detector for Hetzner Cloud servers, ported fromgithub.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor/internal/hetzner. Detectscloud.provider,cloud.platform,cloud.region,cloud.availability_zone,host.id, andhost.name. (#8979)Changed
record.SetErrinstead of a plain attribute ingo.opentelemetry.io/contrib/bridges/otellogrus. (#8776)zap.Error) asrecord.SetErrinstead of a plain attribute ingo.opentelemetry.io/contrib/bridges/otelzap. (#8719)errorinterface fromslogrecords asrecord.SetErrinstead of plain attributes ingo.opentelemetry.io/contrib/bridges/otelslog. (#8774)go.opentelemetry.io/contrib/bridges/otellogras record errors (Record.SetErr) instead ofexception.messageattributes. (#8775)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace. (#8797)encodingconfiguration for OTLP HTTP exporters ingo.opentelemetry.io/contrib/otelconf. (#8772)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpandgo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6914)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpnow conforms to the OpenTelemetry HTTP semantic conventions for server span names. (#8871){method} {route}(e.g.GET /foo/{id}) when a route pattern is available, or{method}(e.g.GET) otherwise.Removed
WithSpanOptionsoption ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8991)What's Changed
record.SetErrby @sonalgaud12 in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/877893c7c8aby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/87866746e56fby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/879663e5c5a5by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88077afd174aby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88111afd174aby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88166ec9c827by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88244fac6e1cby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88233e10c466by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88499392afabby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88533329d219by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/886118949caaby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/887557cedc36by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8873376f71b9by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88800c903c40by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88911927ab1fby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/88999b7f5293by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/890226603726by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/890668d53bbcby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8907760b97b3by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/891667bfe71fby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/891993334182by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/892115a0966dby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89255ff6756fby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8934419c3011by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/8936674f9aabby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89722b540ad9by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89733c840852by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/897663700d41by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89788da4e56fby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89800948f455by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/901333dc84a4by @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/90099aa012dfby @renovate[bot] inhttps://github.com/open-telemetry/opentelemetry-go-contrib/pull/89866Configuration
📅 Schedule: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.