You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update versions.yaml
* Update changelog
* Upgrade stable-v1 to version v1.4.0
* Upgrade experimental-metrics to version v0.27.0
* Upgrade bridge to version v0.27.0
* Update CHANGELOG.md
- Fixes the instrument kind for noop async instruments. (#2461)
37
+
- Fixed the instrument kind for noop async instruments to correctly report an implementation. (#2461)
38
+
- Fix UDP packets overflowing with Jaeger payloads. (#2489, #2512)
31
39
- Change the `otlpmetric.Client` interface's `UploadMetrics` method to accept a single `ResourceMetrics` instead of a slice of them. (#2491)
32
-
- Specify explicit buckets in Prometheus example. (#2493)
40
+
- Specify explicit buckets in Prometheus example, fixing issue where example only has `+inf` bucket. (#2419, #2493)
33
41
- W3C baggage will now decode urlescaped values. (#2529)
34
42
- Baggage members are now only validated once, when calling `NewMember` and not also when adding it to the baggage itself. (#2522)
35
43
- The order attributes are dropped from spans in the `go.opentelemetry.io/otel/sdk/trace` package when capacity is reached is fixed to be in compliance with the OpenTelemetry specification.
@@ -1675,7 +1683,8 @@ It contains api and sdk for trace and meter.
1675
1683
- CircleCI build CI manifest files.
1676
1684
- CODEOWNERS file to track owners of this project.
0 commit comments