Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ newTempoServer
Function
newTempoServer
cmd/tempo/app/server_service.go:49–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
newTempoServer() *tempoServer {
50
return
&tempoServer{
51
mux: mux.NewRouter(),
52
// externalServer will be initialized in StartService
53
}
54
}
55
56
func
(s *tempoServer) HTTPRouter() *mux.Router {
57
return
s.mux
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected