prometheus-net.SystemMetrics
1.0.1
Export system metrics (CPU usage, disk usage, etc) to Prometheus from your .NET app.
Install-Package prometheus-net.SystemMetrics -Version 1.0.1
dotnet add package prometheus-net.SystemMetrics --version 1.0.1
<PackageReference Include="prometheus-net.SystemMetrics" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add prometheus-net.SystemMetrics --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: prometheus-net.SystemMetrics, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install prometheus-net.SystemMetrics as a Cake Addin #addin nuget:?package=prometheus-net.SystemMetrics&version=1.0.1 // Install prometheus-net.SystemMetrics as a Cake Tool #tool nuget:?package=prometheus-net.SystemMetrics&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- 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)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on prometheus-net.SystemMetrics:
Package | Downloads |
---|---|
NPitaya
A full implementation of pitaya backend framework for .NET
|
|
Convey.Metrics.Prometheus
Convey.Metrics.Prometheus
|
|
NetCoreCleanArchitecture.WebHosting
Package Description
|
|
Flour.Metrics.Prometheus
Package Description
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on prometheus-net.SystemMetrics:
Repository | Stars |
---|---|
microsoft/fhir-server
A service that implements the FHIR standard
|
|
snatch-dev/Convey
A simple recipe for .NET Core microservices.
|