App.Metrics.AspNetCore.Abstractions
by: Allan Hardy and Contributors
- 132 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core abstractions and interfaces for routing, HTTP response formatting and more.
App.Metrics.AspNetCore.Core
by: Allan Hardy and Contributors
- 134 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core core components.
App.Metrics.AspNetCore.Endpoints
by: Allan Hardy and Contributors
- 125 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core Endpoints provides the ability to expose metrics and environment information as web endpoints.
App.Metrics.AspNetCore.Health
by: Allan Hardy and Contributors
- 27 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
- 25 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
- 39 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
- 25 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.AspNetCore.Hosting
by: Allan Hardy and Contributors
- 139 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core Hosting provides extensions to configure App Metrics in an ASP.NET Core application.
App.Metrics.AspNetCore.Mvc
by: Allan Hardy and Contributors
- 159 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core MVC features such as metric tracking on controller actions using attribute routes.
App.Metrics.AspNetCore.Mvc.Core
by: Allan Hardy and Contributors
- 114 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core MVC Core features such as metric tracking on controller actions using attribute routes.
App.Metrics.AspNetCore.Reporting
by: Allan Hardy and Contributors
- 63 total downloads
- Latest version: 4.1.0-preview.0.23
[Obsolete - App Metrics ASP.NET Core Reporting provides the abliity to report metrics in web application] HostedService for metric reporting moved to App.Metrics.Extensions.Hosting now that HostedService is supported outside of a web context in net core 2.1.0
App.Metrics.AspNetCore.Routing
by: Allan Hardy and Contributors
- 112 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core Routing features such as exposing route templates to App Metrics for tagging request based metrics.
App.Metrics.AspNetCore.Tracking
by: Allan Hardy and Contributors
- 73 total downloads
- Latest version: 4.4.0-preview.0.10
App Metrics ASP.NET Core Tracking provides the ability to automatically collect typical web metrics from an ASP.NET Core application.
App.Metrics.Concurrency
by: Allan Hardy and Contributors
- 64 total downloads
- Latest version: 4.4.0-preview.0.10
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
- 108 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.Configuration
by: Allan Hardy and Contributors
- 103 total downloads
- Latest version: 4.4.0-preview.0.10
Microsoft.Extensions.Configuration support for App Metrics e.g. appsettings.json
App.Metrics.Extensions.DependencyInjection
by: Allan Hardy and Contributors
- 95 total downloads
- Latest version: 4.4.0-preview.0.10
Microsoft.Extensions.DependencyInjection (IServiceCollection) support for App Metrics.
App.Metrics.Extensions.Hosting
by: Allan Hardy and Contributors
- 75 total downloads
- Latest version: 4.4.0-preview.0.10
Microsoft.Extensions.Hosting (IHostBuilder) support for App Metrics.
App.Metrics.Extensions.Middleware
by: Allan Hardy
- 26 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
- 104 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Formatters for metrics and environment data to plain text.