opentelemetry-examples icon indicating copy to clipboard operation
opentelemetry-examples copied to clipboard

Provide better demonstration of using secrets than plain text

Open nslaughter opened this issue 2 years ago • 0 comments

The current example in https://github.com/lightstep/opentelemetry-examples#readme tells users to replace a special variable with their access token running a sed command. Using consistent environment variables and telling users to set the env var requires no more effort on anybody's part and it's a step in a good direction away from sprinkling secrets in config.

nslaughter avatar Jun 30 '22 15:06 nslaughter