correct span names

This commit is contained in:
adlerhurst 2024-03-07 10:44:24 +01:00
parent 88209ac11d
commit 7069813ec7
5 changed files with 4 additions and 6 deletions

View file

@ -135,7 +135,6 @@ func CreateRouter(o OpenIDProvider, interceptors ...HttpInterceptor) chi.Router
} else {
router.Use(cors.New(defaultCORSOptions).Handler)
}
router.Use(intercept(o.IssuerFromRequest, interceptors...))
router.HandleFunc(healthEndpoint, healthHandler)
router.HandleFunc(readinessEndpoint, readyHandler(o.Probes()))