Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ httpGzipMiddleware
Function
httpGzipMiddleware
cmd/tempo/app/http.go:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
httpGzipMiddleware() middleware.Interface {
11
return
middleware.Func(
func
(handler http.Handler) http.Handler {
12
return
gzhttp.GzipHandler(handler)
13
})
14
}
Callers
1
initQueryFrontend
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected