Export system metrics (CPU usage, disk usage, etc) to Prometheus from your .NET app.
Info
Version: | 3.1.0 |
Author(s): | Daniel Lo Nigro |
Last Update: | Monday, January 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Daniel15/prometheus-net.SystemMetrics |
NuGet Url: | https://www.nuget.org/packages/prometheus-net.SystemMetrics |
Install
Install-Package prometheus-net.SystemMetrics
dotnet add package prometheus-net.SystemMetrics
paket add prometheus-net.SystemMetrics
prometheus-net.SystemMetrics Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Options(>= 3.1.4)
- Mono.Posix.NETStandard(>= 1.0.0)
- prometheus-net(>= 3.5.0)
Tags