![]() |
VOOZH | about |
dotnet add package OpenTelemetry.Exporter.InMemory --version 1.16.0
NuGet\Install-Package OpenTelemetry.Exporter.InMemory -Version 1.16.0
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.16.0" />
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.16.0" />Directory.Packages.props
<PackageReference Include="OpenTelemetry.Exporter.InMemory" />Project file
paket add OpenTelemetry.Exporter.InMemory --version 1.16.0
#r "nuget: OpenTelemetry.Exporter.InMemory, 1.16.0"
#:package OpenTelemetry.Exporter.InMemory@1.16.0
#addin nuget:?package=OpenTelemetry.Exporter.InMemory&version=1.16.0Install as a Cake Addin
#tool nuget:?package=OpenTelemetry.Exporter.InMemory&version=1.16.0Install as a Cake Tool
The in-memory exporter stores data in a user provided memory buffer.
This component is intended to be used for testing purposes. It is not recommended for any production environment.
dotnet add package OpenTelemetry.Exporter.InMemory
See the
TestInMemoryExporter.cs for
an example of how to use the exporter for exporting traces to a collection.
You can configure the InMemoryExporter through Options types properties
and environment variables.
The Options type setters take precedence over the 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 |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on OpenTelemetry.Exporter.InMemory:
| Package | Downloads |
|---|---|
|
Cratis.Chronicle.Infrastructure
Package Description |
|
|
Aksio.Cratis.Kernel.Read
Package Description |
|
|
TestTrackingDiagrams.Extensions.OpenTelemetry
OpenTelemetry extensions for capturing internal SUT spans during tests. Enables internal flow visualization in sequence diagram popups. |
|
|
Raccoon.Tools.OpenTelemetry.Exports.MongoDB
Package Description |
|
|
Jakar.Database
Package Description |
Showing the top 20 popular GitHub repositories that depend on OpenTelemetry.Exporter.InMemory:
| Repository | Stars |
|---|---|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
modelcontextprotocol/csharp-sdk
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
|
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
|
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
|
|
|
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
|
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
|
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
|
|
|
rabbitmq/rabbitmq-dotnet-client
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
|
|
|
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
IdentityModel extensions for .NET
|
|
| dotnet/ai-samples | |
|
Farfetch/kafkaflow
Apache Kafka .NET Framework to create applications simple to use and extend.
|
|
|
datastax/csharp-driver
DataStax C# Driver for Apache Cassandra
|
|
|
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
|
|
|
CommunityToolkit/Aspire
A community project with additional components and extensions for Aspire
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.16.0 | 34,039 | 6/10/2026 | |
| 1.16.0-rc.1 | 77 | 6/10/2026 | |
| 1.15.3 | 517,891 | 4/21/2026 | |
| 1.15.2 | 100,516 | 4/8/2026 | |
| 1.15.1 | 69,664 | 3/27/2026 | |
| 1.15.0 | 338,940 | 1/21/2026 | |
| 1.14.0 | 296,920 | 11/12/2025 | |
| 1.14.0-rc.1 | 884 | 10/21/2025 | |
| 1.13.1 | 278,533 | 10/9/2025 | |
| 1.13.0 | 81,389 | 10/1/2025 | 1.13.0 is deprecated because it has critical bugs. |
| 1.12.0 | 696,320 | 4/30/2025 | |
| 1.11.2 | 285,077 | 3/4/2025 | |
| 1.11.1 | 168,423 | 1/23/2025 | |
| 1.11.0 | 13,408 | 1/16/2025 | |
| 1.11.0-rc.1 | 519 | 12/12/2024 | |
| 1.10.0 | 165,160 | 11/12/2024 | |
| 1.10.0-rc.1 | 221 | 11/1/2024 | |
| 1.10.0-beta.1 | 411 | 9/30/2024 | |
| 1.9.0 | 1,123,617 | 6/14/2024 | |
| 1.9.0-rc.1 | 16,628 | 6/7/2024 |
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.InMemory/CHANGELOG.md.