appmetrics - App.Metrics.Extensions.Configuration 4.5.1-preview.0.1

Microsoft.Extensions.Configuration support for App Metrics e.g. appsettings.json

PM> Install-Package App.Metrics.Extensions.Configuration -Version 4.5.1-preview.0.1 -Source https://www.myget.org/F/appmetrics/api/v3/index.json

Copy to clipboard

> nuget.exe install App.Metrics.Extensions.Configuration -Version 4.5.1-preview.0.1 -Source https://www.myget.org/F/appmetrics/api/v3/index.json

Copy to clipboard

> dotnet add package App.Metrics.Extensions.Configuration --version 4.5.1-preview.0.1 --source https://www.myget.org/F/appmetrics/api/v3/index.json

Copy to clipboard
<PackageReference Include="App.Metrics.Extensions.Configuration" Version="4.5.1-preview.0.1" />
Copy to clipboard
source https://www.myget.org/F/appmetrics/api/v3/index.json

nuget App.Metrics.Extensions.Configuration  ~> 4.5.1-preview.0.1
Copy to clipboard

> choco install App.Metrics.Extensions.Configuration --version 4.5.1-preview.0.1 --source https://www.myget.org/F/appmetrics/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "appmetrics" -SourceLocation "https://www.myget.org/F/appmetrics/api/v2"
Install-Module -Name "App.Metrics.Extensions.Configuration" -RequiredVersion "4.5.1-preview.0.1" -Repository "appmetrics" -AllowPreRelease
Copy to clipboard

App Metrics App Metrics

License Donate

What is App Metrics?

App Metrics is an open-source and cross-platform .NET library used to record metrics within an application. App Metrics can run on .NET Core or on the full .NET framework. App Metrics abstracts away the underlaying repository of your Metrics for example InfluxDB, Graphite, Prometheus etc, by sampling and aggregating in memory and providing extensibility points to flush metrics to a repository at a specified interval.

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 and Application Performance Indexes Apdex.

App.Metrics includes an Exponentially Forward Decaying, Sliding Window and Algorithm R reservoir implementations.

Documentation

https://github.com/AppMetrics/Docs.V2.Hugo/tree/main

Latest Builds, Packages & Repo Stats

|Branch|Azure Devops| |------|:--------:| |dev|Azure Devops |main|AppVeyor

Visualization

Dashboards can be imported from Grafana

Grafana Web Monitoring

Grafana/InfluxDB Generic Web Dashboard Demo

Grafana OAuth2 Client Web Monitoring

Grafana/InfluxDB Generic OAuth2 Web Dashboard Demo

How to build

Azure Devops builds are triggered on commits and PRs to the dev branch

  • Install the latest .NET Core 2.x SDK
  • Run build.ps1 or build.sh in the root of the repository

How to run benchmarks

App.Metrics includes benchmarking using BenchmarkDotNet.

Two benchmark projects exist targeting App.Metrics.Core and App.Metrics.Concurrency

	cd .\src\Core\benchmarks\App.Metrics.Benchmarks.Runner
	dotnet run -c "Release" --framework netcoreapp3.1

	cd .\src\Concurrency\benchmarks\App.Metrics.Concurrency.Benchmarks.Runner
	dotnet run -c "Release" --framework netcoreapp3.1

You'll then be prompted to choose a benchmark to run which will output a markdown file with the result in directory.

You can find the benchmark results here and here.

Contributing

See the contribution guidlines for details.

Acknowledgements

Thanks for providing free open source licensing

License

This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy

See LICENSE


App Metrics is based on the Metrics.NET library, and at the moment uses the same reservoir sampling code from the original library which is a port of the Java Dropwizard Metrics library.

Metrics.NET Licensed under these terms: "Metrics.NET is release under Apache 2.0 License Copyright (c) 2014 Iulian Margarintescu" see LICENSE

Dropwizard Metrics Licensed under these terms*: "Copyright (c) 2010-2013 Coda Hale, Yammer.com Published under Apache Software License 2.0, see LICENSE"

  • .NETStandard 2.0
    • App.Metrics (>= 4.3.0)
    • Microsoft.Extensions.Configuration.Binder (>= 3.1.0)
  • .NETStandard 2.0: 2.0.0.0

Owners

Allan Hardy

Authors

Allan Hardy and Contributors

Project URL

https://github.com/AppMetrics/AppMetrics

License

Apache-2.0

Tags

appmetrics configuration

Info

22151 total downloads
141 downloads for version 4.5.1-preview.0.1
Download (12.37 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.5.1-preview.0.1 12.37 KB Wed, 23 Jul 2025 12:02:24 GMT 141
4.4.0-preview.0.11 12.38 KB Wed, 23 Jul 2025 11:00:10 GMT 141
4.4.0-preview.0.10 12.38 KB Thu, 23 Nov 2023 00:10:44 GMT 131
4.4.0-preview.0.9 12.38 KB Thu, 12 Oct 2023 02:04:59 GMT 143
4.4.0-preview.0.8 12.37 KB Thu, 12 Oct 2023 01:28:34 GMT 123
4.4.0-preview.0.6 12.37 KB Thu, 12 Oct 2023 01:03:28 GMT 115
4.4.0-preview.0.5 12.37 KB Wed, 22 Jun 2022 22:09:54 GMT 123
4.4.0-preview.0.4 12.38 KB Fri, 26 Nov 2021 11:42:22 GMT 148
4.3.1-preview.0.3 12.37 KB Wed, 23 Jul 2025 11:47:30 GMT 131
4.3.1-preview.0.1 12.38 KB Fri, 26 Nov 2021 11:09:08 GMT 138
4.3.0 12.35 KB Fri, 26 Nov 2021 10:50:37 GMT 119
4.3.0-preview.0.34 12.4 KB Fri, 26 Nov 2021 10:33:10 GMT 110
4.3.0-preview.0.33 12.39 KB Wed, 13 Oct 2021 02:10:39 GMT 143
4.3.0-preview.0.32 12.38 KB Wed, 13 Oct 2021 02:00:54 GMT 142
4.3.0-preview.0.31 12.38 KB Wed, 13 Oct 2021 01:48:00 GMT 150
4.3.0-preview.0.30 12.38 KB Wed, 26 May 2021 08:11:40 GMT 137
4.3.0-preview.0.29 12.39 KB Wed, 26 May 2021 08:00:06 GMT 129
4.3.0-preview.0.28 12.38 KB Wed, 26 May 2021 07:50:28 GMT 142
4.3.0-preview.0.25 12.39 KB Wed, 26 May 2021 07:19:46 GMT 150
4.3.0-preview.0.1 12.38 KB Fri, 26 Nov 2021 10:42:03 GMT 153
4.2.0 12.35 KB Thu, 15 Apr 2021 12:46:07 GMT 151
4.2.0-preview.0.35 12.39 KB Tue, 13 Apr 2021 08:59:12 GMT 137
4.2.0-preview.0.34 12.38 KB Tue, 30 Mar 2021 20:05:38 GMT 149
4.2.0-preview.0.33 12.38 KB Fri, 26 Mar 2021 21:13:42 GMT 121
4.2.0-preview.0.32 12.39 KB Thu, 18 Mar 2021 01:10:46 GMT 138
4.2.0-preview.0.31 12.38 KB Thu, 18 Mar 2021 01:13:47 GMT 141
4.2.0-preview.0.30 12.38 KB Wed, 17 Mar 2021 23:55:17 GMT 130
4.2.0-preview.0.29 12.38 KB Wed, 17 Mar 2021 23:48:29 GMT 156
4.2.0-preview.0.28 12.38 KB Wed, 17 Mar 2021 23:47:35 GMT 123
4.2.0-preview.0.27 12.38 KB Fri, 22 Jan 2021 08:27:16 GMT 157
4.2.0-preview.0.26 12.39 KB Tue, 12 Jan 2021 22:13:49 GMT 139
4.2.0-preview.0.25 12.39 KB Sat, 12 Dec 2020 07:05:14 GMT 114
4.2.0-preview.0.24 12.39 KB Fri, 04 Dec 2020 06:17:28 GMT 131
4.2.0-preview.0.23 12.39 KB Thu, 15 Apr 2021 11:46:07 GMT 145
4.2.0-preview.0.22 12.38 KB Wed, 24 Mar 2021 21:54:04 GMT 124
4.2.0-preview.0.21 12.39 KB Fri, 04 Dec 2020 05:52:37 GMT 156
4.2.0-preview.0.20 16.53 KB Wed, 18 Nov 2020 12:05:06 GMT 139
4.2.0-preview.0.19 12.38 KB Thu, 08 Oct 2020 13:50:18 GMT 137
4.2.0-preview.0.18 12.38 KB Fri, 07 Aug 2020 09:38:08 GMT 149
4.2.0-preview.0.17 12.39 KB Fri, 07 Aug 2020 09:28:39 GMT 121
4.2.0-preview.0.16 12.39 KB Fri, 31 Jul 2020 14:05:00 GMT 143
4.2.0-preview.0.15 12.39 KB Fri, 31 Jul 2020 12:12:26 GMT 152
4.2.0-preview.0.14 12.38 KB Fri, 31 Jul 2020 11:30:56 GMT 145
4.2.0-preview.0.13 12.38 KB Fri, 31 Jul 2020 10:26:32 GMT 128
4.2.0-preview.0.12 12.39 KB Fri, 31 Jul 2020 10:25:31 GMT 155
4.2.0-preview.0.11 12.38 KB Thu, 09 Jul 2020 15:18:47 GMT 145
4.2.0-preview.0.10 12.38 KB Thu, 09 Jul 2020 12:43:54 GMT 141
4.2.0-preview.0.9 12.38 KB Fri, 03 Jul 2020 08:29:13 GMT 146
4.2.0-preview.0.8 12.38 KB Wed, 24 Jun 2020 11:17:38 GMT 147
4.2.0-preview.0.7 12.38 KB Mon, 22 Jun 2020 03:09:26 GMT 149
4.2.0-preview.0.6 12.38 KB Fri, 19 Jun 2020 23:45:32 GMT 144
4.2.0-preview.0.5 12.38 KB Fri, 19 Jun 2020 23:43:25 GMT 147
4.2.0-preview.0.4 12.38 KB Fri, 19 Jun 2020 15:47:58 GMT 140
4.2.0-preview.0.3 12.38 KB Fri, 19 Jun 2020 15:35:09 GMT 152
4.1.0 12.32 KB Fri, 19 Jun 2020 13:16:22 GMT 250
4.1.0-preview2.0.6 12.38 KB Fri, 19 Jun 2020 12:26:58 GMT 149
4.1.0-preview2.0.5 12.39 KB Fri, 19 Jun 2020 12:07:28 GMT 152
4.1.0-preview2.0.3 12.38 KB Fri, 19 Jun 2020 11:32:50 GMT 137
4.1.0-preview.0.34 12.38 KB Fri, 19 Jun 2020 09:45:30 GMT 139
4.1.0-preview.0.33 12.39 KB Thu, 18 Jun 2020 13:39:10 GMT 136
4.1.0-preview.0.32 12.38 KB Thu, 18 Jun 2020 12:11:20 GMT 120
4.1.0-preview.0.24 12.38 KB Mon, 15 Jun 2020 10:59:59 GMT 142
4.1.0-preview.0.23 12.38 KB Mon, 15 Jun 2020 09:14:33 GMT 155
4.1.0-preview.0.22 12.38 KB Sun, 14 Jun 2020 08:57:27 GMT 116
4.1.0-preview.0.21 12.38 KB Wed, 10 Jun 2020 22:36:56 GMT 136
4.1.0-preview.0.20 12.39 KB Wed, 10 Jun 2020 04:08:52 GMT 139
4.1.0-preview.0.19 12.39 KB Wed, 10 Jun 2020 03:02:19 GMT 122
4.1.0-preview.0.18 12.37 KB Fri, 29 May 2020 13:08:40 GMT 118
4.1.0-preview.0.17 12.39 KB Thu, 28 May 2020 03:01:00 GMT 139
4.1.0-preview.0.16 12.39 KB Mon, 25 May 2020 01:32:57 GMT 137
4.1.0-preview.0.15 12.38 KB Fri, 22 May 2020 11:54:48 GMT 149
4.1.0-preview.0.14 12.38 KB Fri, 22 May 2020 11:46:19 GMT 152
4.0.0 11.25 KB Fri, 22 May 2020 11:10:17 GMT 194
4.0.0-preview1.0.11 11.3 KB Tue, 12 May 2020 10:21:05 GMT 157
4.0.0-preview1.0.10 11.29 KB Tue, 12 May 2020 10:02:41 GMT 148
4.0.0-preview1.0.9 11.29 KB Tue, 28 Apr 2020 11:33:47 GMT 149
4.0.0-preview1.0.8 11.29 KB Tue, 28 Apr 2020 11:21:48 GMT 132
4.0.0-preview1.0.7 11.29 KB Fri, 03 Apr 2020 22:47:47 GMT 143
4.0.0-preview1.0.6 11.3 KB Fri, 03 Apr 2020 22:02:15 GMT 140
4.0.0-preview1.0.5 11.29 KB Tue, 31 Mar 2020 11:20:04 GMT 164
4.0.0-preview1.0.4 11.29 KB Tue, 31 Mar 2020 09:13:45 GMT 152
4.0.0-preview1.0.3 11.29 KB Sun, 03 Nov 2019 00:44:05 GMT 292
4.0.0-preview.0.2 11.28 KB Thu, 31 Oct 2019 11:41:19 GMT 110
4.0.0-alpha.0.13 12.37 KB Fri, 22 May 2020 11:23:59 GMT 157
4.0.0-alpha.0.12 11.3 KB Fri, 22 May 2020 10:51:52 GMT 142
4.0.0-alpha.0.4 11.29 KB Fri, 22 May 2020 10:58:47 GMT 152
3.3.0-dev0002 5.03 KB Mon, 28 Oct 2019 10:30:05 GMT 147
3.2.0 5.02 KB Fri, 25 Oct 2019 13:18:15 GMT 190
3.2.0-dev0031 5.04 KB Fri, 25 Oct 2019 13:25:49 GMT 144
3.2.0-dev0027 5.03 KB Fri, 25 Oct 2019 12:56:37 GMT 145
3.2.0-dev0026 5.04 KB Fri, 25 Oct 2019 12:21:26 GMT 137
3.2.0-dev0024 5.04 KB Fri, 25 Oct 2019 12:19:37 GMT 141
3.2.0-dev0022 5.04 KB Thu, 01 Aug 2019 10:59:06 GMT 267
3.2.0-dev0019 5.04 KB Sat, 20 Jul 2019 22:50:24 GMT 136
3.2.0-dev0015 5.04 KB Wed, 05 Jun 2019 11:17:24 GMT 120
3.2.0-dev0012 5.03 KB Wed, 29 May 2019 09:21:44 GMT 117
3.2.0-dev0010 5.04 KB Wed, 29 May 2019 09:21:05 GMT 137
3.2.0-dev0008 5.04 KB Mon, 13 May 2019 07:55:34 GMT 140
3.2.0-dev0006 5.04 KB Mon, 13 May 2019 07:54:06 GMT 149
3.2.0-dev0004 5.04 KB Mon, 13 May 2019 07:54:05 GMT 132
3.2.0-dev0002 5.03 KB Fri, 26 Apr 2019 01:56:04 GMT 134
3.1.1 5.02 KB Fri, 25 Oct 2019 12:49:47 GMT 147
3.1.0 5.02 KB Wed, 24 Apr 2019 12:51:15 GMT 1459
3.1.0-dev0032 5.04 KB Mon, 22 Apr 2019 09:21:38 GMT 154
3.1.0-dev0031 5.04 KB Mon, 22 Apr 2019 09:19:36 GMT 141
3.1.0-dev0030 5.04 KB Mon, 22 Apr 2019 09:03:29 GMT 143
3.1.0-dev0029 5.03 KB Thu, 28 Mar 2019 11:41:48 GMT 149
3.1.0-dev0028 5.04 KB Thu, 28 Mar 2019 11:16:00 GMT 150
3.1.0-dev0026 5.04 KB Thu, 28 Mar 2019 09:36:02 GMT 137
3.1.0-dev0015 5.04 KB Tue, 26 Mar 2019 12:49:25 GMT 146
3.0.0 5.03 KB Wed, 24 Apr 2019 12:20:34 GMT 153
3.0.0-alpha-0080 5.39 KB Tue, 26 Mar 2019 10:43:09 GMT 159
3.0.0-alpha-0078 5.38 KB Tue, 05 Feb 2019 09:02:41 GMT 155
3.0.0-alpha-0075 5.38 KB Sun, 02 Dec 2018 13:01:10 GMT 138
3.0.0-alpha-0073 5.38 KB Sun, 02 Dec 2018 09:16:37 GMT 142
3.0.0-alpha-0072 5.39 KB Sun, 08 Jul 2018 09:35:21 GMT 145
3.0.0-alpha-0071 5.39 KB Fri, 06 Jul 2018 15:51:53 GMT 137
3.0.0-alpha-0070 5.38 KB Fri, 06 Jul 2018 15:00:20 GMT 144
3.0.0-alpha-0069 5.39 KB Fri, 06 Jul 2018 14:28:10 GMT 149
3.0.0-alpha-0067 5.39 KB Wed, 04 Jul 2018 10:27:32 GMT 163
3.0.0-alpha-0066 5.38 KB Wed, 27 Jun 2018 09:58:09 GMT 136
3.0.0-alpha-0065 5.38 KB Thu, 14 Jun 2018 12:11:16 GMT 158
3.0.0-alpha-0064 5.39 KB Thu, 14 Jun 2018 11:53:15 GMT 147
3.0.0-alpha-0063 5.38 KB Thu, 14 Jun 2018 11:33:29 GMT 138
3.0.0-alpha-0060 5.39 KB Sun, 03 Jun 2018 11:31:49 GMT 139
3.0.0-alpha-0059 5.39 KB Fri, 11 May 2018 12:39:43 GMT 210
2.1.0-alpha-0058 5.4 KB Fri, 13 Apr 2018 15:15:37 GMT 149
2.1.0-alpha-0057 5.36 KB Sat, 31 Mar 2018 12:37:58 GMT 118
2.1.0-alpha-0055 5.36 KB Sat, 31 Mar 2018 11:38:42 GMT 151
2.1.0-alpha-0054 5.36 KB Fri, 30 Mar 2018 13:00:40 GMT 138
2.1.0-alpha-0047 5.35 KB Thu, 29 Mar 2018 17:15:57 GMT 150
2.1.0-alpha-0046 5.34 KB Thu, 29 Mar 2018 16:49:17 GMT 140
2.0.0 5.32 KB Sun, 02 Dec 2018 13:05:30 GMT 179
2.0.0-preview2-0044 5.34 KB Thu, 29 Mar 2018 13:47:36 GMT 139
2.0.0-preview2-0042 5.34 KB Mon, 12 Feb 2018 12:53:32 GMT 147
2.0.0-preview2-0041 5.35 KB Fri, 09 Feb 2018 14:46:20 GMT 143
2.0.0-preview1 5.33 KB Tue, 06 Feb 2018 12:35:23 GMT 125
2.0.0-beta-0035 5.35 KB Fri, 20 Oct 2017 14:16:45 GMT 152
2.0.0-beta-0034 5.33 KB Fri, 20 Oct 2017 13:57:04 GMT 154
2.0.0-beta-0033 5.34 KB Wed, 18 Oct 2017 12:08:03 GMT 135
2.0.0-beta-0032 5.34 KB Mon, 16 Oct 2017 11:41:52 GMT 141
2.0.0-beta-0031 4.8 KB Mon, 16 Oct 2017 11:02:43 GMT 146
2.0.0-beta-0030 4.79 KB Fri, 13 Oct 2017 11:37:40 GMT 128
2.0.0-alpha 4.78 KB Mon, 09 Oct 2017 11:56:36 GMT 120