Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ GetParentSpanId
Method
GetParentSpanId
pkg/tempopb/trace/v1/trace.pb.go:527–532 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
525
}
526
527
func
(m *Span) GetParentSpanId() []byte {
528
if
m != nil {
529
return
m.ParentSpanId
530
}
531
return
nil
532
}
533
534
func
(m *Span) GetFlags() uint32 {
535
if
m != nil {
Callers
2
swapParentIDs
Method · 0.80
ConstructTraceFromEpoch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected