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

13938 total downloads
79 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 79
4.4.0-preview.0.11 12.38 KB Wed, 23 Jul 2025 11:00:10 GMT 83
4.4.0-preview.0.10 12.38 KB Thu, 23 Nov 2023 00:10:44 GMT 75
4.4.0-preview.0.9 12.38 KB Thu, 12 Oct 2023 02:04:59 GMT 77
4.4.0-preview.0.8 12.37 KB Thu, 12 Oct 2023 01:28:34 GMT 82
4.4.0-preview.0.6 12.37 KB Thu, 12 Oct 2023 01:03:28 GMT 73
4.4.0-preview.0.5 12.37 KB Wed, 22 Jun 2022 22:09:54 GMT 78
4.4.0-preview.0.4 12.38 KB Fri, 26 Nov 2021 11:42:22 GMT 87
4.3.1-preview.0.3 12.37 KB Wed, 23 Jul 2025 11:47:30 GMT 73
4.3.1-preview.0.1 12.38 KB Fri, 26 Nov 2021 11:09:08 GMT 81
4.3.0 12.35 KB Fri, 26 Nov 2021 10:50:37 GMT 74
4.3.0-preview.0.34 12.4 KB Fri, 26 Nov 2021 10:33:10 GMT 72
4.3.0-preview.0.33 12.39 KB Wed, 13 Oct 2021 02:10:39 GMT 84
4.3.0-preview.0.32 12.38 KB Wed, 13 Oct 2021 02:00:54 GMT 76
4.3.0-preview.0.31 12.38 KB Wed, 13 Oct 2021 01:48:00 GMT 86
4.3.0-preview.0.30 12.38 KB Wed, 26 May 2021 08:11:40 GMT 77
4.3.0-preview.0.29 12.39 KB Wed, 26 May 2021 08:00:06 GMT 72
4.3.0-preview.0.28 12.38 KB Wed, 26 May 2021 07:50:28 GMT 79
4.3.0-preview.0.25 12.39 KB Wed, 26 May 2021 07:19:46 GMT 85
4.3.0-preview.0.1 12.38 KB Fri, 26 Nov 2021 10:42:03 GMT 89
4.2.0 12.35 KB Thu, 15 Apr 2021 12:46:07 GMT 93
4.2.0-preview.0.35 12.39 KB Tue, 13 Apr 2021 08:59:12 GMT 85
4.2.0-preview.0.34 12.38 KB Tue, 30 Mar 2021 20:05:38 GMT 95
4.2.0-preview.0.33 12.38 KB Fri, 26 Mar 2021 21:13:42 GMT 75
4.2.0-preview.0.32 12.39 KB Thu, 18 Mar 2021 01:10:46 GMT 77
4.2.0-preview.0.31 12.38 KB Thu, 18 Mar 2021 01:13:47 GMT 81
4.2.0-preview.0.30 12.38 KB Wed, 17 Mar 2021 23:55:17 GMT 72
4.2.0-preview.0.29 12.38 KB Wed, 17 Mar 2021 23:48:29 GMT 92
4.2.0-preview.0.28 12.38 KB Wed, 17 Mar 2021 23:47:35 GMT 80
4.2.0-preview.0.27 12.38 KB Fri, 22 Jan 2021 08:27:16 GMT 90
4.2.0-preview.0.26 12.39 KB Tue, 12 Jan 2021 22:13:49 GMT 84
4.2.0-preview.0.25 12.39 KB Sat, 12 Dec 2020 07:05:14 GMT 72
4.2.0-preview.0.24 12.39 KB Fri, 04 Dec 2020 06:17:28 GMT 71
4.2.0-preview.0.23 12.39 KB Thu, 15 Apr 2021 11:46:07 GMT 88
4.2.0-preview.0.22 12.38 KB Wed, 24 Mar 2021 21:54:04 GMT 81
4.2.0-preview.0.21 12.39 KB Fri, 04 Dec 2020 05:52:37 GMT 96
4.2.0-preview.0.20 16.53 KB Wed, 18 Nov 2020 12:05:06 GMT 80
4.2.0-preview.0.19 12.38 KB Thu, 08 Oct 2020 13:50:18 GMT 76
4.2.0-preview.0.18 12.38 KB Fri, 07 Aug 2020 09:38:08 GMT 85
4.2.0-preview.0.17 12.39 KB Fri, 07 Aug 2020 09:28:39 GMT 78
4.2.0-preview.0.16 12.39 KB Fri, 31 Jul 2020 14:05:00 GMT 84
4.2.0-preview.0.15 12.39 KB Fri, 31 Jul 2020 12:12:26 GMT 89
4.2.0-preview.0.14 12.38 KB Fri, 31 Jul 2020 11:30:56 GMT 85
4.2.0-preview.0.13 12.38 KB Fri, 31 Jul 2020 10:26:32 GMT 78
4.2.0-preview.0.12 12.39 KB Fri, 31 Jul 2020 10:25:31 GMT 91
4.2.0-preview.0.11 12.38 KB Thu, 09 Jul 2020 15:18:47 GMT 83
4.2.0-preview.0.10 12.38 KB Thu, 09 Jul 2020 12:43:54 GMT 84
4.2.0-preview.0.9 12.38 KB Fri, 03 Jul 2020 08:29:13 GMT 86
4.2.0-preview.0.8 12.38 KB Wed, 24 Jun 2020 11:17:38 GMT 88
4.2.0-preview.0.7 12.38 KB Mon, 22 Jun 2020 03:09:26 GMT 88
4.2.0-preview.0.6 12.38 KB Fri, 19 Jun 2020 23:45:32 GMT 80
4.2.0-preview.0.5 12.38 KB Fri, 19 Jun 2020 23:43:25 GMT 85
4.2.0-preview.0.4 12.38 KB Fri, 19 Jun 2020 15:47:58 GMT 83
4.2.0-preview.0.3 12.38 KB Fri, 19 Jun 2020 15:35:09 GMT 92
4.1.0 12.32 KB Fri, 19 Jun 2020 13:16:22 GMT 195
4.1.0-preview2.0.6 12.38 KB Fri, 19 Jun 2020 12:26:58 GMT 84
4.1.0-preview2.0.5 12.39 KB Fri, 19 Jun 2020 12:07:28 GMT 93
4.1.0-preview2.0.3 12.38 KB Fri, 19 Jun 2020 11:32:50 GMT 77
4.1.0-preview.0.34 12.38 KB Fri, 19 Jun 2020 09:45:30 GMT 93
4.1.0-preview.0.33 12.39 KB Thu, 18 Jun 2020 13:39:10 GMT 73
4.1.0-preview.0.32 12.38 KB Thu, 18 Jun 2020 12:11:20 GMT 77
4.1.0-preview.0.24 12.38 KB Mon, 15 Jun 2020 10:59:59 GMT 82
4.1.0-preview.0.23 12.38 KB Mon, 15 Jun 2020 09:14:33 GMT 100
4.1.0-preview.0.22 12.38 KB Sun, 14 Jun 2020 08:57:27 GMT 74
4.1.0-preview.0.21 12.38 KB Wed, 10 Jun 2020 22:36:56 GMT 77
4.1.0-preview.0.20 12.39 KB Wed, 10 Jun 2020 04:08:52 GMT 78
4.1.0-preview.0.19 12.39 KB Wed, 10 Jun 2020 03:02:19 GMT 79
4.1.0-preview.0.18 12.37 KB Fri, 29 May 2020 13:08:40 GMT 77
4.1.0-preview.0.17 12.39 KB Thu, 28 May 2020 03:01:00 GMT 80
4.1.0-preview.0.16 12.39 KB Mon, 25 May 2020 01:32:57 GMT 73
4.1.0-preview.0.15 12.38 KB Fri, 22 May 2020 11:54:48 GMT 91
4.1.0-preview.0.14 12.38 KB Fri, 22 May 2020 11:46:19 GMT 93
4.0.0 11.25 KB Fri, 22 May 2020 11:10:17 GMT 125
4.0.0-preview1.0.11 11.3 KB Tue, 12 May 2020 10:21:05 GMT 103
4.0.0-preview1.0.10 11.29 KB Tue, 12 May 2020 10:02:41 GMT 78
4.0.0-preview1.0.9 11.29 KB Tue, 28 Apr 2020 11:33:47 GMT 94
4.0.0-preview1.0.8 11.29 KB Tue, 28 Apr 2020 11:21:48 GMT 75
4.0.0-preview1.0.7 11.29 KB Fri, 03 Apr 2020 22:47:47 GMT 96
4.0.0-preview1.0.6 11.3 KB Fri, 03 Apr 2020 22:02:15 GMT 82
4.0.0-preview1.0.5 11.29 KB Tue, 31 Mar 2020 11:20:04 GMT 100
4.0.0-preview1.0.4 11.29 KB Tue, 31 Mar 2020 09:13:45 GMT 95
4.0.0-preview1.0.3 11.29 KB Sun, 03 Nov 2019 00:44:05 GMT 228
4.0.0-preview.0.2 11.28 KB Thu, 31 Oct 2019 11:41:19 GMT 68
4.0.0-alpha.0.13 12.37 KB Fri, 22 May 2020 11:23:59 GMT 95
4.0.0-alpha.0.12 11.3 KB Fri, 22 May 2020 10:51:52 GMT 81
4.0.0-alpha.0.4 11.29 KB Fri, 22 May 2020 10:58:47 GMT 94
3.3.0-dev0002 5.03 KB Mon, 28 Oct 2019 10:30:05 GMT 89
3.2.0 5.02 KB Fri, 25 Oct 2019 13:18:15 GMT 141
3.2.0-dev0031 5.04 KB Fri, 25 Oct 2019 13:25:49 GMT 78
3.2.0-dev0027 5.03 KB Fri, 25 Oct 2019 12:56:37 GMT 89
3.2.0-dev0026 5.04 KB Fri, 25 Oct 2019 12:21:26 GMT 77
3.2.0-dev0024 5.04 KB Fri, 25 Oct 2019 12:19:37 GMT 87
3.2.0-dev0022 5.04 KB Thu, 01 Aug 2019 10:59:06 GMT 205
3.2.0-dev0019 5.04 KB Sat, 20 Jul 2019 22:50:24 GMT 75
3.2.0-dev0015 5.04 KB Wed, 05 Jun 2019 11:17:24 GMT 78
3.2.0-dev0012 5.03 KB Wed, 29 May 2019 09:21:44 GMT 74
3.2.0-dev0010 5.04 KB Wed, 29 May 2019 09:21:05 GMT 99
3.2.0-dev0008 5.04 KB Mon, 13 May 2019 07:55:34 GMT 81
3.2.0-dev0006 5.04 KB Mon, 13 May 2019 07:54:06 GMT 92
3.2.0-dev0004 5.04 KB Mon, 13 May 2019 07:54:05 GMT 78
3.2.0-dev0002 5.03 KB Fri, 26 Apr 2019 01:56:04 GMT 76
3.1.1 5.02 KB Fri, 25 Oct 2019 12:49:47 GMT 88
3.1.0 5.02 KB Wed, 24 Apr 2019 12:51:15 GMT 1395
3.1.0-dev0032 5.04 KB Mon, 22 Apr 2019 09:21:38 GMT 95
3.1.0-dev0031 5.04 KB Mon, 22 Apr 2019 09:19:36 GMT 84
3.1.0-dev0030 5.04 KB Mon, 22 Apr 2019 09:03:29 GMT 82
3.1.0-dev0029 5.03 KB Thu, 28 Mar 2019 11:41:48 GMT 90
3.1.0-dev0028 5.04 KB Thu, 28 Mar 2019 11:16:00 GMT 91
3.1.0-dev0026 5.04 KB Thu, 28 Mar 2019 09:36:02 GMT 77
3.1.0-dev0015 5.04 KB Tue, 26 Mar 2019 12:49:25 GMT 87
3.0.0 5.03 KB Wed, 24 Apr 2019 12:20:34 GMT 109
3.0.0-alpha-0080 5.39 KB Tue, 26 Mar 2019 10:43:09 GMT 98
3.0.0-alpha-0078 5.38 KB Tue, 05 Feb 2019 09:02:41 GMT 95
3.0.0-alpha-0075 5.38 KB Sun, 02 Dec 2018 13:01:10 GMT 77
3.0.0-alpha-0073 5.38 KB Sun, 02 Dec 2018 09:16:37 GMT 80
3.0.0-alpha-0072 5.39 KB Sun, 08 Jul 2018 09:35:21 GMT 93
3.0.0-alpha-0071 5.39 KB Fri, 06 Jul 2018 15:51:53 GMT 75
3.0.0-alpha-0070 5.38 KB Fri, 06 Jul 2018 15:00:20 GMT 80
3.0.0-alpha-0069 5.39 KB Fri, 06 Jul 2018 14:28:10 GMT 87
3.0.0-alpha-0067 5.39 KB Wed, 04 Jul 2018 10:27:32 GMT 105
3.0.0-alpha-0066 5.38 KB Wed, 27 Jun 2018 09:58:09 GMT 79
3.0.0-alpha-0065 5.38 KB Thu, 14 Jun 2018 12:11:16 GMT 91
3.0.0-alpha-0064 5.39 KB Thu, 14 Jun 2018 11:53:15 GMT 89
3.0.0-alpha-0063 5.38 KB Thu, 14 Jun 2018 11:33:29 GMT 78
3.0.0-alpha-0060 5.39 KB Sun, 03 Jun 2018 11:31:49 GMT 79
3.0.0-alpha-0059 5.39 KB Fri, 11 May 2018 12:39:43 GMT 146
2.1.0-alpha-0058 5.4 KB Fri, 13 Apr 2018 15:15:37 GMT 99
2.1.0-alpha-0057 5.36 KB Sat, 31 Mar 2018 12:37:58 GMT 64
2.1.0-alpha-0055 5.36 KB Sat, 31 Mar 2018 11:38:42 GMT 90
2.1.0-alpha-0054 5.36 KB Fri, 30 Mar 2018 13:00:40 GMT 81
2.1.0-alpha-0047 5.35 KB Thu, 29 Mar 2018 17:15:57 GMT 90
2.1.0-alpha-0046 5.34 KB Thu, 29 Mar 2018 16:49:17 GMT 76
2.0.0 5.32 KB Sun, 02 Dec 2018 13:05:30 GMT 121
2.0.0-preview2-0044 5.34 KB Thu, 29 Mar 2018 13:47:36 GMT 78
2.0.0-preview2-0042 5.34 KB Mon, 12 Feb 2018 12:53:32 GMT 83
2.0.0-preview2-0041 5.35 KB Fri, 09 Feb 2018 14:46:20 GMT 84
2.0.0-preview1 5.33 KB Tue, 06 Feb 2018 12:35:23 GMT 81
2.0.0-beta-0035 5.35 KB Fri, 20 Oct 2017 14:16:45 GMT 91
2.0.0-beta-0034 5.33 KB Fri, 20 Oct 2017 13:57:04 GMT 90
2.0.0-beta-0033 5.34 KB Wed, 18 Oct 2017 12:08:03 GMT 83
2.0.0-beta-0032 5.34 KB Mon, 16 Oct 2017 11:41:52 GMT 78
2.0.0-beta-0031 4.8 KB Mon, 16 Oct 2017 11:02:43 GMT 81
2.0.0-beta-0030 4.79 KB Fri, 13 Oct 2017 11:37:40 GMT 82
2.0.0-alpha 4.78 KB Mon, 09 Oct 2017 11:56:36 GMT 78