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

Method Weight

modules/frontend/queue/queue.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41// Request stored into the queue.
42type Request interface {
43 Weight() int
44}
45
46// RequestQueue holds incoming requests in per-user queues.

Callers 1

TestIngesterRequestsFunction · 0.95

Implementers 1

HTTPRequestmodules/frontend/pipeline/pipeline.go

Calls

no outgoing calls

Tested by 1

TestIngesterRequestsFunction · 0.76