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

Method BytesRead

tempodb/encoding/vparquet4/readers.go:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156}
157
158func (wr *walReaderAt) BytesRead() uint64 {
159 return wr.bytesRead.Load()
160}
161
162// isFatalError is a helper function to determine if an error is fatal or not. ReaderAt interfaces are expected to
163// to return io.EOF and valid data simultaneously.

Callers 14

FetchTagNamesMethod · 0.45
FetchTagValuesMethod · 0.45
FetchMethod · 0.45
FindTraceByIDMethod · 0.45
FindTraceByIDMethod · 0.45
SearchMethod · 0.45
SearchTagsMethod · 0.45
SearchTagValuesV2Method · 0.45
FetchMethod · 0.45
FetchTagValuesMethod · 0.45
FetchTagNamesMethod · 0.45
SearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected