OTel Service Overview dashboard
The dashboard provides the following information about the traces generated from the constituent services of an instrumented application:
- Top-level and total operations
- Average rate of requests and latency
- Requests rate and latency trends
- Errors and their trend
- User satisfaction scores
- Duration and status
To view the dashboard
- From the navigation menu
, click Dashboards.
- Search for the Helix OpenTelemetry folder and select it.
- Click OTel Service Overview.
The dashboard is displayed.
- From the Business Service list, select a business service if not selected already.
The list shows the business services for which OpenTelemetry is enabled. - From the OTel Namespace list, select a namespace if not selected already.
- From the OTel Service list, select an application service if not selected already.
- From the Status Filter list, select one of the following status codes that indicate whether a trace operation succeeded or failed:
- Status_Code_Unset—Select to view all the trace operations.
- Status_Code_Error—Select to view the trace operations that failed due to issues, such as timeouts, exceptions, or failed API calls.
- (Optional) Change the date range for the data displayed in the dashboard; the default is three hours.
- Review the telemetry data of the service in the dashboard panels.
Panels in the OTel Service Overview dashboard
Panel | Description |
---|---|
User Satisfaction (Apdex) | Displays a line chart that shows the trend of user satisfaction scores for the selected period. The minimum, average, and maximum score values are displayed below the chart. The scores are calculated by using the Application Performance Index (Apdex) method. This method converts measurements into one number on a uniform scale of 0 to 1. The Apdex score measures the extent to which the measured performance meets user expectations. Any score close to one indicates a good satisfaction level. Any score close to zero indicates poor satisfaction. |
Rate Trend | Displays the trend of requests that are sent per minute in the selected period. |
Error Trend | Displays a line chart that shows the trend of errors that occurred while running the operations during the selected period. |
Latency Trend | Displays a line chart that shows the latency trend of traces in the selected period.
|
Average Latency | Displays the average latency (in seconds) of traces during the selected period. |
Top Level Operations | Displays the number of top-level operations that are initiated for the selected application service. A top-level operation is the first operation that is started within a trace. |
Calls by Operation Type | Displays the details of calls that occurred during operations. The details include the type of calls, their count, and average call duration. |
Average Rate | Displays the average number of requests that are sent per minute. |
Total Errors | Displays the number of errors that occurred during the operations in the selected period. |
Traces for <service_name> | Displays the traces along with their duration and status for the selected OpenTelemetry service.
|