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

Method GetName

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

Source from the content-addressed store, hash-verified

992}
993
994func (m *Span) GetName() string {
995 if m != nil {
996 return m.Name
997 }
998 return ""
999}
1000
1001func (m *Span) GetStartTimeUnixNano() uint64 {
1002 if m != nil {

Callers 6

naiveTagsV2CombineFunction · 0.45
sumValuesFunction · 0.45
convertLabelPairToLabelsFunction · 0.45

Calls

no outgoing calls

Tested by 4

naiveTagsV2CombineFunction · 0.36
sumValuesFunction · 0.36