Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
func
(t *TraceInfo) Timestamp() time.Time {
102
return
t.timestamp
103
}
104
105
func
(t *TraceInfo) TraceID() ([]byte, error) {
106
return
HexStringToTraceID(t.HexID())
Callers
10
TestRunCheckerSuccess
Function · 0.95
doWrite
Function · 0.95
RunValidation
Method · 0.80
validateTraceRetrieval
Method · 0.80
validateTraceSearch
Method · 0.80
traceIsReady
Function · 0.80
queueFutureBatches
Function · 0.80
doSearch
Function · 0.80
doMetrics
Function · 0.80
queryTrace
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestRunCheckerSuccess
Function · 0.76