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

Struct QueryRangeJobResponse

modules/frontend/combiner/metrics_query_range.go:17–19  ·  view source on GitHub ↗

QueryRangeJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse.

Source from the content-addressed store, hash-verified

15
16// QueryRangeJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse.
17type QueryRangeJobResponse struct {
18 shardtracker.JobMetadata
19}
20
21func (q *QueryRangeJobResponse) HTTPResponse() *http.Response {
22 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected