Skip to content

pre-release v1.0.0-RC2#2133

Merged
Aneurysm9 merged 4 commits intoopen-telemetry:mainfrom
Aneurysm9:pre_release_stable-v1_v1.0.0-RC2
Jul 26, 2021
Merged

pre-release v1.0.0-RC2#2133
Aneurysm9 merged 4 commits intoopen-telemetry:mainfrom
Aneurysm9:pre_release_stable-v1_v1.0.0-RC2

Conversation

@Aneurysm9
Copy link
Copy Markdown
Member

[v1.0.0-RC2] - 2021-07-26

Added

  • Added WithOSDescription resource configuration option to set OS (Operating System) description resource attribute (os.description). (OS description attribute detector #1840)
  • Added WithOS resource configuration option to set all OS (Operating System) resource attributes at once. (OS description attribute detector #1840)
  • Added the WithRetry option to the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp package.
    This option is a replacement for the removed WithMaxAttempts and WithBackoff options. (Unify OTLP exporter retry logic #2095)
  • Added API LinkFromContext to return Link which encapsulates SpanContext from provided context and also encapsulates attributes. (API: create new linked span from current context #2115)
  • Added a new Link type under the SDK otel/sdk/trace package that counts the number of attributes that were dropped for surpassing the AttributePerLinkCountLimit configured in the Span's SpanLimits.
    This new type replaces the equal-named API Link type found in the otel/trace package for most usages within the SDK.
    For example, instances of this type are now returned by the Links() function of ReadOnlySpans provided in places like the OnEnd function of SpanProcessor implementations. (Removed dropped link's attributes field from API package #2118)

Changed

Deprecated

Removed

Fixed

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Comment thread CHANGELOG.md

### Removed

- Removed metrics test package `go.opentelemetry.io/otel/sdk/export/metric/metrictest`. (#2105)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry if it is a stupid question.

Why this is in Unreleased? Do you plan to release this package using a commit before it was removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that change was to a module in the experimental metrics version set that is not getting a new tag at this time, so the change is effectively unreleased.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just an idea: maybe it would be good to add in the description a list of modules that are going to be released 😉

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That information is contained in versions.yaml.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 26, 2021

Codecov Report

Merging #2133 (fa5fe86) into main (2501e0f) will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2133   +/-   ##
=====================================
  Coverage   72.1%   72.2%           
=====================================
  Files        169     169           
  Lines      12066   12066           
=====================================
+ Hits        8711    8721   +10     
+ Misses      3112    3105    -7     
+ Partials     243     240    -3     
Impacted Files Coverage Δ
sdk/metric/sdk.go 81.0% <0.0%> (+1.4%) ⬆️
...s/otlp/otlptrace/internal/connection/connection.go 16.4% <0.0%> (+1.5%) ⬆️
sdk/metric/refcount_mapped.go 100.0% <0.0%> (+20.0%) ⬆️

@Aneurysm9 Aneurysm9 merged commit 7939841 into open-telemetry:main Jul 26, 2021
@Aneurysm9 Aneurysm9 deleted the pre_release_stable-v1_v1.0.0-RC2 branch July 26, 2021 19:09
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants