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
Attributes:
-> dimension_A: Str() ==> This should change attr key to A from dimension_A
-> dimension_B: Str() ==> This should change attr key to B from dimension_B
Component(s)
processor/transform
What happened?
Description
replace_all_patterns function does not support regex expand replacement for attribute keys
Steps to Reproduce
Expected Result
Actual Result
Collector version
v0.77.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
Function implementation differs for attribute keys and values. Is there a specific reason for that?
Values: ReplaceAllString
Keys: ReplaceAllLiteralString
Use case: bulk rename of attributes.
The text was updated successfully, but these errors were encountered: