AllAttributesFunc is a way to access all attributes for this span, letting the span determine the optimal method. Avoids allocating a map like AllAttributes.
(func(Attribute, Static))
| 169 | // AllAttributesFunc is a way to access all attributes for this span, letting the span determine the |
| 170 | // optimal method. Avoids allocating a map like AllAttributes. |
| 171 | AllAttributesFunc(func(Attribute, Static)) |
| 172 | |
| 173 | ID() []byte |
| 174 | StartTimeUnixNanos() uint64 |