The stdout flag is a boolean flag that, when set to true (default is false) will instantiate a stdout tracer. This is to allow working locally, when developing, without the need to have a proper OTEL setup working. When set to true, all traces are printed to stdout.
What type of this PR
Adding two CLI flags: -help -stdout
The
stdout
flag is a boolean flag that, when set to true (default is false) will instantiate a stdout tracer. This is to allow working locally, when developing, without the need to have a proper OTEL setup working. When set to true, all traces are printed to stdout./kind misc