File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11# Prometheus.Client.MetricServer
22
3- [ ![ MyGet] ( https://img.shields.io/myget/prometheus-client-net/vpre/Prometheus.Client.MetricServer.svg?label=myget )] ( https://www.myget.org/feed/prometheus-client-net/package/nuget/Prometheus.Client.MetricServer )
43[ ![ NuGet] ( https://img.shields.io/nuget/v/Prometheus.Client.MetricServer.svg )] ( https://www.nuget.org/packages/Prometheus.Client.MetricServer )
54[ ![ NuGet] ( https://img.shields.io/nuget/dt/Prometheus.Client.MetricServer.svg )] ( https://www.nuget.org/packages/Prometheus.Client.MetricServer )
5+ [ ![ CI] ( https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/workflows/CI/badge.svg )] ( https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer/actions?query=workflow%3ACI )
66[ ![ Gitter] ( https://img.shields.io/gitter/room/PrometheusClientNet/community.svg )] ( https://gitter.im/PrometheusClientNet/community )
7-
8- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ea3w0pycgyqqwd1o/branch/master?svg=true )] ( https://ci.appveyor.com/project/PrometheusClientNet/prometheus-client-metricserver/branch/master )
9- [ ![ AppVeyor tests] ( https://img.shields.io/appveyor/tests/PrometheusClientNet/prometheus-client-metricserver.svg )] ( https://ci.appveyor.com/project/PrometheusClientNet/prometheus-client-metricserver/build/tests )
107[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://opensource.org/licenses/MIT )
118
129Extension for [ Prometheus.Client] ( https://github.com/PrometheusClientNet/Prometheus.Client )
@@ -32,7 +29,7 @@ static void Main(string[] args)
3229 metricServer .Start ();
3330 .. .
3431
35- var counter = Metrics .CreateCounter (" test_count" , " helptext" );
32+ var counter = Metrics . DefaultFactory .CreateCounter (" test_count" , " helptext" );
3633 counter .Inc ();
3734 .. .
3835
You can’t perform that action at this time.
0 commit comments