feat(backend): start work on metrics

This commit is contained in:
sam 2024-07-13 17:23:52 +02:00
parent fa49030b06
commit 16f230b97d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 53 additions and 4 deletions

View file

@ -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.