fix(deps): Update opentelemetry-go monorepo#1956
Merged
kodiakhq[bot] merged 2 commits intomainfrom Nov 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:
|
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 4, 2024
🤖 I have created a release *beep* *boop* --- ## [4.68.1](v4.68.0...v4.68.1) (2024-11-04) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#1957](#1957)) ([360cc57](360cc57)) * **deps:** Update golang.org/x/exp digest to f66d83c ([#1954](#1954)) ([18cb1b2](18cb1b2)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.1 ([#1958](#1958)) ([f537b56](f537b56)) * **deps:** Update opentelemetry-go monorepo ([#1956](#1956)) ([ea171a4](ea171a4)) --- 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.30.0->v1.31.0v0.6.0->v0.7.0v1.30.0->v1.31.0v1.30.0->v1.31.0v1.30.0->v1.31.0v0.6.0->v0.7.0v1.30.0->v1.31.0v1.30.0->v1.31.0v0.6.0->v0.7.0v1.30.0->v1.31.0v1.30.0->v1.31.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.31.0: /v0.53.0/v0.7.0/v0.0.10Compare Source
Overview
Added
go.opentelemetry.io/otel/sdk/metric/exemplarpackage which includesExemplar,Filter,TraceBasedFilter,AlwaysOnFilter,HistogramReservoir,FixedSizeReservoir,Reservoir,ValueandValueTypetypes. These will be used for configuring the exemplar reservoir for the metrics sdk. (#5747, #5862)WithExportBufferSizeoption to log batch processor.(#5877)Changed
go.opentelemetry.io/otel/sdk/metric. Exemplars can be disabled by settingOTEL_METRICS_EXEMPLAR_FILTER=always_off(#5778)Logger.Enabledingo.opentelemetry.io/otel/lognow accepts a newly introducedEnabledParameterstype instead ofRecord. (#5791)FilterProcessor.Enabledingo.opentelemetry.io/otel/sdk/log/internal/xnow acceptsEnabledParametersinstead ofRecord. (#5791)Recordtype ingo.opentelemetry.io/otel/logis no longer comparable. (#5847)SetAttributesmethod inSpan. (#5864)EventandLinklists inSpan. (#5858)AddEvent,AddLink,RecordErrorandEndmethods inSpan. (#5874)Deprecated
go.opentelemetry.io/otel/exampleas they are moved to Contrib repository. (#5854)Fixed
FixedSizeexemplar reservoirs identified in #5814 is resolved. (#5819)reflect.TypeOfto use a nil pointer to not allocate on the heap unless necessary. (#5827)What's Changed
metric.WithAttributesworks by @wzy9607 in https://github.com/open-telemetry/opentelemetry-go/pull/5822randResfield by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/58199d4c2d2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5841af27646by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5855recordingSpanSetAttributesandaddOverCapAttrsby @boekkooi-impossiblecloud in https://github.com/open-telemetry/opentelemetry-go/pull/58645fefd90by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5876newEvictedQueueLinkandnewEvictedQueueEventmemory allocations by @boekkooi-impossiblecloud in https://github.com/open-telemetry/opentelemetry-go/pull/5858Span. by @boekkooi-impossiblecloud in https://github.com/open-telemetry/opentelemetry-go/pull/5874f66d83cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5880New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.30.0...v1.31.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.