feat(observabillity): #115 migrate to otel
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m59s
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m59s
This commit is contained in:
@@ -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,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user