App.Metrics
by: Allan Hardy and Contributors
- 762 total downloads
- Latest version: 4.5.1-preview.0.1
App Metrics is an open-source .NET Standard library used to record application metrics.
App.Metrics.Abstractions
by: Allan Hardy and Contributors
- 617 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
App.Metrics.AspNetCore.Health
by: Allan Hardy and Contributors
- 594 total downloads
- Latest version: 3.2.0
App Metrics ASP.NET Core Health provides health checking capabilities to web applications and allows you to expose health check results over HTTP.
App.Metrics.AspNetCore.Health.Core
by: Allan Hardy and Contributors
- 304 total downloads
- Latest version: 3.2.0
App Metrics Health ASP.NET Core core components.
App.Metrics.AspNetCore.Health.Endpoints
by: Allan Hardy and Contributors
- 407 total downloads
- Latest version: 3.2.0
App Metrics Health ASP.NET Core Endpoints provides the ability to expose health checks as web endpoints.
App.Metrics.AspNetCore.Health.Hosting
by: Allan Hardy and Contributors
- 363 total downloads
- Latest version: 3.2.0
App Metrics Health ASP.NET Core Hosting provides extensions to configure App Metrics Health in an ASP.NET Core application.
App.Metrics.Concurrency
by: Allan Hardy and Contributors
- 884 total downloads
- Latest version: 4.5.1-preview.0.1
Provides useful structures for performing efficient concurrent operations. Original Project: https://github.com/etishor/ConcurrencyUtilities, including a port of Java's LongAdder and Striped64 classes
App.Metrics.Core
by: Allan Hardy and Contributors
- 570 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics core components. Contains metric types and default implementations for metric reporting, filtering and more.
App.Metrics.Extensions.Middleware
by: Allan Hardy
- 104 total downloads
- Latest version: 1.2.1
Extends the App.Metrics library providing a set AspNet Core Middleware Components which will record things like error rates per endpoint and an overall rate, request rates per endpoint and an overall rate etc.
App.Metrics.Formatters.Ascii
by: Allan Hardy and Contributors
- 521 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Formatters for metrics and environment data to plain text.
App.Metrics.Formatters.Json
by: Allan Hardy and Contributors
- 714 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
App.Metrics.Health
by: Allan Hardy and Contributors
- 597 total downloads
- Latest version: 3.2.0
App Metrics Health is an open-source .NET Standard library used to define and report results on user defined health checks.
App.Metrics.Health.Abstractions
by: Allan Hardy and Contributors
- 608 total downloads
- Latest version: 3.2.0
App Metrics Health abstractions and interfaces.
App.Metrics.Health.Core
by: Allan Hardy and Contributors
- 711 total downloads
- Latest version: 3.2.0
App Metrics health core components.
App.Metrics.Health.Extensions.Configuration
by: Allan Hardy and Contributors
- 280 total downloads
- Latest version: 3.2.0
Microsoft.Extensions.Configuration support for App Metrics Health e.g. appsettings.json
App.Metrics.Health.Extensions.DependencyInjection
by: Allan Hardy and Contributors
- 253 total downloads
- Latest version: 3.2.0
Microsoft.Extensions.DependencyInjection (IServiceCollection) support for App Metrics Health.
App.Metrics.Health.Extensions.Hosting
by: Allan Hardy and Contributors
- 394 total downloads
- Latest version: 3.2.0
Microsoft.Extensions.Hosting (IHostBuilder) support for App Metrics Health e.g. provide the ability to continuously report health via a Microsoft.Extensions.Hosting.BackgroundService
App.Metrics.Health.Formatters.Ascii
by: Allan Hardy and Contributors
- 671 total downloads
- Latest version: 3.2.0
App Metrics Formatters for health check results to plain text.
App.Metrics.Health.Formatters.Json
by: Allan Hardy and Contributors
- 462 total downloads
- Latest version: 3.2.0
App Metrics Formatters for health check results to JSON using Newtonsoft.Json.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 15 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.