-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
critcal infos are exported from otel-agent- #229
Comments
Any News |
Hi @holiday-sunrise. Resource providers collect process-related attributes. Here are a few options that you could do to exclude/update the attribute value -
I suggest using a processor/transformer at the collector configuration level to centralize the data conditioning from all apps. |
Hi @manikmagar. Thank you for your answer. Would it be possible to explain to me how I can use the Transformer with a Mule API and the Otel Mule Module. Where and how would one create such a transformer. I would be very happy about your help. we will try it |
Hi @holiday-sunrise, the processor and transformer are not for the Otel Mule Module. Those are for OpenTelemetry collector configuration. Please see the documentation on the links below -
Here is an example of deleting the attribute with resource processor - .OpenTelemetry collector config yaml
I hope that helps. |
Mule Runtime is started with several command args like client_id, client_secret , encryptionkey. How can we filter those data in field "labels.process_command_args"
security-relevant data should not be in the log
The text was updated successfully, but these errors were encountered: