feat(gl): add structured grpc observability

This commit is contained in:
2026-08-29 12:59:48 +03:30
parent dedb9281eb
commit 9b6c438cc7
7 changed files with 76 additions and 35 deletions
+2
View File
@@ -11,11 +11,13 @@ import (
"gl/application/health"
applicationledger "gl/application/ledger"
"gl/infrastructure/config"
"gl/infrastructure/observability"
"gl/infrastructure/postgres"
grpcadapter "gl/interface/grpc"
)
func main() {
observability.Configure("gl", slog.LevelInfo)
configPath := flag.String("conf", "./gl.cfg.toml", "path to the TOML configuration file")
flag.Parse()