add http metrics
This commit is contained in:
@@ -96,6 +96,8 @@ public class Startup
|
|||||||
var metricServer = new KestrelMetricServer(4981);
|
var metricServer = new KestrelMetricServer(4981);
|
||||||
metricServer.Start();
|
metricServer.Start();
|
||||||
|
|
||||||
|
app.UseHttpMetrics();
|
||||||
|
|
||||||
app.UseAuthentication();
|
app.UseAuthentication();
|
||||||
app.UseAuthorization();
|
app.UseAuthorization();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user