fix(deps): Update opentelemetry-go monorepo to v1.28.0#1846
Merged
kodiakhq[bot] merged 3 commits intomainfrom Aug 1, 2024
Merged
fix(deps): Update opentelemetry-go monorepo to v1.28.0#1846kodiakhq[bot] merged 3 commits intomainfrom
kodiakhq[bot] merged 3 commits intomainfrom
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
kodiakhq Bot
pushed a commit
that referenced
this pull request
Aug 1, 2024
🤖 I have created a release *beep* *boop* --- ## [4.57.0](v4.56.0...v4.57.0) (2024-08-01) ### Features * Allow setting JSON type schema max depth ([#1844](#1844)) ([0b28389](0b28389)) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 8a7402a ([#1845](#1845)) ([5f7eb25](5f7eb25)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.5 ([#1841](#1841)) ([4361e84](4361e84)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.4 ([#1847](#1847)) ([281b945](281b945)) * **deps:** Update opentelemetry-go monorepo to v1.28.0 ([#1846](#1846)) ([3a5c90c](3a5c90c)) --- 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.27.0->v1.28.0v1.27.0->v1.28.0v1.27.0->v1.28.0v1.27.0->v1.28.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp)
v1.28.0: Releases v1.28.0/v0.50.0/v0.4.0Compare Source
Overview
Added
IsEmptymethod is added to theInstrumenttype ingo.opentelemetry.io/otel/sdk/metric.This method is used to check if an
Instrumentinstance is a zero-value. (#5431)context.ContextinScopeRecordsofgo.opentelemetry.io/otel/sdk/log/logtest. (#5468)go.opentelemetry.io/otel/semconv/v1.26.0package.The package contains semantic conventions from the
v1.26.0version of the OpenTelemetry Semantic Conventions. (#5476)AssertRecordEqualmethod togo.opentelemetry.io/otel/log/logtestto allow comparison of two log records in tests. (#5499)WithHeadersoption togo.opentelemetry.io/otel/exporters/zipkinto allow configuring custom http headers while exporting spans. (#5530)Changed
Tracer.Startingo.opentelemetry.io/otel/trace/noopno longer allocates a span for empty span context. (#5457)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/otel-collector. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/zipkin. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/exporters/zipkin. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/resource. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/trace. (#5490)SimpleProcessor.OnEmitingo.opentelemetry.io/otel/sdk/logno longer allocates a slice which makes it possible to have a zero-allocation log processing usingSimpleProcessor. (#5493)Startmethod of"go.opentelemetry.io/otel/sdk/trace".Traceto reduce memory allocation. (#5497)service.instance.idis populated for aResourcecreated with"go.opentelemetry.io/otel/sdk/resource".Defaultwith a default value whenOTEL_GO_X_RESOURCEis set. (#5520)go.opentelemetry.io/otel/sdk/metricby removing unnecessary calls totime.Now. (#5545)Fixed
Recordingo.opentelemetry.io/otel/sdk/logdrops an attribute due to a limit being reached. (#5376)Tracerreturned from the globalTracerProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)Meterreturned from the globalMeterProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)Spaningo.opentelemetry.io/otel/sdk/tracedrops an attribute, event, or link due to a limit being reached. (#5434)go.opentelemetry.io/otel/metric. (#5435)go.opentelemetry.io/otel/sdk/metric. (#5456)Recordingo.opentelemetry.io/otel/sdk/log. (#5464)0x80char in key or value. (#5494)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5508)go.opentelemetry.io/otel/sdk/trace. (#5514)Exporteringo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpmust be created by theNewmethod. (#5521){Bool,Int64,Float64,String}SliceValuefunctions ofgo.opentelemetry.io/attributesby reducing the number of allocations. (#5549)What's Changed
dc85e6bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5391d264139by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5397d264139by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5399otlploghttptransform maps by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/53787045d2eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54064c93da0by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5415a332354by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5424a332354by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5423f10a0f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54305315273by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54285315273by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5427e229045by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/543223cca88by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5429Tracers andMeters with their schema URLs by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/542601018baby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54388d54ca1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54412e977ddby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5442404ba88by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5445MonotonicEndTimeto only use by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5443624dbd0by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5446fd00a4eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54502f8e378by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5451cc29c91by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5452logpackage to depguard linter by @amanakin in https://github.com/open-telemetry/opentelemetry-go/pull/546358cc8a4by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54734478db0by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5474Recordby @amanakin in https://github.com/open-telemetry/opentelemetry-go/pull/54642088083by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5477semconv/v1.26.0, removes deprecated semconvs by @MadVikingGod in https://github.com/open-telemetry/opentelemetry-go/pull/5476ef581f9by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5486ef581f9by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5487fc45aabby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5488a8a6208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/55017f521eaby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5512a8a6208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/550268d350fby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/551668d350fby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5515newClientmethod for otlploggrpc gRPC client by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5523service.instance.idwith a default value whenOTEL_GO_X_RESOURCEis set by @pyohannes in https://github.com/open-telemetry/opentelemetry-go/pull/5520dc46fd2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5538dc46fd2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5539internal/transforminotlploggrpcby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5553f6361c8by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5563f6361c8by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5564New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.27.0...v1.28.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.