Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InferCore/InferCore
/ Shutdown
Method
Shutdown
internal/server/server.go:157–157 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
155
}
156
type
shutdowner
interface
{
157
Shutdown(context.Context) error
158
}
159
if
x, ok := s.telemetry.(shutdowner); ok {
160
return
x.Shutdown(ctx)
Callers
5
NewOtelOTLPExporter
Function · 0.65
Shutdown
Method · 0.65
TestNewExporterFromConfig_OTLPHTTP
Function · 0.65
Shutdown
Method · 0.65
serveCmd
Function · 0.65
Implementers
2
OtelOTLPExporter
internal/telemetry/otel_otlp_exporter.
Server
internal/server/server.go
Calls
no outgoing calls
Tested by
1
TestNewExporterFromConfig_OTLPHTTP
Function · 0.52