You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes it's nice to see what the output of telemetry would be, without needing to send anywhere. Debug only logs to stdout if it's successfully exported, and otherwise you need to manually add in a ConsoleSpan Exporter.
Describe the solution you'd like
Maybe a ConsoleSpanExporter easy-button. Since debug only logs if something is successfully exported, a "dev" option could ignore everything else and just always send to stdout and never try to export elsewhere
Describe alternatives you've considered
Just rely on manually adding ConsoleSpanExporter and/or spinning up a collector. Or another tool might work just as well or better for this and I just don't have it in mind right now!
if we drop everything, do we still get logs if debug is true? like could someone set it to zero to see what events would be sent but not actually send events over the wire?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes it's nice to see what the output of telemetry would be, without needing to send anywhere. Debug only logs to stdout if it's successfully exported, and otherwise you need to manually add in a ConsoleSpan Exporter.
Describe the solution you'd like
Maybe a ConsoleSpanExporter easy-button. Since debug only logs if something is successfully exported, a "dev" option could ignore everything else and just always send to stdout and never try to export elsewhere
Describe alternatives you've considered
Just rely on manually adding ConsoleSpanExporter and/or spinning up a collector. Or another tool might work just as well or better for this and I just don't have it in mind right now!
Additional context
Comment thread on PR 72
The text was updated successfully, but these errors were encountered: