Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 736 Bytes

File metadata and controls

22 lines (14 loc) · 736 Bytes

In-memory Exporter for OpenTelemetry .NET

NuGet NuGet

The in-memory exporter stores data in a user provided memory buffer.

Installation

dotnet add package OpenTelemetry.Exporter.InMemory

Configuration

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

References