pre-release v1.0.0-RC2#2133
Merged
Aneurysm9 merged 4 commits intoopen-telemetry:mainfrom Jul 26, 2021
Merged
Conversation
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
pellared
reviewed
Jul 26, 2021
|
|
||
| ### Removed | ||
|
|
||
| - Removed metrics test package `go.opentelemetry.io/otel/sdk/export/metric/metrictest`. (#2105) |
Member
There was a problem hiding this comment.
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?
Member
Author
There was a problem hiding this comment.
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.
Member
There was a problem hiding this comment.
Just an idea: maybe it would be good to add in the description a list of modules that are going to be released 😉
Member
Author
There was a problem hiding this comment.
That information is contained in versions.yaml.
MrAlias
approved these changes
Jul 26, 2021
pellared
approved these changes
Jul 26, 2021
Codecov Report
@@ 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
|
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.
[v1.0.0-RC2] - 2021-07-26
Added
WithOSDescriptionresource configuration option to set OS (Operating System) description resource attribute (os.description). (OS description attribute detector #1840)WithOSresource configuration option to set all OS (Operating System) resource attributes at once. (OS description attribute detector #1840)WithRetryoption to thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttppackage.This option is a replacement for the removed
WithMaxAttemptsandWithBackoffoptions. (Unify OTLP exporter retry logic #2095)LinkFromContextto return Link which encapsulates SpanContext from provided context and also encapsulates attributes. (API: create new linked span from current context #2115)Linktype under the SDKotel/sdk/tracepackage that counts the number of attributes that were dropped for surpassing theAttributePerLinkCountLimitconfigured in the Span'sSpanLimits.This new type replaces the equal-named API
Linktype found in theotel/tracepackage for most usages within the SDK.For example, instances of this type are now returned by the
Links()function ofReadOnlySpans provided in places like theOnEndfunction ofSpanProcessorimplementations. (Removed dropped link's attributes field from API package #2118)Changed
SpanModelsfunction is now exported from thego.opentelemetry.io/otel/exporters/zipkinpackage to convert OpenTelemetry spans into Zipkin model spans. (export ToZipkinSpanModels for use outside this library #2027)"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc".RetrySettingstoRetryConfig. (Unify OTLP exporter retry logic #2095)"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp".RetrySettingstoRetryConfig. (Unify OTLP exporter retry logic #2095)Deprecated
TextMapCarrierandTextMapPropagatorfrom thego.opentelemetry.io/otel/oteltestpackage and their associated creation functions (TextMapCarrier,NewTextMapPropagator) are deprecated. (Remove resource from metrics export record, add single Resource to Export() #2114)Harnesstype from thego.opentelemetry.io/otel/oteltestpackage and its associated creation function,NewHarnessare deprecated and will be removed in the next release. (Deprecate oteltest.Harness for removal #2123)TraceStateFromKeyValuesfunction from thego.opentelemetry.io/otel/oteltestpackage is deprecated.Use the
trace.ParseTraceStatefunction instead. (Deprecated the oteltest.TraceStateFromKeyValues function #2122)Removed
go.opentelemetry.io/otel/exporters/trace/jaeger. (Remove deprecated exporters #2020)go.opentelemetry.io/otel/exporters/trace/zipkin. (Remove deprecated exporters #2020)"go.opentelemetry.io/otel/sdk/resource".WithBuiltinDetectorsfunction.The explicit
With*options for every built-in detector should be used instead. (Update or removeresource.WithBuiltinDetectors()#2026 Remove resource.WithBuiltinDetectors which has not been maintained #2097)WithMaxAttemptsandWithBackoffoptions from thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttppackage.The retry logic of the package has been updated to match the
otlptracegrpcpackage and accordingly aWithRetryoption is added that should be used instead. (Unify OTLP exporter retry logic #2095)DroppedAttributeCountfield fromotel/trace.Linkstruct. (Removed dropped link's attributes field from API package #2118)Fixed
oteltest.Tracernow creates a validSpanContextwhen usingWithNewRoot. (oteltest: ensure valid SpanContext created for span started WithNewRoot #2073)dragonflybsdvalue for DragonFly BSD. (Fixed OS type value for DragonFly BSD #2092)go.opentelemetry.io/otel/exporters/otlp/otlptracepackage.This fix will by default set the status to
Unsetif it is not explicitly set toOkorError. (OTLP exporter should send unset status #2099 Correct status transform in OTLP exporter #2102)Injectmethod for the"go.opentelemetry.io/otel/propagation".TraceContexttype no longer injects emptytracestatevalues. (Simplify trace_context tests #2108)