How to use transformprocessors in Opentelemetry collector #20753
Unanswered
debashish-github
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently using https://opentelemetry.io/docs/collector/getting-started/ to use the Windows Packaging option to run the opentelemetry collector using command "otelcol.exe --config=config.yaml" .
I want to use some of the functions of transformprocessor mentioned in https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor .
But when I try to update my config.yaml with the following lines
processors:
transform:
error_mode: ignore
I get the following error
2023/04/07 12:43:25 collector server run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
This means that my currently opentelemetry collector doesn't have transform processor. What do I do to include that in my current collector ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions