(attrs []attrVal)
| 762 | } |
| 763 | |
| 764 | func (s *span) setLinkAttrs(attrs []attrVal) { |
| 765 | s.linkAttrs = append(s.linkAttrs, attrs...) |
| 766 | } |
| 767 | |
| 768 | // attributesMatched counts all attributes in the map as well as metadata fields like start/end/id |
| 769 | func (s *span) attributesMatched() int { |