Oakrey.Applications.Telemetry
1.0.1
dotnet add package Oakrey.Applications.Telemetry --version 1.0.1
NuGet\Install-Package Oakrey.Applications.Telemetry -Version 1.0.1
<PackageReference Include="Oakrey.Applications.Telemetry" Version="1.0.1" />
<PackageVersion Include="Oakrey.Applications.Telemetry" Version="1.0.1" />
<PackageReference Include="Oakrey.Applications.Telemetry" />
paket add Oakrey.Applications.Telemetry --version 1.0.1
#r "nuget: Oakrey.Applications.Telemetry, 1.0.1"
#:package Oakrey.Applications.Telemetry@1.0.1
#addin nuget:?package=Oakrey.Applications.Telemetry&version=1.0.1
#tool nuget:?package=Oakrey.Applications.Telemetry&version=1.0.1
Oakrey.Applications.Telemetry
The "Telemetry" project is a .NET 8 library designed to provide robust telemetry and tracing capabilities for applications. It leverages OpenTelemetry to enable distributed tracing, instrumentation, and exporting of telemetry data to various backends.
Features
Distributed Tracing:
Supports tracing for HTTP requests, ASP.NET Core applications, and custom sources.
Exporters:
Includes exporters for Console and Seq (via OpenTelemetry Protocol). Configurable endpoint for Seq exporter.
Resource Configuration:
Allows setting up resource metadata (e.g., service name) for telemetry data.
Integration with Dependency Injection:
TelemetryConfigurationExtensions provides methods to register telemetry providers with DI containers.
Custom Tracer Providers:
TracerProviders offers pre-configured tracer providers for Console and Seq exporters.
Extensibility:
Easily extendable to support additional exporters or instrumentation.
Installation
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
NuGet Package Manager
- Open your project in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
- Search for
Oakrey.Applications.Telemetry
and click Install.
.NET CLI
Run the following command in your terminal:
dotnet add package Oakrey.Applications.Telemetry
Package Manager Console
Run the following command in your Package Manager Console:
Install-Package Oakrey.Applications.Telemetry
Requirements
- .NET 8 or higher
Project Information
- Author: Oakrey
- Company: Oakrey
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Microsoft.Extensions.DependencyInjection (>= 9.0.8)
- OpenTelemetry (>= 1.12.0)
- OpenTelemetry.Exporter.Console (>= 1.12.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.12.0)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.12.0)
- OpenTelemetry.Instrumentation.Http (>= 1.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.