fix: make prometheus base url configurable
This commit is contained in:
parent
a4a6fb5d31
commit
9f3dfc74d6
3 changed files with 7 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ public class Config
|
|||
public bool EnableMetrics { get; init; } = true;
|
||||
|
||||
public string? SeqLogUrl { get; init; }
|
||||
public string? PrometheusUrl { get; init; }
|
||||
}
|
||||
|
||||
public class DatabaseConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue