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

Function IsSingleBinary

cmd/tempo/app/modules.go:89–91  ·  view source on GitHub ↗
(target string)

Source from the content-addressed store, hash-verified

87)
88
89func IsSingleBinary(target string) bool {
90 return target == SingleBinary
91}
92
93func (t *App) initServer() (services.Service, error) {
94 t.cfg.Server.MetricsNamespace = metricsNamespace

Callers 13

detectModeFunction · 0.92
loadConfigFunction · 0.92
initDistributorMethod · 0.85
configureGeneratorMethod · 0.85
generatorRingReaderMethod · 0.85
initBlockBuilderMethod · 0.85
initQuerierMethod · 0.85
initStoreMethod · 0.85
initBackendWorkerMethod · 0.85
initLiveStoreMethod · 0.85
setupModuleManagerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected