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
Can see better performance for simple exemplars when finding what the next seen number that will result in an insertion will be before hand and when a new exemplar is offered we do nothing but increment the seen count.
Can see better performance for simple exemplars when finding what the next seen number that will result in an insertion will be before hand and when a new exemplar is offered we do nothing but increment the seen count.
See the Go code for more explanation: https://github.com/open-telemetry/opentelemetry-go/blob/main/sdk/metric/internal/exemplar/rand.go
The text was updated successfully, but these errors were encountered: