mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:37:22 +01:00
something something metrics
This commit is contained in:
parent
d83e4e060f
commit
4d1ef1f871
7 changed files with 6 additions and 14 deletions
|
|
@ -33,10 +33,7 @@ public class Startup
|
|||
}, Configuration.GetValue(nameof(MareConfigurationBase.DbContextPoolSize), 1024));
|
||||
|
||||
services.AddSingleton(m => new MareMetrics(m.GetService<ILogger<MareMetrics>>(), new List<string> { },
|
||||
new List<string>
|
||||
{
|
||||
MetricsAPI.GaugeUsersRegistered
|
||||
}));
|
||||
new List<string> {}));
|
||||
|
||||
var noRetryConfig = new MethodConfig
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue