Oakrey.Telemetry
2.0.1
dotnet add package Oakrey.Telemetry --version 2.0.1
NuGet\Install-Package Oakrey.Telemetry -Version 2.0.1
<PackageReference Include="Oakrey.Telemetry" Version="2.0.1" />
<PackageVersion Include="Oakrey.Telemetry" Version="2.0.1" />
<PackageReference Include="Oakrey.Telemetry" />
paket add Oakrey.Telemetry --version 2.0.1
#r "nuget: Oakrey.Telemetry, 2.0.1"
#:package Oakrey.Telemetry@2.0.1
#addin nuget:?package=Oakrey.Telemetry&version=2.0.1
#tool nuget:?package=Oakrey.Telemetry&version=2.0.1
Oakrey.Telemetry
1. 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.
2. 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.
3. 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.Telemetryand 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
4. Requirements
- .NET 8 or higher
5. Project Information
- Author: Oakrey
- Company: Oakrey (Website Link)
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
6. Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
7. 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 | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.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 building modular WPF applications. Provides application lifecycle management, MVVM ViewModel resolution, structured logging, telemetry, and sequential or parallel service preloading with full unhandled-exception coverage. |
|
|
Oakrey.Applications.Files
Provides IFileService with synchronous and asynchronous file and directory operations including CRUD, stream access, and age-based deletion, with built-in logging and OpenTelemetry tracing. |
|
|
Oakrey.Applications.About
A WPF/.NET library providing an About dialog with application name and version display, loaded assembly/module version listing, RTF EULA rendering, and a Report Issue form with log folder access. |
|
|
Oakrey.Applications.Terminals
A WPF/MVVM .NET library for building terminal-like interfaces. Provides a generic TerminalViewModel base with reactive message collections (System.Reactive), navigable command history, sort and display settings, file export, and built-in Oakrey.Log and Oakrey.Telemetry integration. |
|
|
Oakrey.Applications.Git
A .NET library for managing Git repositories programmatically. Supports multi-repository management, credential handling, branch discovery, commit operations, reactive error streams, and WPF binding via INotifyPropertyChanged. Integrates with Oakrey logging and telemetry. |
GitHub repositories
This package is not used by any popular GitHub repositories.