add http metrics

This commit is contained in:
rootdarkarchon 2022-12-19 17:10:19 +01:00
parent 827acf0282
commit ea344468f2

View file

@ -96,6 +96,8 @@ public class Startup
var metricServer = new KestrelMetricServer(4981);
metricServer.Start();
app.UseHttpMetrics();
app.UseAuthentication();
app.UseAuthorization();