feat(observabillity): #115 migrate to otel
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m59s

This commit is contained in:
2025-05-29 22:34:30 +02:00
parent 889672fefd
commit 587de563f9
26 changed files with 411 additions and 317 deletions

View File

@@ -17,11 +17,11 @@ import (
var (
settings = types.Settings{
Port: "",
PrometheusEnabled: false,
BaseUrl: "",
Environment: "test",
Smtp: nil,
Port: "",
OtelEnabled: false,
BaseUrl: "",
Environment: "test",
Smtp: nil,
}
)