OTel Raw Trace Data dashboard
The dashboard provides the following information about the traces in the system:
- The maximum number of traces that should be displayed on a page
- Trace details such as traces ID, span ID, and parent span ID
- Names of the associated operations and services
- Trace status
- Duration and start time
To view the dashboard
- From the navigation menu
, click Dashboards.
- Search for the Helix OpenTelemetry Dashboards folder and select it.
- Click OTel Raw Trace Data.
The dashboard is displayed.
Panels in the OTel Raw Trace Data dashboard
This dashboard contains the following panels:
Panel | Description | |
---|---|---|
traceID | Displays the ID of the trace. | |
spanID | Displays the corresponding span ID. | |
operationName | Displays the name of the operation. | |
parentSpanID | Displays the ID of the span that initiated the current span. | |
serviceNamespace | Displays the associated service namespace. | |
serviceName | Displays the name of the service. | |
statusCode | Displays the status code that indicates whether the span operation succeeded or failed. | |
duration | Displays the time taken to complete the operation for each service in the trace. | |
startTime | Displays the date and time when the service was started. | |
resourceAttribute | Displays the name of the resource attribute that describes the source of telemetry data. | |
spanAttributes | Displays the span attributes that describe the events in the span operation. | |
events | Displays the names of events that are associated with the span. |