mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:37:23 +01:00
configure metrics as well
This commit is contained in:
parent
4b2ba13857
commit
c1f28cadd5
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ public class Startup
|
||||||
|
|
||||||
ConfigureConfigServices(services);
|
ConfigureConfigServices(services);
|
||||||
|
|
||||||
|
ConfigureMetrics(services);
|
||||||
|
|
||||||
services.AddHealthChecks();
|
services.AddHealthChecks();
|
||||||
services.AddControllers().ConfigureApplicationPartManager(a =>
|
services.AddControllers().ConfigureApplicationPartManager(a =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue