Release v1.15.0-rc.2/v0.38.0-rc.2#3923
Merged
Merged
Conversation
9 tasks
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3923 +/- ##
=======================================
- Coverage 81.8% 81.7% -0.1%
=======================================
Files 170 170
Lines 12909 12909
=======================================
- Hits 10561 10559 -2
- Misses 2129 2131 +2
Partials 219 219
|
Aneurysm9
approved these changes
Mar 22, 2023
MadVikingGod
approved these changes
Mar 23, 2023
pellared
approved these changes
Mar 23, 2023
pellared
reviewed
Mar 23, 2023
Member
|
I created two doc-related PRs that may be good to merge before the release: |
Co-authored-by: Robert Pająk <pellared@hotmail.com>
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 is a release candidate for the v1.15.0/v0.38.0 release. That release will include the
v1release of the OpenTelemetry Go metric API and will provide stability guarantees of that API. See our versioning policy for more information about these stability guarantees.Added
WithHostIDoption togo.opentelemetry.io/otel/sdk/resource. (add host.id to resource auto-detection #3812)WithoutTimestampsoption togo.opentelemetry.io/otel/exporters/stdout/stdoutmetricto sets all timestamps to zero. (New stdoutmetric encoder with ignore timestamp #3828)Exemplartype is added togo.opentelemetry.io/otel/sdk/metric/metricdata. Both theDataPointandHistogramDataPointtypes from that package have a new field ofExemplarscontaining the sampled exemplars for their timeseries. (AddExemplarto metricdata package #3849)go.opentelemetry.io/otel/sdk/metric/instrument. (Split metric configuration down to instrument #3895)V(1). (Enhance internal logging #3900)Changed
SetusingNewSetorNewSetWithFilteredingo.opentelemetry.io/otel/attribute. (Pool sortables used to create attribute sets #3832)go.opentelemetry.io/otel/sdk/metric. (Pool sortables used to create attribute sets #3832)WithDeferredSetupandSkipContextSetupin OpenTracing bridge. (Avoid creating new references onWithDeferredSetupfor every span #3833)NewandDetectfunctions fromgo.opentelemetry.io/otel/sdk/resourcereturn errors that wrap underlying errors instead of just containing the underlying error strings. (Wrap errors returned fromDetectandNewinsdk/resource#3844)HistogramandHistogramDataPointare redefined with a generic argument of[N int64 | float64]ingo.opentelemetry.io/otel/sdk/metric/metricdata. (AddExemplarto metricdata package #3849)Exportinterface fromgo.opentelemetry.io/otel/sdk/metricaccepts a*ResourceMetricsinstead ofResourceMetrics. (Update the metricExportinterface to accept a*ResourceMetricsinstead ofResourceMetrics#3853)AsynchronoustoObservableingo.opentelemetry.io/otel/metric/instrument. (Remove Synchronous and rename Asynchronous #3892)Int64ObserverOptiontoInt64ObservableOptioningo.opentelemetry.io/otel/metric/instrument. (Split metric configuration down to instrument #3895)Float64ObserverOptiontoFloat64ObservableOptioningo.opentelemetry.io/otel/metric/instrument. (Split metric configuration down to instrument #3895)V(4), the verbosity level of debug toV(8). (Enhance internal logging #3900)Fixed
TracerProviderconsistently doesn't allow to register aSpanProcessorafter shutdown. (Make TracerProvider not allow to register a SpanProcessor after shutdown #3845)Removed
go.opentelemetry.io/otel/metric/globalpackage is removed. (Remove the deprecatedotel/metric/globalpkg #3829)Synchronousinterface ingo.opentelemetry.io/otel/metric/instrumentwas removed. (Remove Synchronous and rename Asynchronous #3892)Float64ObserverConfigandNewFloat64ObserverConfigingo.opentelemetry.io/otel/sdk/metric/instrument. Use the addedfloat64instrument configuration instead. (Split metric configuration down to instrument #3895)Int64ObserverConfigandNewInt64ObserverConfigingo.opentelemetry.io/otel/sdk/metric/instrument. Use the addedint64instrument configuration instead. (Split metric configuration down to instrument #3895)NewNoopMeterfunction ingo.opentelemetry.io/otel/metric, useNewMeterProvider().Meter("")instead. (Move metric No-Op tometric/noop#3893)