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
Adds performance improvements for concurrent use of synchronous instruments. #384
Adds WithPerformance() and IgnoreCollisions setting which offers around 10% faster operations in exchange for safety and correctness. This setting is off by default. #384
Updates OTel-Go version dependencies to [email protected], [email protected], [email protected], [email protected]:
Note the corresponding metrics API changes are 🛑 [BREAKING] between releases v0.35.0 and v0.36.0. Because this release depends on metrics API v0.35.0 it continues to support the deprecated APIs. The next minor version of this repository will update the dependency to v0.36.0 or later. #381
Eliminate redundant GC cpu-time metric from lightstep/instrumentation/cputime as
it is now included in lightstep/instrumentation/runtime from the builtin
runtime/metrics package. #355