Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Backend
Struct
Backend
tempodb/backend/local/local.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
)
18
19
type
Backend
struct
{
20
cfg *Config
21
}
22
23
var
tracer = otel.Tracer(
"tempodb/backend/local"
)
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected