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

Method HTTPFinal

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

returns the final/complete results

()

Source from the content-addressed store, hash-verified

15
16 // returns the final/complete results
17 HTTPFinal() (*http.Response, error)
18}
19
20type TypedCombiner[T TResponse] interface {

Implementers 1

TraceByIDCombinermodules/frontend/combiner/trace_by_id.

Calls

no outgoing calls