We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d99e75 commit 4cb3d02Copy full SHA for 4cb3d02
tests/Prometheus.Client.MetricServer.Tests/MetricServerTests.cs
@@ -212,7 +212,7 @@ public async Task Add_Encoding()
212
metricServer.Start();
213
214
const string help = "русский хелп";
215
- var counter = Metrics.DefaultFactory.CreateCounter("test_counter", help);
+ var counter = Metrics.DefaultFactory.CreateCounter("test_counter_rus", help);
216
counter.Inc();
217
218
using var httpClient = new HttpClient();
0 commit comments