AllAttributes returns a map of all attributes for this span. AllAttributes should be used sparingly and is expected to be significantly slower than AttributeFor.
()
| 166 | // AllAttributes returns a map of all attributes for this span. AllAttributes should be used sparingly |
| 167 | // and is expected to be significantly slower than AttributeFor. |
| 168 | AllAttributes() map[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)) |
no outgoing calls