A thin veneer on top of prometheus-net.AspNetCore for bootstrapping a metrics server on a different port than the main ASP.NET Core application.
Info
Version: | 0.0.1 |
Author(s): | DFDS |
Last Update: | Friday, November 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dfds/Utils.MetricServer |
NuGet Url: | https://www.nuget.org/packages/DFDS.Utils.MetricServer |
Install
Install-Package DFDS.Utils.MetricServer
dotnet add package DFDS.Utils.MetricServer
paket add DFDS.Utils.MetricServer
DFDS.Utils.MetricServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- prometheus-net.AspNetCore(>= 3.1.4)
Tags