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

Method GetKind

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

Source from the content-addressed store, hash-verified

546}
547
548func (m *Span) GetKind() Span_SpanKind {
549 if m != nil {
550 return m.Kind
551 }
552 return Span_SPAN_KIND_UNSPECIFIED
553}
554
555func (m *Span) GetStartTimeUnixNano() uint64 {
556 if m != nil {

Callers 4

dedupeSpanIDsMethod · 0.80
logSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected