MCPcopy
hub / github.com/grafana/tempo / StartAndReturnService

Method StartAndReturnService

cmd/tempo/app/server_service.go:37–37  ·  view source on GitHub ↗
(cfg server.Config, supportGRPCOnHTTP bool, servicesToWaitFor func() []services.Service)

Source from the content-addressed store, hash-verified

35 SetKeepAlivesEnabled(enabled bool)
36
37 StartAndReturnService(cfg server.Config, supportGRPCOnHTTP bool, servicesToWaitFor func() []services.Service) (services.Service, error)
38}
39
40// todo: evaluate whether the internal server should be included as part of this

Callers 1

initServerMethod · 0.65

Implementers 2

tempoServercmd/tempo/app/server_service.go
fakeTempoServercmd/tempo/app/modules_test.go

Calls

no outgoing calls

Tested by

no test coverage detected