mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +02:00
047df28b88
Fix #5455 The `math/rand.Rand` type is not safe for concurrent access. Concurrent measurements, and therefore concurrent exemplar computation, are allowed. Ensure this concurrent design does not lead to data races with `rng`. |
||
---|---|---|
.. | ||
instrumentation | ||
internal | ||
log | ||
metric | ||
resource | ||
trace | ||
go.mod | ||
go.sum | ||
README.md | ||
version_test.go | ||
version.go |