replace go.opencensus.io with opentelemetry in idp

This commit is contained in:
A.Unger
2021-08-09 15:58:36 +02:00
parent 500a77f005
commit 45f29fdc98
2 changed files with 41 additions and 69 deletions
+1
View File
@@ -57,6 +57,7 @@ func Server(opts ...Option) (http.Service, error) {
svc.Logger(options.Logger),
svc.Config(options.Config),
svc.Middleware(
middleware.TraceContext,
middleware.RealIP,
middleware.RequestID,
middleware.NoCache,