fix(deps): Update opentelemetry-go monorepo to v1.27.0#1714
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:
|
3fac4a5 to
6b41cc3
Compare
erezrokah
approved these changes
Jun 3, 2024
kodiakhq bot
pushed a commit
that referenced
this pull request
Jun 3, 2024
🤖 I have created a release *beep* *boop* --- ## [4.44.2](v4.44.1...v4.44.2) (2024-06-03) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to fd00a4e ([#1708](#1708)) ([93866a9](93866a9)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.3 ([#1716](#1716)) ([36c97c8](36c97c8)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.18 ([#1717](#1717)) ([f36d5d2](f36d5d2)) * **deps:** Update module github.com/getsentry/sentry-go to v0.28.0 ([#1712](#1712)) ([82d78cb](82d78cb)) * **deps:** Update module github.com/goccy/go-json to v0.10.3 ([#1709](#1709)) ([32a2dca](32a2dca)) * **deps:** Update module github.com/rs/zerolog to v1.33.0 ([#1713](#1713)) ([a09376d](a09376d)) * **deps:** Update opentelemetry-go monorepo to v1.27.0 ([#1714](#1714)) ([4f29cf1](4f29cf1)) --- 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.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.27.0: /v0.49.0/v0.3.0Compare Source
This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.
Overview
Added
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)otel-collectorexample. (#5283)go.opentelemetry.io/otel/metric. (#5304)int64orfloat64synchronous gauge instrument can now be created from aMeter.go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.go.opentelemetry.io/otel/example/dice. (#5349)Changed
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)go.opentelemetry.io/otel/sdk/metric. (#5305)Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)What's Changed
otlploggrpcexporter skeleton by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5246RecordFactory.Resourceisnilby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5264DroppedAttributesfield instead ofLimits fields by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5272otlploghttpby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5278logtestby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5275internal/retryinotlploggrpcby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5313RELEASING.mdto obtain steps to verify the changes for contrib by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5284New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.26.0...v1.27.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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.