App.Metrics
by: Allan Hardy and Contributors
- 1.026k 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
- 818 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
- 637 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
- 351 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
- 444 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
- 403 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
- 1.038k 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
- 772 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
- 173 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
- 741 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
- 931 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
- 643 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
- 657 total downloads
- Latest version: 3.2.0
App Metrics Health abstractions and interfaces.
App.Metrics.Health.Core
by: Allan Hardy and Contributors
- 760 total downloads
- Latest version: 3.2.0
App Metrics health core components.
App.Metrics.Health.Extensions.Configuration
by: Allan Hardy and Contributors
- 321 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
- 290 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
- 426 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
- 719 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
- 510 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.
- 27 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.