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

Method FastRange

pkg/model/object_decoder.go:30–30  ·  view source on GitHub ↗

FastRange returns the start and end unix epoch timestamp of the trace. If its not possible to efficiently get these values from the underlying encoding then it should return decoder.ErrUnsupported

(obj []byte)

Source from the content-addressed store, hash-verified

28 // FastRange returns the start and end unix epoch timestamp of the trace. If its not possible to efficiently get these
29 // values from the underlying encoding then it should return decoder.ErrUnsupported
30 FastRange(obj []byte) (uint32, uint32, error)
31}
32
33// NewObjectDecoder returns a Decoder given the passed string.

Callers 2

TestCombinesFunction · 0.65

Implementers 2

ObjectDecoderpkg/model/v2/object_decoder.go
ObjectDecoderpkg/model/v1/object_decoder.go

Calls

no outgoing calls

Tested by 2

TestCombinesFunction · 0.52