Skip to content
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

Print final configuration #2253

Closed
pavolloffay opened this issue May 19, 2020 · 3 comments
Closed

Print final configuration #2253

pavolloffay opened this issue May 19, 2020 · 3 comments

Comments

@pavolloffay
Copy link
Member

Jaeger OTEL components provide a default configuration - e.g. set of receivers, processors and exporters. These components have their own configuration that can be supplied via flags and/or config file.

Users should always know what components are being used and how are they configured. A possible solution is to print the configuration on the standard output. This could be done always at the startup or on-demand via a flag. To protect leaking of credentials it might be better to provide a flag that would print out the configuration just on demand.

@jan25
Copy link
Contributor

jan25 commented Aug 9, 2020

Hi @pavolloffay , is this still a valid issue? I can try to fix

@pavolloffay
Copy link
Member Author

It is a valid issue, if the default/hardcoded configuration is used, there should be a way to print out that config to the user. Users should know what configuration is used.

@pavolloffay
Copy link
Member Author

Thinking how this should work, maybe the important parts of the config should be always printed at startup. We should also make sure that the auth config is never put into the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants