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

Method OriginalContext

modules/frontend/v1/frontend.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (r *request) OriginalContext() context.Context {
85 return r.request.Context()
86}
87
88// New creates a new frontend. Frontend implements service, and must be started and stopped.
89func New(cfg Config, log log.Logger, registerer prometheus.Registerer) (*Frontend, error) {

Callers 4

addMethod · 0.80
contextErrorMethod · 0.80
doneChanMethod · 0.80
ProcessMethod · 0.80

Calls 1

ContextMethod · 0.65

Tested by

no test coverage detected