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
Is your feature request related to a problem? Please describe.
CompareMetricsOption does not have the possibility to blur the values of exemplars, such as SpanID, TraceID or Timestamp, as it makes it impossible to compare metrics with these values are present. At the same time, the number of exemplars is not important in some cases, where it might be beneficial to ignore the number of exemplars.
Additionally, similary to ChangeResourceAttributeValue, it would be useful to have ChangeDatapointAttributeValue function to be able to mask attribute values in datapoints.
Describe the solution you'd like
Introducing IgnoreExemplars, IgnoreExemplarSlice and ChangeDatapointAttributeValue to CompareMetricsOption which will ignore the values present in exemplars
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
odubajDT
changed the title
[pdatatest/pmetrictest] Introduce IgnoreSumExemplars to CompareMetricsOption
[pdatatest/pmetrictest] Introduce IgnoreExemplars to CompareMetricsOption
Mar 27, 2025
odubajDT
changed the title
[pdatatest/pmetrictest] Introduce IgnoreExemplars to CompareMetricsOption
[pdatatest/pmetrictest] Introduce IgnoreExemplars, IgnoreExemplarSlice and ChangeDatapointAttributeValue to CompareMetricsOption
Apr 1, 2025
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
pkg/pdatatest
Is your feature request related to a problem? Please describe.
CompareMetricsOption
does not have the possibility to blur the values of exemplars, such asSpanID
,TraceID
orTimestamp
, as it makes it impossible to compare metrics with these values are present. At the same time, the number of exemplars is not important in some cases, where it might be beneficial to ignore the number of exemplars.Additionally, similary to
ChangeResourceAttributeValue
, it would be useful to haveChangeDatapointAttributeValue
function to be able to mask attribute values in datapoints.Describe the solution you'd like
Introducing
IgnoreExemplars
,IgnoreExemplarSlice
andChangeDatapointAttributeValue
toCompareMetricsOption
which will ignore the values present in exemplarsDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: