File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22[ ko-fi ] : https://ko-fi.com/phnx47
33[ patreon ] : https://www.patreon.com/phnx47
44
5- # Prometheus. Client. MetricServer
5+ # Prometheus.Client.MetricServer
66
77[ ![ NuGet] ( https://img.shields.io/nuget/v/Prometheus.Client.MetricServer.svg )] ( https://www.nuget.org/packages/Prometheus.Client.MetricServer )
88[ ![ NuGet] ( https://img.shields.io/nuget/dt/Prometheus.Client.MetricServer.svg )] ( https://www.nuget.org/packages/Prometheus.Client.MetricServer )
99[ ![ CI] ( https://img.shields.io/github/workflow/status/prom-client-net/prom-client-metricserver/%F0%9F%92%BF%20CI%20Master?label=CI&logo=github )] ( https://github.com/prom-client-net/prom-client-metricserver/actions/workflows/master.yml )
10+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/prom-client-net/prom-client-metricserver/badge )] ( https://www.codefactor.io/repository/github/prom-client-net/prom-client-metricserver )
1011[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://opensource.org/licenses/MIT )
1112
12- Extension for [ Prometheus. Client] ( https://github.com/PrometheusClientNet/Prometheus.Client )
13+ Extension for [ Prometheus. Client] ( https://github.com/prom-client-net/prom-client )
1314
1415## Install
1516
@@ -19,7 +20,7 @@ dotnet add package Prometheus.Client.MetricServer
1920
2021## Use
2122
22- There are [ Examples] ( https://github.com/prom-client-net/Prometheus.Client.Examples /tree/master/MetricServer )
23+ There are [ Examples] ( https://github.com/prom-client-net/prom-examples /tree/master/MetricServer )
2324
2425Simple Console App with static MetricFactory:
2526
@@ -46,7 +47,7 @@ public static void Main(string[] args)
4647
4748```
4849
49- Worker with DI [ extension] ( https://github.com/prom-client-net/Prometheus.Client.DependencyInjection ) :
50+ Worker with DI [ extension] ( https://github.com/prom-client-net/prom-client-dependencyinjection ) :
5051
5152``` c#
5253public static async Task Main (string [] args )
You can’t perform that action at this time.
0 commit comments