mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-02 10:58:34 -06:00
forward trace context in graph service (#4582)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
GitHub
parent
de6988c9bd
commit
d4d2fefb80
3
changelog/unreleased/graph-forward-trace-ctx.md
Normal file
3
changelog/unreleased/graph-forward-trace-ctx.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix: graph service now forwards trace context
|
||||
|
||||
https://github.com/owncloud/ocis/pull/4582
|
||||
@@ -49,6 +49,7 @@ func Server(opts ...Option) (http.Service, error) {
|
||||
svc.Logger(options.Logger),
|
||||
svc.Config(options.Config),
|
||||
svc.Middleware(
|
||||
middleware.TraceContext,
|
||||
chimiddleware.RequestID,
|
||||
middleware.Version(
|
||||
"graph",
|
||||
|
||||
Reference in New Issue
Block a user