forked from TrueCloudLab/frostfs-s3-gw
[#84] add tracing support
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
This commit is contained in:
parent
bd898ad59e
commit
4e1fd9589b
8 changed files with 194 additions and 4 deletions
|
@ -258,6 +258,8 @@ func Attach(r *mux.Router, domains []string, m MaxClients, h Handler, center aut
|
|||
// Attach user authentication for all S3 routes.
|
||||
AuthMiddleware(log, center),
|
||||
|
||||
TracingMiddleware(),
|
||||
|
||||
metricsMiddleware(log, h.ResolveBucket, appMetrics),
|
||||
|
||||
// -- logging error requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue