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

Struct queryRangeSharder

modules/frontend/metrics_query_range_sharder.go:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type queryRangeSharder struct {
35 next pipeline.AsyncRoundTripper[combiner.PipelineResponse]
36 reader tempodb.Reader
37 overrides overrides.Interface
38 cfg QueryRangeSharderConfig
39 skipASTTransformations []string
40 logger log.Logger
41 instantMode bool
42 jobsPerQuery *prometheus.HistogramVec
43}
44
45type QueryRangeSharderConfig struct {
46 ConcurrentRequests int `yaml:"concurrent_jobs,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected