This repository was archived by the owner on Jun 5, 2022. It is now read-only.
fix(deps): update opentelemetry-go monorepo to v1.5.0#50
Merged
Conversation
psmarcin
approved these changes
Mar 16, 2022
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4.1->v1.5.0v1.4.1->v1.5.0Release Notes
open-telemetry/opentelemetry-go
v1.5.0Compare Source
Added
The following environment variables are supported. (#2606, #2637)
OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMITOTEL_SPAN_ATTRIBUTE_COUNT_LIMITOTEL_SPAN_EVENT_COUNT_LIMITOTEL_EVENT_ATTRIBUTE_COUNT_LIMITOTEL_SPAN_LINK_COUNT_LIMITOTEL_LINK_ATTRIBUTE_COUNT_LIMITIf the provided environment variables are invalid (negative), the default values would be used.
gcruntime name togo(#2560)The new
AttributeValueLengthLimitfield is added to the"go.opentelemetry.io/otel/sdk/trace".SpanLimitstype to configure this limit for aTracerProvider.The default limit for this resource is "unlimited". (#2637)
WithRawSpanLimitsoption togo.opentelemetry.io/otel/sdk/trace.This option replaces the
WithSpanLimitsoption.Zero or negative values will not be changed to the default value like
WithSpanLimitsdoes.Setting a limit to zero will effectively disable the related resource it limits and setting to a negative value will mean that resource is unlimited.
Consequentially, limits should be constructed using
NewSpanLimitsand updated accordingly. (#2637)Changed
Memberwhen capacity is reached. (#2592)oltptraceexporter. (#2601)otlpmetricandotlptraceconfiguration. (#2639)sdk/trace.BatchSpanProcessorto reflect the count is cumulative. (#2640)envconfigpackage for OTLP exporters. (#2608)http.Request.Hostis empty, fall back to useURL.Hostwhen populatinghttp.hostin thesemconvpackages. (#2661)Fixed
4318instead of4317for theotlpmetrichttpandotlptracehttpclient. (#2614, #2625)Deprecated
"go.opentelemetry.io/otel/sdk/trace".WithSpanLimits.Use
WithRawSpanLimitsinstead.That option allows setting unlimited and zero limits, this option does not.
This option will be kept until the next major version incremented release. (#2637)
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.