Add a top-level UseDebugExporter()
convenience method.
#5671
Labels
enhancement
New feature or request
pkg:OpenTelemetry.Exporter.Console
Issues related to OpenTelemetry.Exporter.Console NuGet package
Package
OpenTelemetry.Exporter.Console
Is your feature request related to a problem?
No response
What is the expected behavior?
I think we should have a new API for adding debug exporting across all signals.
This would add the Console exporter for each of the signals.
I think this also makes it clear that this is for "debug" and not a console output of data.
It's also inline with the new
UseOtlpExporter()
that was added at the top level.Which alternative solutions or features have you considered?
We can keep doing what we have been, and using the individual console exporter lines, this is mainly a convenience and also something to bring it inline with the OTLP exporter as the 2 most commonly used for both production and getting started usecases.
Additional context
No response
The text was updated successfully, but these errors were encountered: