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
In Metrics transform Processor, request to create a component to replace dimension/label value based on regexp.
Currently we are reducing cardinality of a metrics by aggregating it based on regexp.
eg : - replace_all_matches(attributes, "/user//list/", "/user/{userId}/list/{listId}")
Similar to this do we have an option to replace/update the label/dimension values.
Value Actions take input only as a string not as regexp in Metrics transform processors
The purpose and use-cases of the new component
In Metrics transform Processor, request to create a component to replace dimension/label value based on regexp.
Currently we are reducing cardinality of a metrics by aggregating it based on regexp.
eg : - replace_all_matches(attributes, "/user//list/", "/user/{userId}/list/{listId}")
Similar to this do we have an option to replace/update the label/dimension values.
Value Actions take input only as a string not as regexp in Metrics transform processors
Example configuration for the component
Telemetry data types supported
Metrics
Is this a vendor-specific component?
Code Owner(s)
No response
Sponsor (optional)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: