opentelemetry-collector-contrib
opentelemetry-collector-contrib copied to clipboard
Hostmetricsreceiver: config setting to allow obfuscating of parameters
Is your feature request related to a problem? Please describe. I would like to add a config setting to allow users to obfuscate command line parameters if desired.
Describe the solution you'd like The config setting would allow the user to specify a parameter to obfuscate. For example if the command line is: "myprogram -password mypassword" the obfuscated command line would be: "myprogram -password ************"
Describe alternatives you've considered N/A
Additional context N/A
cc @dmitryax
Here is the PR I would add once this issue is approved https://github.com/davidmirza408/opentelemetry-collector-contrib/pull/12/files
@davidmirza408 - We have Redaction Process that achieves the same affect. Please see if you can add enhancements to this processor (if it is not solving this specific use case already). The advantage doing it here is that we can use it for data received from all/any receivers.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners for receiver/hostmetrics: @dmitryax. See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
- receiver/hostmetrics: @dmitryax
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been closed as inactive because it has been stale for 120 days with no activity.