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

Function DisableSignalHandling

cmd/tempo/app/server_service.go:178–180  ·  view source on GitHub ↗

DisableSignalHandling puts a dummy signal handler

(config *server.Config)

Source from the content-addressed store, hash-verified

176
177// DisableSignalHandling puts a dummy signal handler
178func DisableSignalHandling(config *server.Config) {
179 config.SignalHandler = make(ignoreSignalHandler)
180}
181
182type ignoreSignalHandler chan struct{}
183

Callers 2

initInternalServerMethod · 0.85
StartAndReturnServiceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected