MCPcopy
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
19type Backend struct {
20 cfg *Config
21}
22
23var tracer = otel.Tracer("tempodb/backend/local")
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected