replace go.opencensus.io with opentelemetry

This commit is contained in:
A.Unger
2021-08-09 15:52:06 +02:00
parent 43a97f6bac
commit 0eb403d658
4 changed files with 79 additions and 74 deletions
+1
View File
@@ -29,6 +29,7 @@ func Server(opts ...Option) http.Service {
mux := chi.NewMux()
mux.Use(middleware.RealIP)
mux.Use(middleware.TraceContext)
mux.Use(middleware.RequestID)
mux.Use(middleware.NoCache)
mux.Use(middleware.Cors)