-
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.16.0/v0.39.0 -- Stable Metric API #4100
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4100 +/- ##
=====================================
Coverage 83.3% 83.3%
=====================================
Files 181 181
Lines 13925 13925
=====================================
+ Hits 11608 11612 +4
+ Misses 2096 2092 -4
Partials 221 221
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
This release contains the first stable release of the OpenTelemetry Go metric API. Our project stability guarantees now apply to the
go.opentelemetry.io/otel/metric
package. See our versioning policy for more information about these stability guarantees.Added
go.opentelemetry.io/otel/semconv/v1.19.0
package. The package contains semantic conventions from thev1.19.0
version of the OpenTelemetry specification. (Add semconv/v1.19.0 #3848)go.opentelemetry.io/otel/semconv/v1.20.0
package. The package contains semantic conventions from thev1.20.0
version of the OpenTelemetry specification. (Add semconv/v1.20.0 #4078)Changed
strings.Cut()
instead ofstring.SplitN()
for better readability and memory use. (Use strings.Cut() instead of string.SplitN() #4049)Removed
go.opentelemetry.io/otel/metric/instrument
package is removed. Usego.opentelemetry.io/otel/metric
instead. (Remove the deprecatedmetric/instrument
package #4055)Fixed
go.opentelemetry.io/otel/sdk/resource
. (sdk/resource: Fix build for BSD OSes #4077)