(attrs []attrVal)
| 651 | } |
| 652 | |
| 653 | func (s *span) setTraceAttrs(attrs []attrVal) { |
| 654 | s.traceAttrs = append(s.traceAttrs, attrs...) |
| 655 | } |
| 656 | |
| 657 | // attributesMatched counts all attributes in the map as well as metadata fields like start/end/id |
| 658 | func (s *span) attributesMatched() int { |