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