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

Method Timestamp

pkg/util/trace_info.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (t *TraceInfo) Timestamp() time.Time {
102 return t.timestamp
103}
104
105func (t *TraceInfo) TraceID() ([]byte, error) {
106 return HexStringToTraceID(t.HexID())

Callers 10

TestRunCheckerSuccessFunction · 0.95
doWriteFunction · 0.95
RunValidationMethod · 0.80
validateTraceSearchMethod · 0.80
traceIsReadyFunction · 0.80
queueFutureBatchesFunction · 0.80
doSearchFunction · 0.80
doMetricsFunction · 0.80
queryTraceFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRunCheckerSuccessFunction · 0.76