The Service list dashboard centralizes all of your running services, allowing you to detect if and when issues occur quickly. You can use the dashboard to investigate the different services, operations, and logs inside each one.

Services

Service list overview

The main Service list table view contains the following details:

  • Name of each service
  • Impact level - Determines the severity of each event, calculated based on the latency and request rate
  • The Environment in which this service is located
  • Request rate - Number of requests per second, in numeral and graph view
  • Latency - The duration it takes data to travel in the environment, presented in milliseconds and graph view
  • Error ratio - Both percentage and graph view

You can change your view by comparing the data to a previous time frame, such as the last day or week. You can also choose a different time frame that ranges from 2 hours ago and up to 24 hours ago.

If you’re looking for a specific service, start typing its name in the search box, and your view will change to display all the matching results.

Dive deeper into your services

Clicking on one of the services opens a new page with additional info, including a visual representation of the service’s current error ratio, request rate, latency, and a breakdown of the service’s operations, infrastructure, and logs.

service deeper

Hovering over the graphs provides additional info for the time point you’ve chosen:

  • The Request rate graph shows the number of requests made per minute
  • The Latency graph provides a milliseconds count of how long it takes for data to travel in your environment
  • The Errors graph analyzes the percentage of errors that occurred

graphs

Operations overview

This table includes all of the operations running inside the chosen service, with this additional data:

  • Operation name
  • Operation’s Impact level, calculated based on the latency and request rate
  • Request rate - Number of requests per second, in numeral and graph view
  • Latency - The duration it takes data to travel in the environment, presented in milliseconds and graph view
  • Error ratio - Both percentage and graph view

Use the search bar to find a specific operation or the arrows at the bottom of the table to navigate the operations.

Click on an operation’s name to view its detailed trace. The trace dashboard helps you pinpoint where failures occur and find the leading contributors to slow transaction performance.

operations view

Infrastructure overview

View the CPU and memory consumption inside the service. The graphs represent a breakdown of consumption by the hour.

Hovering over the graphs provides values for the specific time point, allowing you to see how much CPU was used by the deployment at this specific time, or view how much memory this deployment used.

hovering graph

You can toggle your view between pods and nodes inside the service.