Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ TraceID
Method
TraceID
pkg/util/trace_info.go:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
func
(t *TraceInfo) TraceID() ([]byte, error) {
106
return
HexStringToTraceID(t.HexID())
107
}
108
109
func
(t *TraceInfo) HexID() string {
110
return
fmt.Sprintf(
"%016x%016x"
, t.traceIDHigh, t.traceIDLow)
Callers
4
TestReadMetrics
Function · 0.95
TestValidateTraceRetrieval
Function · 0.95
TestRunValidation
Function · 0.95
ExtractTraceID
Function · 0.80
Calls
2
HexID
Method · 0.95
HexStringToTraceID
Function · 0.85
Tested by
3
TestReadMetrics
Function · 0.76
TestValidateTraceRetrieval
Function · 0.76
TestRunValidation
Function · 0.76