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

Method GetStartTimeUnixNano

pkg/tempopb/tempo.pb.go:1001–1006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

999}
1000
1001func (m *Span) GetStartTimeUnixNano() uint64 {
1002 if m != nil {
1003 return m.StartTimeUnixNano
1004 }
1005 return 0
1006}
1007
1008func (m *Span) GetDurationNanos() uint64 {
1009 if m != nil {

Callers 2

logSpanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected