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
Most metrics has optimized measure phase by using ValueMap. However ExpoHistogram has it's own implementations.
This implementation is not only lacking performance improvements, but also some important functionality (e.g. there's no check for is_under_cardinality_limit).
Most metrics has optimized
measure
phase by usingValueMap
. HoweverExpoHistogram
has it's own implementations.This implementation is not only lacking performance improvements, but also some important functionality (e.g. there's no check for
is_under_cardinality_limit
).In order to proceed with this, we need:
ValueMap
to provide interface that will allow to implementExpoHistogram
efficiently ValueMap interface change #2117The text was updated successfully, but these errors were encountered: