something something metrics

This commit is contained in:
rootdarkarchon
2022-12-27 15:43:58 +01:00
parent d83e4e060f
commit 4d1ef1f871
7 changed files with 6 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ public class MareConfigurationBase : IMareConfiguration
{
public int DbContextPoolSize { get; set; } = 100;
public string ShardName { get; set; } = string.Empty;
public int MetricsPort { get; set; } = 4981;
public int MetricsPort { get; set; }
public T GetValue<T>(string key)
{