VL.Prometheus 1.1.1

dotnet add package VL.Prometheus --version 1.1.1
                    
NuGet\Install-Package VL.Prometheus -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VL.Prometheus" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VL.Prometheus" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="VL.Prometheus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VL.Prometheus --version 1.1.1
                    
#r "nuget: VL.Prometheus, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VL.Prometheus@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VL.Prometheus&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=VL.Prometheus&version=1.1.1
                    
Install as a Cake Tool

VL.Prometheus

Instrument your vvvv apps with Prometheus metrics. Based on prometheus-net.

<p align="center"> <img src="img/logo.png" title="" alt="VL.Prometheus logo" width="256"> </p>

What the Prometheus

Prometheus is an open-source monitoring solution for your applications. It allows you to store metrics reported by your application over time and query them. You can then visualize these metrics with Grafana.

What this plugin does

This plugin creates a web-server that exposes your metrics in the Prometheus format and allows you to easily expose new metrics (your patch framerate, or any arbitrary piece of data relevant to your application).

Credits

Initial research of this library was sponsored by Refik Anadol Studio.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 88 9/14/2026
1.1.0 87 9/10/2026
1.0.0 95 9/9/2026