OpenTelemetryConfig 3.0.1

dotnet add package OpenTelemetryConfig --version 3.0.1
NuGet\Install-Package OpenTelemetryConfig -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenTelemetryConfig" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTelemetryConfig --version 3.0.1
#r "nuget: OpenTelemetryConfig, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenTelemetryConfig as a Cake Addin
#addin nuget:?package=OpenTelemetryConfig&version=3.0.1

// Install OpenTelemetryConfig as a Cake Tool
#tool nuget:?package=OpenTelemetryConfig&version=3.0.1

Open Telemetry Configuration

.NET CodeQL Nuget Nuget Discord Twitter Follow

This is a solution template for Add opentelemetry config to your project

attention: This program is for testing the employees of a company and is not used for the general public

Technologies

Getting Started

  1. in your program.cs file add : builder.Services.ConfigureOTLPServices(builder.Configuration, builder);
  2. add using OpenTelemetryConfig;
  3. Wherever you need to use the log in your code add _logger.LogError("test error") for example
  4. launch the project using dotnet run
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 131 1/3/2024
2.0.0 113 9/18/2023
1.1.1 299 7/11/2023
1.1.0 120 6/21/2023