feat(backend): start work on metrics
This commit is contained in:
parent
fa49030b06
commit
16f230b97d
6 changed files with 53 additions and 4 deletions
|
@ -20,6 +20,8 @@ SentryTracing = true
|
|||
SentryTracesSampleRate = 1.0
|
||||
; Whether to log SQL queries. Note that this is very verbose. Defaults to false.
|
||||
LogQueries = false
|
||||
; The port the /metrics endpoint will listen on. If not set, metrics will be disabled.
|
||||
MetricsPort = 5001
|
||||
|
||||
[Database]
|
||||
; The database URL in ADO.NET format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue