added prometheus metrics
All checks were successful
/ Make image (push) Successful in 1m18s

This commit is contained in:
nquidox 2026-02-16 20:09:22 +03:00
parent 88b1e03d00
commit 35944371f7
3 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,7 @@ func NewApp(deps Deps) *App {
}
app.router = app.routerHandler.Set()
app.routerHandler.EnableMetrics()
apiRoutes := app.router.Group(app.apiPrefix)
apiRoutes.GET("/", func(c *gin.Context) {