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.
- (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 |
---|---|
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. |
Total Operations | Displays the total number of operations that occurred for the selected application service. |
Largest Latency | Displays the latency value (in ms) of the trace that took the longest time. |
Shortest Latency | Displays the latency value (in ms) of the trace that took the shortest time. |
Total Errors | Displays the number of errors that occurred during the operations in the selected period. |
User Satisfaction (Apdex) Scores < 1 | Displays bar charts showing the user satisfaction survey scores that are less than 1. Hover over a bar to view the exact score. 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. |
Average Rate | Displays the average number of requests that are sent per minute. |
Rate Trend | Displays the trend of requests that are sent per minute in the selected period. |
Traces for <service_name> | Displays the traces along with their duration and status for the selected OpenTelemetry service.
|
Error Percentage | Displays the percentage of errors that occurred while running the operations for the selected service. |
Error Trend | Displays a line chart that shows the trend of errors that occurred while running the operations in the selected period. |
Average Latency | Displays the average latency (in seconds) of traces during the selected period. |
Latency Trend | Displays a line chart that shows the latency trend of traces in the selected period.
|
User Satisfaction (Apdex) | Displays a line chart that shows the trend of user satisfaction scores for the selected period. The min, average, and max 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. |