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
Hello Community, is keep_matching_keys ottl function doest not work for metric context as i am using it but it is not working properly. Gives error on otel as processors::transform/test: unable to parse OTTL statement "keep_matching_keys(attributes,"^(url|http|service|cloud|event).")": undefined function "keep_matching_keys" . Please help me on this transform/test:
metric_statements:
- context: metric
statements:
- keep_matching_keys(attributes, "^(url|http|service|cloud|event).")
- keep_matching_keys(resource.attributes, "^(url|http|service|cloud|event).*").
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Community, is keep_matching_keys ottl function doest not work for metric context as i am using it but it is not working properly. Gives error on otel as processors::transform/test: unable to parse OTTL statement "keep_matching_keys(attributes,"^(url|http|service|cloud|event).")": undefined function "keep_matching_keys" . Please help me on this transform/test:
metric_statements:
- context: metric
statements:
- keep_matching_keys(attributes, "^(url|http|service|cloud|event).")
- keep_matching_keys(resource.attributes, "^(url|http|service|cloud|event).*").
Beta Was this translation helpful? Give feedback.
All reactions