Oakrey.Telemetry 1.0.0

dotnet add package Oakrey.Telemetry --version 1.0.0
                    
NuGet\Install-Package Oakrey.Telemetry -Version 1.0.0
                    
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="Oakrey.Telemetry" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oakrey.Telemetry" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Oakrey.Telemetry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Oakrey.Telemetry --version 1.0.0
                    
#r "nuget: Oakrey.Telemetry, 1.0.0"
                    
#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.
#addin nuget:?package=Oakrey.Telemetry&version=1.0.0
                    
Install Oakrey.Telemetry as a Cake Addin
#tool nuget:?package=Oakrey.Telemetry&version=1.0.0
                    
Install Oakrey.Telemetry as a Cake Tool

Oakrey.Telemetry

Overview

The "Telemetry" project is designed to provide a robust framework for tracing and monitoring application activities. It focuses on enabling developers to track application performance, identify bottlenecks, and debug issues effectively. The project includes features for structured tracing, activity tracking, and module-specific tracing proxies.

Features

Tracing Proxies:

  • TracingProxy and TracingProxy<T> provide module-specific tracing capabilities.
  • Supports activity tracking with hierarchical naming conventions.

Tracing Factory:

Centralized factory for creating and managing tracing activities.

Activity Management:

  • Integration with System.Diagnostics.Activity for structured tracing.
  • Supports caller and module-specific activity naming.

Extensibility:

Interfaces like ITracing and ITracing<T> allow for custom tracing implementations.

Installation

You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.

NuGet Package Manager

  1. Open your project in Visual Studio.
  2. Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
  3. Search for Oakrey.Telemetry and click Install.

.NET CLI

Run the following command in your terminal:

dotnet add package Oakrey.Telemetry

Package Manager Console

Run the following command in your Package Manager Console:

Install-Package Oakrey.Telemetry

Requirements

  • .NET 8 or higher

Project Information

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Oakrey.Telemetry:

Package Downloads
Oakrey.Applications.Base

"A foundational .NET library for managing application metadata, logging, telemetry, dependency injection, and service preloading, with seamless WPF integration."

Oakrey.Applications.Files

A .NET library for efficient file and directory management, supporting asynchronous operations, logging, and telemetry integration.

Oakrey.Applications.Git

A .NET library for managing Git repositories programmatically, supporting operations like cloning, committing, and branching, with integrated logging and telemetry.

Oakrey.Applications.Terminals

A .NET library for building terminal-like interfaces, featuring command history, message handling, file export, and integration with logging and telemetry.

Oakrey.Applications.Trace

A .NET library for real-time tracing of application activities, featuring configurable settings, status monitoring, and integration with telemetry and logging systems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 221 4/16/2025