Skip to content
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
psmarcin merged 1 commit intomasterfrom
renovate/opentelemetry-go-monorepo
Mar 16, 2022
Merged

fix(deps): update opentelemetry-go monorepo to v1.5.0#50
psmarcin merged 1 commit intomasterfrom
renovate/opentelemetry-go-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.4.1 -> v1.5.0
go.opentelemetry.io/otel/trace require minor v1.4.1 -> v1.5.0

Release Notes

open-telemetry/opentelemetry-go

v1.5.0

Compare Source

Added
  • Log the Exporters configuration in the TracerProviders message. (#​2578)
  • Added support to configure the span limits with environment variables.
    The following environment variables are supported. (#​2606, #​2637)
    • OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT
    • OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT
    • OTEL_SPAN_EVENT_COUNT_LIMIT
    • OTEL_EVENT_ATTRIBUTE_COUNT_LIMIT
    • OTEL_SPAN_LINK_COUNT_LIMIT
    • OTEL_LINK_ATTRIBUTE_COUNT_LIMIT
      If the provided environment variables are invalid (negative), the default values would be used.
  • Rename the gc runtime name to go (#​2560)
  • Add resource container ID detection. (#​2418)
  • Add span attribute value length limit.
    The new AttributeValueLengthLimit field is added to the "go.opentelemetry.io/otel/sdk/trace".SpanLimits type to configure this limit for a TracerProvider.
    The default limit for this resource is "unlimited". (#​2637)
  • Add the WithRawSpanLimits option to go.opentelemetry.io/otel/sdk/trace.
    This option replaces the WithSpanLimits option.
    Zero or negative values will not be changed to the default value like WithSpanLimits does.
    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 NewSpanLimits and updated accordingly. (#​2637)
Changed
  • Drop oldest tracestate Member when capacity is reached. (#​2592)
  • Add event and link drop counts to the exported data from the oltptrace exporter. (#​2601)
  • Unify path cleaning functionally in the otlpmetric and otlptrace configuration. (#​2639)
  • Change the debug message from the sdk/trace.BatchSpanProcessor to reflect the count is cumulative. (#​2640)
  • Introduce new internal envconfig package for OTLP exporters. (#​2608)
  • If http.Request.Host is empty, fall back to use URL.Host when populating http.host in the semconv packages. (#​2661)
Fixed
  • Remove the OTLP trace exporter limit of SpanEvents when exporting. (#​2616)
  • Default to port 4318 instead of 4317 for the otlpmetrichttp and otlptracehttp client. (#​2614, #​2625)
  • Unlimited span limits are now supported (negative values). (#​2636, #​2637)
Deprecated
  • Deprecated "go.opentelemetry.io/otel/sdk/trace".WithSpanLimits.
    Use WithRawSpanLimits instead.
    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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@psmarcin psmarcin merged commit 235e305 into master Mar 16, 2022
@psmarcin psmarcin deleted the renovate/opentelemetry-go-monorepo branch March 16, 2022 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants