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 2d73ba2 commit 38d45faCopy full SHA for 38d45fa
Prometheus.NetFramework.AspNet/AspNetMetricServer.cs
@@ -23,7 +23,7 @@ public static void RegisterRoutes(HttpConfiguration configuration, Settings sett
23
MapRoute(configuration, "Default", "metrics", settings);
24
25
/// <summary>
26
- /// Registers an anonymous instance of the controller to be published on a given URL path (e.g. "/custom/metrics").
+ /// Registers an anonymous instance of the controller to be published on a given URL path (e.g. "custom/metrics").
27
/// </summary>
28
public static void RegisterRoutes(HttpConfiguration configuration, string path, Settings settings = null) =>
29
MapRoute(configuration, path, path, settings);
0 commit comments