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 (13)
Showing the top 5 NuGet packages that depend on Oakrey.Telemetry:
| Package | Downloads |
|---|---|
|
Oakrey.Applications.Settings
WPF-only (.NET 10 Windows) library providing ISettingsService with persistent and volatile typed key-value settings, SettingsBase for bindable ViewModelBase-derived settings classes, CallerMemberName key inference, built-in window bounds restore via RestoreBounds, and a one-call ConfigureSettingService DI extension. |
|
|
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.SplashScreen
Windows (.NET 10, WPF) library for async splash screens with parallel preload tasks and MSI update flow. Generic SplashScreenService<T> integrates IApplicationInfo metadata, Oakrey.Log, and Oakrey.Telemetry; registers via a single IServiceCollection extension. |
|
|
Oakrey.Applications.Log
Integrates Oakrey logging into .NET WPF apps via IServiceCollection extensions: registers a WpfQueueLogger for real-time UI log visualization, a settings-persisted LogViewModel with log-level filtering, and a preloadable log file cleanup service with a 7-day retention policy. |
|
|
Oakrey.Applications.ControlObjects
A .NET WPF library for building interactive, validated control objects. Provides a base class hierarchy for reactive sending objects, enable/disable and timer-driven variants, cancelable async operations, device abstraction, multi-key gesture support, and observable collections with automatic JSON persistence. |
GitHub repositories
This package is not used by any popular GitHub repositories.