(attrs []attrVal)
| 767 | } |
| 768 | |
| 769 | func (s *span) setLinkAttrs(attrs []attrVal) { |
| 770 | s.linkAttrs = append(s.linkAttrs, attrs...) |
| 771 | } |
| 772 | |
| 773 | // attributesMatched counts all attributes in the map as well as metadata fields like start/end/id |
| 774 | func (s *span) attributesMatched() int { |