prometheus-net
1.1.4
Prefix Reserved
See the version list below for details.
dotnet add package prometheus-net --version 1.1.4
NuGet\Install-Package prometheus-net -Version 1.1.4
<PackageReference Include="prometheus-net" Version="1.1.4" />
<PackageVersion Include="prometheus-net" Version="1.1.4" />
<PackageReference Include="prometheus-net" />
paket add prometheus-net --version 1.1.4
#r "nuget: prometheus-net, 1.1.4"
#addin nuget:?package=prometheus-net&version=1.1.4
#tool nuget:?package=prometheus-net&version=1.1.4
.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 (147)
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. |
|
prometheus-net.Contrib
Exposes .NET core diagnostic listeners and counters |
|
AspNetCore.HealthChecks.Prometheus.Metrics
HealthChecks.Publisher.Prometheus is a health check prometheus metrics exporter. |
GitHub repositories (26)
Showing the top 20 popular GitHub repositories that depend on prometheus-net:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
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
|
|
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
|
|
Azure/iotedge
The IoT Edge OSS project
|
|
snatch-dev/Convey
A simple recipe for .NET Core microservices.
|
|
space-wizards/RobustToolbox
Robust multiplayer game engine, used by Space Station 14
|
|
WolfgangOfner/MicroserviceDemo
This is a demo with two ASP .NET 6 microservices using RabbitMQ and Docker
|
|
nickbabcock/OhmGraphite
Expose hardware sensor data to Graphite / InfluxDB / Prometheus / Postgres / Timescaledb
|
|
djluck/prometheus-net.DotNetRuntime
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the prometheus-net package
|
|
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
|
|
meysamhadeli/booking-modular-monolith
Practical Modular Monolith, built with .Net 9, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
SlimPlanet/SlimFaas
SlimFaas : The slimmest and simplest Function As A Service
|
|
sixeyed/kiamol
Learn Kubernetes in a Month of Lunches
|
|
compujuckel/AssettoServer
Custom Assetto Corsa server with focus on freeroam
|
|
philosowaffle/peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files and automatically upload to Garmin Connect
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
|
|
helldivers-2/api
A community driven API for Helldivers 2
|
|
Universalis-FFXIV/Universalis
A crowdsourced market board API for FFXIV.
|
* 1.1.4:
- Fixed some metrics not updating, added process ID metric
- Replaced lock statements in Counter and Gauge with CAS
* 1.1.3:
- optionally use https in MetricServer
* 1.1.2:
- using UTF-8 in text formatter
- catching exceptions in MetricServer http loop
* 1.1.1:
- disposing of MetricServer loop on Stop()
* 1.1.0:
- Renamed some metric names to be in-line with prometheus guidelines (breaking change as far as the exported metrics are concerned)
* 1.0.0:
- Add CPU, num handles, start time, num threads metrics to dot net stats collector
- Made DotNetStatsCollector default (previously it was PerfCounterCollector)
* 0.0.11:
- Summary metric ported from go
* 0.0.10:
- Fix header writing order
* 0.0.9:
- Generalise scraping so it can be called externally without using the embedded http handler
* 0.0.8:
- Introduced interfaces for all the metrics to make unlabelled collectors and their children polymorph
* 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