-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.25.0/v0.47.0/v0.0.8/v0.1.0-alpha #5154
Merged
Merged
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5154 +/- ##
=====================================
Coverage 83.7% 83.7%
=====================================
Files 252 252
Lines 16458 16458
=====================================
Hits 13778 13778
Misses 2389 2389
Partials 291 291
|
MrAlias
requested review from
Aneurysm9,
evantorrie,
XSAM,
dashpole,
MadVikingGod,
pellared,
hanyuancheung and
dmathieu
as code owners
April 4, 2024 21:51
hanyuancheung
approved these changes
Apr 5, 2024
MadVikingGod
approved these changes
Apr 5, 2024
XSAM
approved these changes
Apr 5, 2024
pellared
approved these changes
Apr 5, 2024
dmathieu
approved these changes
Apr 5, 2024
dashpole
approved these changes
Apr 5, 2024
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.
Added
WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (otlptracehttp, otlpmetrichttp: Add WithProxy option #4906)WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp
. (otlptracehttp, otlpmetrichttp: Add WithProxy option #4906)AddLink
method to theSpan
interface ingo.opentelemetry.io/otel/trace
. (trace: Add Span.AddLink method #5032)Enabled
method is added to theLogger
interface ingo.opentelemetry.io/otel/log
.This method is used to notify users if a log record will be emitted or not. (Add the Enabled method to the Logger #5071)
SeverityUndefined
const
togo.opentelemetry.io/otel/log
.This value represents an unset severity level. (Add SeverityUndefined to
otel/log
#5072)Empty
function ingo.opentelemetry.io/otel/log
to return aKeyValue
for an empty value. (logs: Add empty value for KeyValue #5076)go.opentelemetry.io/otel/log/global
to manage the globalLoggerProvider
.This package is provided with the anticipation that all functionality will be migrate to
go.opentelemetry.io/otel
whengo.opentelemetry.io/otel/log
stabilizes.At which point, users will be required to migrage their code, and this package will be deprecated then removed. (Add global log package #5085)
Summary
metrics in thego.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
exporters. (Add Summary support to the OTLP exporter #5100)otel.scope.name
andotel.scope.version
tags to spans exported bygo.opentelemetry.io/otel/exporters/zipkin
. (exporters/zipkin: Add use new scope attributes #5108)AddLink
togo.opentelemetry.io/otel/bridge/opencensus
. (Add support for AddLink to the OpenCensus bridge #5116)String
method toValue
andKeyValue
ingo.opentelemetry.io/otel/log
. (log: Add String method to Value and KeyValue #5117)go.opentelemetry.io/otel/exporters/prometheus
. (Add exemplar support to the prometheus exporter #5111)go.opentelemetry.io/otel/semconv/v1.24.0
. Futuresemconv
packages will include metric semantic conventions as well. (semconv: Add metric generation #4528)Changed
SpanFromContext
andSpanContextFromContext
ingo.opentelemetry.io/otel/trace
no longer make a heap allocation when the passed context has no span. (trace: SpanFromContext and SpanContextFromContext make no allocs #5049)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
now create a gRPC client in idle mode and with "dns" as the default resolver usinggrpc.NewClient
. (Bump bump google.golang.org/grpc from 1.62.1 to 1.63.0 and use grpc.NewClient instead of grpc.DialContext #5151)Because of that
WithDialOption
ignoresgrpc.WithBlock
,grpc.WithTimeout
, andgrpc.WithReturnConnectionError
.Notice that
grpc.DialContext
which was used before is now deprecated.Fixed
Set
andDistinct
types ingo.opentelemetry.io/otel/attribute
. (Use Distinct instead of Set for map keys #5027)ErrorHandler
self-delegation. (Prevent default ErrorHandler self-delegation #5137)Removed
Deprecated
go.opentelemetry.io/otel/attribute.Sortable
type. (Deprecate Sortable #4734)go.opentelemetry.io/otel/attribute.NewSetWithSortable
function. (Deprecate Sortable #4734)go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered
function. (Deprecate Sortable #4734)