Skip to content

Commit

Permalink
service map
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Nov 7, 2023
1 parent 6e93ca7 commit 9129632
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions _source/user-guide/distributed-tracing/services.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: article
title: Service List
title: Services
permalink: /user-guide/distributed-tracing/services.html
image: https://dytvr9ot2sszz.cloudfront.net/logz-docs/social-assets/docs-social.jpg
description: Meet Logz.io's Service List
description: View your services' performance and health in Logz.io's Services
flags:
logzio-plan: community
tags:
Expand All @@ -12,13 +12,17 @@ contributors:
- hidan
---

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.
The **Services** 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](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/service-list-overview.png)

## Service list overview
## Services overview

The main Service list table view contains the following details:
You can choose how you want to view your services; a table view or a map view. Switch between the views by clicking on the buttons at the top right corner of the screen.

### Table view

The 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
Expand All @@ -31,6 +35,20 @@ You can change your view by comparing the data to a previous time frame, such as

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.

### Map view

The map lets you visualize your system architecture, understand the connections between elements, and focus on your services and operations.

Use the filters to change the time frame, service, service, environment, and operations. You can choose to view the data according to the following:

* **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 also zoom in and out of the map, move the elements around, and click on them to get additional info in graph form. Clicking on the button will take you to the service overview screen.

![service map overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/service-map.gif)

## 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.
Expand Down

0 comments on commit 9129632

Please sign in to comment.