fix(deps): Update opentelemetry-go monorepo#1884
Merged
kodiakhq[bot] merged 3 commits intomainfrom Sep 1, 2024
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
⏱️ Benchmark results
|
kodiakhq bot
pushed a commit
that referenced
this pull request
Sep 3, 2024
🤖 I have created a release *beep* *boop* --- ## [4.61.0](v4.60.0...v4.61.0) (2024-09-02) ### Features * Add remoteoauth helpers (`TokenAuthTransport` and `TokenAuthEditor`) ([#1875](#1875)) ([bb1be84](bb1be84)) * Add warning on duplicate clients for `round-robin` and `shuffle` schedulers ([#1878](#1878)) ([d148b94](d148b94)) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#1872](#1872)) ([80eb38a](80eb38a)) * **deps:** Update golang.org/x/exp digest to 9b4947d ([#1881](#1881)) ([bbeb846](bbeb846)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 ([#1876](#1876)) ([0319ff3](0319ff3)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 ([#1879](#1879)) ([4dc8f41](4dc8f41)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.8 ([#1870](#1870)) ([96a5194](96a5194)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.9 ([#1873](#1873)) ([76d4f9f](76d4f9f)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.0 ([#1874](#1874)) ([e091d8a](e091d8a)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.1 ([#1877](#1877)) ([11aaab4](11aaab4)) * **deps:** Update module golang.org/x/oauth2 to v0.22.0 ([#1883](#1883)) ([2a40306](2a40306)) * **deps:** Update module google.golang.org/grpc to v1.66.0 ([#1880](#1880)) ([a907ea6](a907ea6)) * **deps:** Update opentelemetry-go monorepo ([#1884](#1884)) ([9be63fe](9be63fe)) * Fix panic when converting schema changes to string ([#1885](#1885)) ([8274f17](8274f17)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.28.0->v1.29.0v0.4.0->v0.5.0v1.28.0->v1.29.0v1.28.0->v1.29.0v1.28.0->v1.29.0v0.4.0->v0.5.0v1.28.0->v1.29.0v1.28.0->v1.29.0v0.4.0->v0.5.0v1.28.0->v1.29.0v1.28.0->v1.29.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.29.0: /v0.51.0/v0.5.0Compare Source
Overview
This release is the last to support Go 1.21. The next release will require at least Go 1.22.
Added
InstrumentationScopefield toSpanStubingo.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecatedInstrumentationLibrary. (#5627)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)Walkfunction toTraceStateingo.opentelemetry.io/otel/traceto iterate all the key-value pairs. (#5651)go.opentelemetry.io/otel/bridge/opencensus. (#5651)SimpleProcessoringo.opentelemetry.io/otel/sdk/logno longer panics. (#5665)FilterProcessorinterface type is added ingo.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that logProcessors can implement to instruct theLoggerif aRecordwill be processed or not. It replaces the existingEnabledmethod that is removed from theProcessorinterface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)Changed
NewMemberRaw,NewKeyPropertyandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggageallow UTF-8 string in key. (#5132)Processor.OnEmitingo.opentelemetry.io/otel/sdk/lognow accepts a pointer toRecordinstead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)SimpleProcessor.Enabledingo.opentelemetry.io/otel/sdk/lognow returnsfalseif the exporter isnil. (#5665)Exporteringo.opentelemetry.io/otel/sdk/log. (#5666)SimpleProcessoringo.opentelemetry.io/otel/sdk/logsynchronizesOnEmitcalls. (#5666)Processorinterface ingo.opentelemetry.io/otel/sdk/logno longer includes theEnabledmethod. See theFilterProcessorinterface type added ingo.opentelemetry.io/otel/sdk/log/internal/xto continue providing this functionality. (#5692)SimpleProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)BatchProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)Fixed
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5584)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpandgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5541)Tracer,Meter, andLoggernames used ingo.opentelemetry.io/otel/example/dice. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/namedtracer. (#5612)Tracername used ingo.opentelemetry.io/otel/example/opencensus. (#5612)TracerandMeternames used ingo.opentelemetry.io/otel/example/otel-collector. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/passthrough. (#5612)Metername used ingo.opentelemetry.io/otel/example/prometheus. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/zipkin. (#5612)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5641)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5650)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)Removed
Enabledmethod of theSimpleProcessoringo.opentelemetry.io/otel/sdk/logis removed. (#5692)Enabledmethod of theBatchProcessoringo.opentelemetry.io/otel/sdk/logis removed. (#5692)What's Changed
46b0784by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5585654c5feby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/55874ad9e85by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/55884ad9e85by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/558940e1e62by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/559240e1e62by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/559346eb208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/561046eb208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5611go.opentelemetry.io/otelpackage documentation by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5621e3f2596by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5624otlploggrpcpackage documentation by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/56228a7402aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5633d784300by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5638d784300by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5637e6d459cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5639e6d459cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/564093522f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/564693522f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56479dec25aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5643b1a4ccbby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5656b1a4ccbby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56552c9e96aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56732c9e96aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5672573a115by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5697573a115by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56980cdaa3aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5699sdk/logare not comparable by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/56938ffd90aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57088ffd90aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5709BenchmarkValueEqualby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5717ddb44daby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5715ddb44daby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5714278611bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5723278611bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5724log.Processor.Enabledto independentFilterProcessorinterfaced type by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5692fc7c04aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5726fc7c04aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5727778ce7bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57289b4947dby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5729New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.28.0...v1.29.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.