prometheus-net
0.0.7
Prefix Reserved
See the version list below for details.
dotnet add package prometheus-net --version 0.0.7
NuGet\Install-Package prometheus-net -Version 0.0.7
<PackageReference Include="prometheus-net" Version="0.0.7" />
paket add prometheus-net --version 0.0.7
#r "nuget: prometheus-net, 0.0.7"
// Install prometheus-net as a Cake Addin #addin nuget:?package=prometheus-net&version=0.0.7 // Install prometheus-net as a Cake Tool #tool nuget:?package=prometheus-net&version=0.0.7
.NET client for prometheus.io
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- protobuf-net (>= 2.0.0.668)
- Rx-Core (>= 2.2.5)
- Rx-Interfaces (>= 2.2.5)
NuGet packages (141)
Showing the top 5 NuGet packages that depend on prometheus-net:
Package | Downloads |
---|---|
prometheus-net.AspNetCore
ASP.NET Core middleware and stand-alone Kestrel server for exporting metrics to Prometheus |
|
prometheus-net.DotNetRuntime
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool, exceptions) using the prometheus-net package. |
|
MassTransit.Prometheus
MassTransit Prometheus support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
AspNetCore.HealthChecks.Prometheus.Metrics
HealthChecks.Publisher.Prometheus is a health check prometheus metrics exporter. |
|
prometheus-net.Contrib
Exposes .NET core diagnostic listeners and counters |
GitHub repositories (27)
Showing the top 5 popular GitHub repositories that depend on prometheus-net:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System
|
|
microsoft/reverse-proxy
A toolkit for developing high-performance HTTP reverse proxy applications.
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
|
|
Azure/iotedge
The IoT Edge OSS project
|
* 0.0.7:
- Added the notion of OnDemandCollectors + a DotNetStatsCollector to avoid having to use .net perf counters
* 0.0.6:
- Do not create unlabelled metric if label names are specified
* 0.0.5:
- Allow specifying hostname in URL
- Fix null ref exception if 'Accept' header is not specified
* 0.0.3 - initial version