Skip to main content
App.Metrics package icon

App.Metrics

App Metrics is an open-source and cross-platform .NET library used to record metrics within an application. Abstracts away the underlaying repository of your Metrics for example InfluxDB, Graphite, Elasticsearch etc, by sampling and aggregating in memory and providing extensibility points to flush metrics to a repository. App Metrics provides various metric types to measure things such as the rate of requests, counting the number of user logins over time, measure the time taken to execute a database query, measure the amount of free memory and so on. Metrics types supported are Gauges, Counters, Meters, Histograms and Timers. Also provides a health checking system allowing you to monitor the health of your application through user defined checks.

Total Downloads
53.1M
53,052,239
Published
Nov 20, 2016
Latest stable version

Install

.NET CLI
dotnet add package App.Metrics --version 1.0.0-alpha1
Package Manager Console
Install-Package App.Metrics -Version 1.0.0-alpha1
PackageReference
<PackageReference Include="App.Metrics" Version="1.0.0-alpha1" />

Frameworks

.NETStandard1.6

Dependencies

[1.0.500-preview2-1-003177, )
[1.1.0, )
[1.1.0, )
[1.1.0, )
[1.1.0, )
NETStandard.Library
.NETStandard1.6
[1.6.1, )
[4.3.0, )
[4.3.0, )
[4.3.0, )
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

The published metadata declares 14 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.