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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
28
28
- Document instrument name requirements in `go.opentelemetry.io/otel/metric`. (#5435)
29
29
- Prevent random number generation data-race for experimental rand exemplars in `go.opentelemetry.io/otel/sdk/metric`. (#5456)
30
30
- Fix counting number of dropped attributes of `Record` in `go.opentelemetry.io/otel/sdk/log`. (#5464)
31
-
-Parallelized the Detect function in `opentelemetry-go/sdk/resource`to speed up the detection function when using multiple slow detectors, this also allow multiple custom detectors that rely on context with timeout to run concurrently. (#5402)
31
+
-Run the `Detect` method in `go.opentelemetry.io/otel/sdk/resource`in parallel. (#5402)
0 commit comments