OpenTelemetry.Exporter.Console 1.16.0

Console Exporter for OpenTelemetry .NET

NuGet NuGet

The console exporter prints data to the Console window. ConsoleExporter supports exporting logs, metrics and traces.

Warning

This exporter is intended for debugging and learning purposes. It is not recommended for production use. The output format is not standardized and can change at any time. If a standardized format for exporting telemetry to stdout is desired, upvote on this feature request.

Installation

dotnet add package OpenTelemetry.Exporter.Console

See the individual "getting started" examples depending on the signal being used:

Configuration

See the TestConsoleExporter.cs for an example of how to use the exporter for exporting traces to a collection.

You can configure the ConsoleExporter through Options types properties and environment variables. The Options type setters take precedence over the environment variables.

MetricReaderOptions (metrics)

For metrics, AddConsoleExporter() pairs the exporter with a PeriodicExportingMetricReader. Use MetricReaderOptions to configure temporality and export interval/timeout:

var meterProvider = Sdk.CreateMeterProviderBuilder()
    // rest of config not shown here.
    .AddConsoleExporter((_, metricReaderOptions) =>
    {
        metricReaderOptions.TemporalityPreference = MetricReaderTemporalityPreference.Delta;

        metricReaderOptions.PeriodicExportingMetricReaderOptions.ExportIntervalMilliseconds = 10_000;
        metricReaderOptions.PeriodicExportingMetricReaderOptions.ExportTimeoutMilliseconds = 5_000;
    })
    .Build();

See TestMetrics.cs for a runnable example.

Environment Variables

The following environment variables can be used to override the default values of the PeriodicExportingMetricReaderOptions (following the OpenTelemetry specification).

Environment variable PeriodicExportingMetricReaderOptions property
OTEL_METRIC_EXPORT_INTERVAL ExportIntervalMilliseconds
OTEL_METRIC_EXPORT_TIMEOUT ExportTimeoutMilliseconds

References

No packages depend on OpenTelemetry.Exporter.Console.

For highlights and announcements see: https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.16.0/RELEASENOTES.md.

    For detailed changes see: https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.16.0/src/OpenTelemetry.Exporter.Console/CHANGELOG.md.

.NET 10.0

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET Standard 2.0

Version Downloads Last updated
1.16.0 7 06/12/2026
1.16.0-rc.1 6 06/12/2026
1.15.3 23 04/22/2026
1.15.2 21 04/09/2026
1.15.1 22 03/30/2026
1.15.0 34 01/23/2026
1.14.0 20 12/21/2025
1.14.0-rc.1 24 12/19/2025
1.13.1 22 12/13/2025
1.13.0 28 12/19/2025
1.12.0 30 12/18/2025
1.11.2 23 12/13/2025
1.11.1 29 12/21/2025
1.11.0 24 12/15/2025
1.11.0-rc.1 25 12/15/2025
1.10.0 20 12/26/2025
1.10.0-rc.1 34 12/14/2025
1.10.0-beta.1 21 12/20/2025
1.9.0 24 12/10/2025
1.9.0-rc.1 23 12/15/2025
1.9.0-alpha.1 23 12/10/2025
1.8.1 24 12/14/2025
1.8.0 26 12/26/2025
1.8.0-rc.1 24 12/14/2025
1.8.0-beta.1 30 12/14/2025
1.7.0 19 12/26/2025
1.7.0-rc.1 20 12/10/2025
1.7.0-alpha.1 22 12/20/2025
1.6.0 26 12/22/2025
1.6.0-rc.1 25 12/14/2025
1.6.0-alpha.1 22 12/20/2025
1.5.1 23 12/14/2025
1.5.0 29 12/11/2025
1.5.0-rc.1 28 12/15/2025
1.5.0-alpha.2 25 12/21/2025
1.5.0-alpha.1 24 12/18/2025
1.4.0 21 12/26/2025
1.4.0-rc.4 24 12/20/2025
1.4.0-rc.3 30 12/20/2025
1.4.0-rc.2 21 12/15/2025
1.4.0-rc.1 20 12/20/2025
1.4.0-beta.3 23 12/09/2025
1.4.0-beta.2 26 12/20/2025
1.4.0-beta.1 29 12/16/2025
1.4.0-alpha.2 27 12/21/2025
1.4.0-alpha.1 26 12/13/2025
1.3.2 24 12/14/2025
1.3.1 25 12/20/2025
1.3.0 27 12/10/2025
1.3.0-rc.2 21 12/20/2025
1.3.0-beta.2 24 12/14/2025
1.3.0-beta.1 27 12/14/2025
1.2.0 21 12/26/2025
1.2.0-rc5 27 12/11/2025
1.2.0-rc4 27 12/14/2025
1.2.0-rc3 27 12/20/2025
1.2.0-rc2 34 12/20/2025
1.2.0-rc1 22 12/14/2025
1.2.0-beta2.1 18 12/20/2025
1.2.0-beta1 24 12/20/2025
1.2.0-alpha4 33 12/21/2025
1.2.0-alpha3 26 12/21/2025
1.2.0-alpha2 20 12/21/2025
1.2.0-alpha1 24 12/21/2025
1.1.0 30 12/13/2025
1.1.0-rc1 27 12/20/2025
1.1.0-beta4 19 12/20/2025
1.1.0-beta3 40 12/20/2025
1.1.0-beta2 26 12/20/2025
1.1.0-beta1 24 12/20/2025
1.0.1 23 12/17/2025
1.0.0-rc4 19 12/20/2025
1.0.0-rc3 31 12/20/2025
1.0.0-rc2 28 12/13/2025
1.0.0-rc1.1 22 12/19/2025
0.8.0-beta.1 24 12/14/2025
0.7.0-beta.1 22 12/20/2025
0.6.0-beta.1 23 12/20/2025
0.5.0-beta.2 25 12/15/2025
0.4.0-beta.2 23 12/14/2025
0.3.0-beta.1 22 12/20/2025
0.2.0-alpha.275 21 12/21/2025
0.2.0-alpha.220 24 12/15/2025