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
@anuraaga@bogdandrutu is this the design document #4444 being referred to for the implementation of the transform processor that will support the above use case?
The processor is ready to have this functionality added, but there isn't a function yet that can do this exact request. Attributes can be set on Data Points, but there is not any pattern matching yet.
We need the ability to be able to extract on "Metrics" attributes/label values similar to that available to spans in the attributes processor.
Non Working Example:
resource/storeid: attributes: - key: "keyname" action: extract pattern: ^(?P<siteid>[A-Z][0-9]+)-[A-Z0-9]+$$
Describe the solution you'd like
We would like to be able to have a processor create a new key with a modified value from another key/label/attribute.
Describe alternatives you've considered
We have tried metrics transform processor but can only use regex functionality on pattern match.
Additional context
Some of the blockers might also be due the fact that we are trying to work with "Data Point Attributes" coming from collected.
The text was updated successfully, but these errors were encountered: