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

Struct sharder

modules/frontend/pipeline/responses_test.go:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405type sharder struct {
406 next AsyncRoundTripper[combiner.PipelineResponse]
407 funcSharder bool
408}
409
410func (s sharder) RoundTrip(r Request) (Responses[combiner.PipelineResponse], error) {
411 total := 4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected