id | string | Identifier of the span. |
criticalPathContribution | object | |
duration | integer | Number of nanoseconds the span lasted. |
errorMessage | string | Produced error message (could be a stack trace, database error code, ..) |
events | array | Events attached to this span. |
fields | object | Fields attached to this span. |
info | object | |
kind | string | Span kind describes the relationship between the Span, its parents, and its children in a Trace. Possible values: CLIENT , SERVER , PRODUCER , CONSUMER , INTERNAL . |
links | array | List of casually related spans. |
logs | array | Logs attached to this span. |
numberOfLinks | integer | Number of span links in this span. |
operationName | string | The name of the operation given to the span. |
parentId | string | Identifier of the parent span, if any. If the span has no parent it's considered a root span. |
remoteService | string | Name of the possible remote span's service. |
remoteServiceColor | string | Color hex code assigned to the remote service. |
remoteServiceType | string | Defines type of service. |
resource | string | The name of the resource attached to the span. |
service | string | The name of the service this span is part of. |
serviceColor | string | Color hex code assigned to the service. |
serviceType | string | Defines type of service. |
startedAt | string | Date and time the span was started in the ISO 8601 / RFC3339 format. |
status | object | |