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

Method GetEndTimeUnixNano

pkg/tempopb/trace/v1/trace.pb.go:562–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560}
561
562func (m *Span) GetEndTimeUnixNano() uint64 {
563 if m != nil {
564 return m.EndTimeUnixNano
565 }
566 return 0
567}
568
569func (m *Span) GetAttributes() []*v11.KeyValue {
570 if m != nil {

Callers 2

logSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected