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

Method GetAttributes

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

Source from the content-addressed store, hash-verified

1013}
1014
1015func (m *Span) GetAttributes() []*v1.KeyValue {
1016 if m != nil {
1017 return m.Attributes
1018 }
1019 return nil
1020}
1021
1022type SearchMetrics struct {
1023 InspectedTraces uint32 `protobuf:"varint,1,opt,name=inspectedTraces,proto3" json:"inspectedTraces,omitempty"`

Callers 8

traceToParquetFunction · 0.45
findHostIdentifierMethod · 0.45
metricSpansFunction · 0.45
logSpansFunction · 0.45
logSpanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected