OpenTelemetry.Exporter.Console 1.18.0-rc.1

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.18.0-rc.1/RELEASENOTES.md.

    For detailed changes see: https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.18.0-rc.1/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.19.1 2 09/21/2026
1.19.1-rc.1 3 09/21/2026
1.19.0 4 09/18/2026
1.19.0-rc.1 4 09/18/2026
1.18.0 16 08/21/2026
1.18.0-rc.1 12 08/21/2026
1.17.0 21 07/18/2026
1.17.0-rc.1 21 07/18/2026
1.16.0 22 06/12/2026
1.16.0-rc.1 17 06/12/2026
1.15.3 39 04/22/2026
1.15.2 37 04/09/2026
1.15.1 36 03/30/2026
1.15.0 51 01/23/2026
1.14.0 37 12/21/2025
1.14.0-rc.1 38 12/19/2025
1.13.1 41 12/13/2025
1.13.0 46 12/19/2025
1.12.0 47 12/18/2025
1.11.2 30 12/13/2025
1.11.1 41 12/21/2025
1.11.0 38 12/15/2025
1.11.0-rc.1 40 12/15/2025
1.10.0 36 12/26/2025
1.10.0-rc.1 45 12/14/2025
1.10.0-beta.1 34 12/20/2025
1.9.0 33 12/10/2025
1.9.0-rc.1 30 12/15/2025
1.9.0-alpha.1 33 12/10/2025
1.8.1 42 12/14/2025
1.8.0 42 12/26/2025
1.8.0-rc.1 39 12/14/2025
1.8.0-beta.1 41 12/14/2025
1.7.0 31 12/26/2025
1.7.0-rc.1 34 12/10/2025
1.7.0-alpha.1 34 12/20/2025
1.6.0 39 12/22/2025
1.6.0-rc.1 36 12/14/2025
1.6.0-alpha.1 36 12/20/2025
1.5.1 34 12/14/2025
1.5.0 42 12/11/2025
1.5.0-rc.1 40 12/15/2025
1.5.0-alpha.2 35 12/21/2025
1.5.0-alpha.1 36 12/18/2025
1.4.0 41 12/26/2025
1.4.0-rc.4 36 12/20/2025
1.4.0-rc.3 42 12/20/2025
1.4.0-rc.2 31 12/15/2025
1.4.0-rc.1 32 12/20/2025
1.4.0-beta.3 36 12/09/2025
1.4.0-beta.2 34 12/20/2025
1.4.0-beta.1 41 12/16/2025
1.4.0-alpha.2 37 12/21/2025
1.4.0-alpha.1 39 12/13/2025
1.3.2 36 12/14/2025
1.3.1 45 12/20/2025
1.3.0 36 12/10/2025
1.3.0-rc.2 32 12/20/2025
1.3.0-beta.2 38 12/14/2025
1.3.0-beta.1 37 12/14/2025
1.2.0 33 12/26/2025
1.2.0-rc5 40 12/11/2025
1.2.0-rc4 37 12/14/2025
1.2.0-rc3 39 12/20/2025
1.2.0-rc2 48 12/20/2025
1.2.0-rc1 35 12/14/2025
1.2.0-beta2.1 32 12/20/2025
1.2.0-beta1 35 12/20/2025
1.2.0-alpha4 47 12/21/2025
1.2.0-alpha3 34 12/21/2025
1.2.0-alpha2 33 12/21/2025
1.2.0-alpha1 34 12/21/2025
1.1.0 39 12/13/2025
1.1.0-rc1 39 12/20/2025
1.1.0-beta4 25 12/20/2025
1.1.0-beta3 47 12/20/2025
1.1.0-beta2 40 12/20/2025
1.1.0-beta1 38 12/20/2025
1.0.1 43 12/17/2025
1.0.0-rc4 31 12/20/2025
1.0.0-rc3 48 12/20/2025
1.0.0-rc2 42 12/13/2025
1.0.0-rc1.1 31 12/19/2025
0.8.0-beta.1 37 12/14/2025
0.7.0-beta.1 35 12/20/2025
0.6.0-beta.1 34 12/20/2025
0.5.0-beta.2 37 12/15/2025
0.4.0-beta.2 32 12/14/2025
0.3.0-beta.1 34 12/20/2025
0.2.0-alpha.275 29 12/21/2025
0.2.0-alpha.220 35 12/15/2025