A span is a unit of work or a single operation during the request processing.
| JSON representation |
|---|
{
"name": string,
"startTime": string,
"endTime": string,
"duration": string,
"attributes": {
object
},
"childSpans": [
{
object ( |
| Fields | |
|---|---|
name |
Output only. The name of the span. |
startTime |
Output only. The start time of the span. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
Output only. The end time of the span. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
duration |
Output only. The duration of the span. A duration in seconds with up to nine fractional digits, ending with ' |
attributes |
Output only. Key-value attributes associated with the span. |
childSpans[] |
Output only. The child spans that are nested under this span. |