MCPcopy
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
49func newTempoServer() *tempoServer {
50 return &tempoServer{
51 mux: mux.NewRouter(),
52 // externalServer will be initialized in StartService
53 }
54}
55
56func (s *tempoServer) HTTPRouter() *mux.Router {
57 return s.mux

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected