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

Method SetKeepAlivesEnabled

cmd/tempo/app/server_service.go:78–80  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

76}
77
78func (s *tempoServer) SetKeepAlivesEnabled(enabled bool) {
79 s.externalServer.HTTPServer.SetKeepAlivesEnabled(enabled)
80}
81
82func (s *tempoServer) StartAndReturnService(cfg server.Config, supportGRPCOnHTTP bool, servicesToWaitFor func() []services.Service) (services.Service, error) {
83 var err error

Callers

nothing calls this directly

Calls 1

SetKeepAlivesEnabledMethod · 0.65

Tested by

no test coverage detected