appmetrics - App.Metrics.Reporting.InfluxDB 4.5.1-preview.0.1

Provides InfluxDB reporting capability to App Metrics

PM> Install-Package App.Metrics.Reporting.InfluxDB -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.Reporting.InfluxDB -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.Reporting.InfluxDB --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.Reporting.InfluxDB" Version="4.5.1-preview.0.1" />
Copy to clipboard
source https://www.myget.org/F/appmetrics/api/v3/index.json

nuget App.Metrics.Reporting.InfluxDB  ~> 4.5.1-preview.0.1
Copy to clipboard

> choco install App.Metrics.Reporting.InfluxDB --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.Reporting.InfluxDB" -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.Abstractions (>= 4.3.0)
    • App.Metrics.Formatters.InfluxDB (>= 4.5.1-preview.0.1)
  • .NETStandard 2.1
    • App.Metrics.Abstractions (>= 4.3.0)
    • App.Metrics.Formatters.InfluxDB (>= 4.5.1-preview.0.1)
  • .NETStandard 2.0: 2.0.0.0
  • .NETStandard 2.1: 2.1.0.0

Owners

Allan Hardy

Authors

Allan Hardy and Contributors

Project URL

https://github.com/AppMetrics/AppMetrics

License

Apache-2.0

Tags

appmetrics reporting influxdb

Info

16171 total downloads
106 downloads for version 4.5.1-preview.0.1
Download (38.31 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.5.1-preview.0.1 38.31 KB Wed, 23 Jul 2025 12:03:21 GMT 106
4.4.0-preview.0.11 38.33 KB Wed, 23 Jul 2025 11:01:10 GMT 113
4.4.0-preview.0.10 38.32 KB Thu, 23 Nov 2023 00:11:37 GMT 126
4.4.0-preview.0.9 38.33 KB Thu, 12 Oct 2023 02:05:53 GMT 116
4.4.0-preview.0.8 38.33 KB Thu, 12 Oct 2023 01:29:25 GMT 117
4.4.0-preview.0.6 38.32 KB Thu, 12 Oct 2023 01:04:23 GMT 117
4.4.0-preview.0.5 38.32 KB Wed, 22 Jun 2022 22:11:01 GMT 112
4.4.0-preview.0.4 38.33 KB Fri, 26 Nov 2021 11:43:26 GMT 122
4.3.1-preview.0.3 38.33 KB Wed, 23 Jul 2025 11:48:29 GMT 98
4.3.1-preview.0.1 38.34 KB Fri, 26 Nov 2021 11:10:15 GMT 119
4.3.0 38.25 KB Fri, 26 Nov 2021 10:51:52 GMT 129
4.3.0-preview.0.34 38.33 KB Fri, 26 Nov 2021 10:34:27 GMT 106
4.3.0-preview.0.31 38.31 KB Wed, 13 Oct 2021 01:49:05 GMT 110
4.3.0-preview.0.30 38.32 KB Wed, 26 May 2021 08:13:01 GMT 125
4.3.0-preview.0.29 38.33 KB Wed, 26 May 2021 08:01:11 GMT 112
4.3.0-preview.0.28 38.33 KB Wed, 26 May 2021 07:51:37 GMT 111
4.3.0-preview.0.1 38.33 KB Fri, 26 Nov 2021 10:43:12 GMT 107
4.2.0 38.26 KB Thu, 15 Apr 2021 12:47:10 GMT 98
4.2.0-preview.0.35 38.33 KB Tue, 13 Apr 2021 09:00:16 GMT 111
4.2.0-preview.0.34 38.32 KB Tue, 30 Mar 2021 20:06:48 GMT 127
4.2.0-preview.0.33 38.32 KB Fri, 26 Mar 2021 21:14:46 GMT 116
4.2.0-preview.0.32 38.34 KB Thu, 18 Mar 2021 01:11:51 GMT 116
4.2.0-preview.0.31 38.32 KB Thu, 18 Mar 2021 01:14:56 GMT 118
4.2.0-preview.0.30 38.32 KB Wed, 17 Mar 2021 23:56:21 GMT 113
4.2.0-preview.0.29 38.33 KB Wed, 17 Mar 2021 23:49:30 GMT 134
4.2.0-preview.0.28 38.33 KB Wed, 17 Mar 2021 23:48:35 GMT 122
4.2.0-preview.0.27 38.32 KB Fri, 22 Jan 2021 08:28:19 GMT 100
4.2.0-preview.0.26 38.34 KB Tue, 12 Jan 2021 22:14:48 GMT 118
4.2.0-preview.0.25 38.34 KB Sat, 12 Dec 2020 07:06:26 GMT 121
4.2.0-preview.0.24 38.32 KB Fri, 04 Dec 2020 06:18:26 GMT 113
4.2.0-preview.0.23 38.34 KB Thu, 15 Apr 2021 11:47:11 GMT 110
4.2.0-preview.0.22 38.33 KB Wed, 24 Mar 2021 21:55:14 GMT 139
4.2.0-preview.0.21 38.33 KB Fri, 04 Dec 2020 05:53:39 GMT 107
4.2.0-preview.0.20 46.81 KB Wed, 18 Nov 2020 12:06:12 GMT 114
4.2.0-preview.0.19 38.32 KB Thu, 08 Oct 2020 13:51:25 GMT 96
4.2.0-preview.0.18 38.33 KB Fri, 07 Aug 2020 09:39:02 GMT 125
4.2.0-preview.0.17 38.33 KB Fri, 07 Aug 2020 09:29:35 GMT 117
4.2.0-preview.0.16 38.33 KB Fri, 31 Jul 2020 14:06:00 GMT 121
4.2.0-preview.0.15 38.34 KB Fri, 31 Jul 2020 12:13:21 GMT 115
4.2.0-preview.0.14 38.32 KB Fri, 31 Jul 2020 11:31:53 GMT 122
4.2.0-preview.0.13 38.32 KB Fri, 31 Jul 2020 10:27:27 GMT 117
4.2.0-preview.0.12 38.33 KB Fri, 31 Jul 2020 10:26:26 GMT 120
4.2.0-preview.0.11 38.33 KB Thu, 09 Jul 2020 15:19:39 GMT 119
4.2.0-preview.0.10 38.33 KB Thu, 09 Jul 2020 12:44:53 GMT 119
4.2.0-preview.0.9 38.33 KB Fri, 03 Jul 2020 08:30:07 GMT 101
4.2.0-preview.0.8 38.3 KB Wed, 24 Jun 2020 11:18:38 GMT 113
4.2.0-preview.0.7 38.34 KB Mon, 22 Jun 2020 03:10:17 GMT 113
4.2.0-preview.0.6 38.33 KB Fri, 19 Jun 2020 23:46:26 GMT 117
4.2.0-preview.0.5 38.32 KB Fri, 19 Jun 2020 23:44:18 GMT 128
4.2.0-preview.0.4 38.32 KB Fri, 19 Jun 2020 15:48:51 GMT 105
4.2.0-preview.0.3 38.32 KB Fri, 19 Jun 2020 15:36:00 GMT 106
4.1.0 38.25 KB Fri, 19 Jun 2020 13:17:14 GMT 116
4.1.0-preview2.0.6 38.31 KB Fri, 19 Jun 2020 12:27:51 GMT 115
4.1.0-preview2.0.5 38.32 KB Fri, 19 Jun 2020 12:08:19 GMT 93
4.1.0-preview2.0.3 38.34 KB Fri, 19 Jun 2020 11:33:41 GMT 109
4.1.0-preview.0.34 38.33 KB Fri, 19 Jun 2020 09:46:23 GMT 105
4.1.0-preview.0.33 38.33 KB Thu, 18 Jun 2020 13:40:02 GMT 120
4.1.0-preview.0.32 38.33 KB Thu, 18 Jun 2020 12:12:13 GMT 104
4.1.0-preview.0.24 38.33 KB Mon, 15 Jun 2020 11:00:44 GMT 129
4.1.0-preview.0.23 38.33 KB Mon, 15 Jun 2020 09:15:18 GMT 109
4.1.0-preview.0.22 23.33 KB Sun, 14 Jun 2020 08:58:07 GMT 90
4.1.0-preview.0.21 23.33 KB Wed, 10 Jun 2020 22:37:36 GMT 113
4.1.0-preview.0.20 23.34 KB Wed, 10 Jun 2020 04:09:32 GMT 116
4.1.0-preview.0.19 23.34 KB Wed, 10 Jun 2020 03:03:03 GMT 117
4.1.0-preview.0.18 23.33 KB Fri, 29 May 2020 13:09:18 GMT 124
4.1.0-preview.0.17 23.34 KB Thu, 28 May 2020 03:01:41 GMT 121
4.1.0-preview.0.16 23.34 KB Mon, 25 May 2020 01:33:37 GMT 123
4.1.0-preview.0.15 23.33 KB Fri, 22 May 2020 11:55:26 GMT 106
4.1.0-preview.0.14 23.33 KB Fri, 22 May 2020 11:47:04 GMT 100
4.0.0 19.81 KB Fri, 22 May 2020 11:10:58 GMT 109
4.0.0-preview1.0.11 19.85 KB Tue, 12 May 2020 10:21:46 GMT 106
4.0.0-preview1.0.10 19.84 KB Tue, 12 May 2020 10:03:24 GMT 115
4.0.0-preview1.0.9 19.85 KB Tue, 28 Apr 2020 11:34:26 GMT 110
4.0.0-preview1.0.8 19.84 KB Tue, 28 Apr 2020 11:22:29 GMT 105
4.0.0-preview1.0.7 19.86 KB Fri, 03 Apr 2020 22:48:26 GMT 114
4.0.0-preview1.0.6 19.85 KB Fri, 03 Apr 2020 22:02:56 GMT 115
4.0.0-preview1.0.5 19.92 KB Tue, 31 Mar 2020 11:20:40 GMT 111
4.0.0-preview1.0.4 19.92 KB Tue, 31 Mar 2020 09:14:21 GMT 101
4.0.0-preview1.0.3 19.92 KB Sun, 03 Nov 2019 00:44:43 GMT 118
4.0.0-preview.0.2 19.92 KB Thu, 31 Oct 2019 11:42:00 GMT 83
4.0.0-alpha.0.13 23.32 KB Fri, 22 May 2020 11:24:37 GMT 106
4.0.0-alpha.0.12 19.85 KB Fri, 22 May 2020 10:52:35 GMT 121
4.0.0-alpha.0.4 19.85 KB Fri, 22 May 2020 10:59:26 GMT 118
3.3.0-dev0002 13.58 KB Mon, 28 Oct 2019 10:31:40 GMT 106
3.2.0 13.57 KB Fri, 25 Oct 2019 13:19:58 GMT 243
3.2.0-dev0031 13.57 KB Fri, 25 Oct 2019 13:27:31 GMT 103
3.2.0-dev0027 13.58 KB Fri, 25 Oct 2019 12:58:17 GMT 125
3.2.0-dev0026 13.58 KB Fri, 25 Oct 2019 12:23:03 GMT 125
3.2.0-dev0024 13.58 KB Fri, 25 Oct 2019 12:21:20 GMT 122
3.2.0-dev0022 13.58 KB Thu, 01 Aug 2019 11:00:36 GMT 275
3.2.0-dev0019 13.57 KB Sat, 20 Jul 2019 22:51:52 GMT 92
3.2.0-dev0015 13.57 KB Wed, 05 Jun 2019 11:18:57 GMT 99
3.2.0-dev0012 13.58 KB Wed, 29 May 2019 09:23:31 GMT 116
3.2.0-dev0010 13.58 KB Wed, 29 May 2019 09:22:44 GMT 121
3.2.0-dev0008 13.58 KB Mon, 13 May 2019 07:57:04 GMT 123
3.2.0-dev0006 13.58 KB Mon, 13 May 2019 07:55:36 GMT 103
3.2.0-dev0004 13.58 KB Mon, 13 May 2019 07:55:37 GMT 109
3.2.0-dev0002 13.57 KB Fri, 26 Apr 2019 01:57:29 GMT 122
3.1.1 13.58 KB Fri, 25 Oct 2019 12:51:20 GMT 120
3.1.0 13.55 KB Wed, 24 Apr 2019 12:52:46 GMT 95
3.1.0-dev0032 13.57 KB Mon, 22 Apr 2019 09:23:08 GMT 112
3.1.0-dev0031 13.57 KB Mon, 22 Apr 2019 09:21:02 GMT 114
3.1.0-dev0030 13.57 KB Mon, 22 Apr 2019 09:05:01 GMT 112
3.1.0-dev0029 13.57 KB Thu, 28 Mar 2019 11:43:19 GMT 112
3.1.0-dev0028 13.56 KB Thu, 28 Mar 2019 11:17:28 GMT 117
3.1.0-dev0026 13.57 KB Thu, 28 Mar 2019 09:37:32 GMT 120
3.1.0-dev0015 13.56 KB Tue, 26 Mar 2019 12:50:54 GMT 111
3.0.0 13.57 KB Wed, 24 Apr 2019 12:22:01 GMT 128
3.0.0-alpha-0077 30.93 KB Sun, 17 Mar 2019 04:59:22 GMT 117
3.0.0-alpha-0073 30.92 KB Sun, 02 Dec 2018 14:05:11 GMT 99
3.0.0-alpha-0071 30.93 KB Sun, 02 Dec 2018 10:45:40 GMT 129
3.0.0-alpha-0070 30.93 KB Sun, 02 Dec 2018 10:08:50 GMT 109
3.0.0-alpha-0069 30.92 KB Wed, 01 Aug 2018 14:38:19 GMT 117
3.0.0-alpha-0067 27.97 KB Sun, 08 Jul 2018 09:50:45 GMT 109
3.0.0-alpha-0066 27.97 KB Sun, 08 Jul 2018 08:06:28 GMT 113
3.0.0-alpha-0065 27.96 KB Fri, 06 Jul 2018 16:53:32 GMT 91
3.0.0-alpha-0064 27.97 KB Fri, 06 Jul 2018 12:50:21 GMT 123
3.0.0-alpha-0062 27.96 KB Thu, 14 Jun 2018 12:46:32 GMT 130
3.0.0-alpha-0059 27.95 KB Sun, 03 Jun 2018 11:04:49 GMT 86
3.0.0-alpha-0057 28.08 KB Fri, 11 May 2018 14:09:06 GMT 125
3.0.0-alpha-0056 28.06 KB Fri, 11 May 2018 14:03:54 GMT 112
2.1.0-alpha-0053 27.62 KB Sat, 21 Apr 2018 12:45:01 GMT 110
2.1.0-alpha-0052 27.43 KB Sat, 21 Apr 2018 07:14:31 GMT 130
2.1.0-alpha-0051 27.25 KB Sun, 15 Apr 2018 07:18:54 GMT 115
2.1.0-alpha-0050 27.25 KB Sun, 15 Apr 2018 07:04:49 GMT 109
2.1.0-alpha-0049 27.18 KB Tue, 03 Apr 2018 12:03:48 GMT 119
2.1.0-alpha-0048 27.16 KB Thu, 29 Mar 2018 17:28:33 GMT 111
2.1.0-alpha-0047 27.17 KB Thu, 29 Mar 2018 16:58:34 GMT 105
2.1.0-alpha 27.18 KB Sat, 05 May 2018 18:17:22 GMT 104
2.0.0-preview2-0045 27.15 KB Thu, 29 Mar 2018 14:17:21 GMT 110
2.0.0-preview2-0042 27.17 KB Sat, 10 Feb 2018 10:40:47 GMT 128
2.0.0-preview2-0041 25.43 KB Sat, 10 Feb 2018 09:42:48 GMT 126
2.0.0-preview2-0040 25.43 KB Sat, 10 Feb 2018 09:11:29 GMT 115
2.0.0-preview1 25.42 KB Tue, 06 Feb 2018 12:54:23 GMT 115
2.0.0-beta-0033 25.42 KB Mon, 05 Feb 2018 06:52:08 GMT 119
2.0.0-beta-0032 25.2 KB Wed, 18 Oct 2017 12:21:46 GMT 105
2.0.0-beta-0031 25.24 KB Mon, 16 Oct 2017 11:38:23 GMT 110
2.0.0-beta-0030 20.42 KB Mon, 16 Oct 2017 11:12:08 GMT 110
2.0.0-beta-0029 20.42 KB Fri, 13 Oct 2017 11:09:18 GMT 110
2.0.0-alpha 20.41 KB Mon, 09 Oct 2017 12:29:42 GMT 116