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 6f3754e commit a898474Copy full SHA for a898474
docs/core/diagnostics/snippets/MetricsGen/Metrics.cs
@@ -19,7 +19,6 @@ internal static partial class Metric
19
20
[Counter<int>]
21
public static partial TotalFailures CreateTotalFailures(this Meter meter);
22
- internal static Latency CreateLatency(object meter) => throw new NotImplementedException();
23
}
24
//</snippet_Metrics>
25
#elif SECOND
0 commit comments