From e9a42ad0fe2e5d2013b7b9ff990fd791161eb870 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Thu, 30 Nov 2023 12:22:36 +0200 Subject: [PATCH] adding app360 to docs --- .../Infrastructure-monitoring/_category_.json | 2 +- docs/user-guide/admin/_category_.json | 2 +- docs/user-guide/app360/_category_.json | 10 ++++++ .../service-list.md | 32 ++++++++++++++++--- docs/user-guide/cloud-siem/_category_.json | 2 +- docs/user-guide/data-hub/_category_.json | 2 +- .../distributed-tracing/_category_.json | 2 +- docs/user-guide/integrations/_category_.json | 2 +- static/_redirects | 1 + 9 files changed, 44 insertions(+), 11 deletions(-) create mode 100644 docs/user-guide/app360/_category_.json rename docs/user-guide/{distributed-tracing => app360}/service-list.md (77%) diff --git a/docs/user-guide/Infrastructure-monitoring/_category_.json b/docs/user-guide/Infrastructure-monitoring/_category_.json index dd524161..869000a1 100644 --- a/docs/user-guide/Infrastructure-monitoring/_category_.json +++ b/docs/user-guide/Infrastructure-monitoring/_category_.json @@ -1,6 +1,6 @@ { "label": "Infrastructure Monitoring", - "position": 6, + "position": 7, "link": { "type": "generated-index", "description": "Infrastructure Monitoring, or Metrics, lets you monitor your infrastructure metrics to gain a clear picture of the ongoing status of your distributed cloud services at all times." diff --git a/docs/user-guide/admin/_category_.json b/docs/user-guide/admin/_category_.json index bf91af93..22f28639 100644 --- a/docs/user-guide/admin/_category_.json +++ b/docs/user-guide/admin/_category_.json @@ -1,6 +1,6 @@ { "label": "Admin", - "position": 9, + "position": 11, "link": { "type": "generated-index", "description": "Learn how to understand and manage your Logz.io accounts, sub accounts, billing info, and more." diff --git a/docs/user-guide/app360/_category_.json b/docs/user-guide/app360/_category_.json new file mode 100644 index 00000000..6cf48f6e --- /dev/null +++ b/docs/user-guide/app360/_category_.json @@ -0,0 +1,10 @@ +{ + "label": "App 360", + "position": 6, + "link": { + "type": "generated-index", + "description": "App 360 provides an operational overview of your environment. Drill down into specific operations within a service, search and investigate relevant traces, and detect anomalies." + } +} + + diff --git a/docs/user-guide/distributed-tracing/service-list.md b/docs/user-guide/app360/service-list.md similarity index 77% rename from docs/user-guide/distributed-tracing/service-list.md rename to docs/user-guide/app360/service-list.md index 1a2e6cd1..5ae1932a 100644 --- a/docs/user-guide/distributed-tracing/service-list.md +++ b/docs/user-guide/app360/service-list.md @@ -1,16 +1,23 @@ --- sidebar_position: 4 +title: Services +description: View your services' performance and health in Logz.io's Services +image: https://dytvr9ot2sszz.cloudfront.net/logz-docs/social-assets/docs-social.jpg +keywords: [traces, logs, metrics, services, service overview, logz.io] --- -# Service List -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) +![Services](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/services-main-map-list.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 @@ -23,6 +30,21 @@ 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. diff --git a/docs/user-guide/cloud-siem/_category_.json b/docs/user-guide/cloud-siem/_category_.json index 8f9e96d4..ae089ca1 100644 --- a/docs/user-guide/cloud-siem/_category_.json +++ b/docs/user-guide/cloud-siem/_category_.json @@ -1,6 +1,6 @@ { "label": "Cloud SIEM", - "position": 7, + "position": 9, "link": { "type": "generated-index", "description": "Infrastructure monitoring." diff --git a/docs/user-guide/data-hub/_category_.json b/docs/user-guide/data-hub/_category_.json index 2457bff2..e3853fd6 100644 --- a/docs/user-guide/data-hub/_category_.json +++ b/docs/user-guide/data-hub/_category_.json @@ -1,6 +1,6 @@ { "label": "Data Hub", - "position": 8, + "position": 10, "link": { "type": "generated-index", "description": "Logz.io Data Hub helps you manage and optimize your Logz.io products by offering tailored recommendations and a quick and easy way to control your logs and metrics usage." diff --git a/docs/user-guide/distributed-tracing/_category_.json b/docs/user-guide/distributed-tracing/_category_.json index 62082e57..cf9e4cf7 100644 --- a/docs/user-guide/distributed-tracing/_category_.json +++ b/docs/user-guide/distributed-tracing/_category_.json @@ -1,6 +1,6 @@ { "label": "Distributed Tracing", - "position": 6, + "position": 8, "link": { "type": "generated-index", "description": "Logz.io gives you the ability to look under the hood at how your microservices are interacting with each other and lets you access rich information to improve performance, investigate, and troubleshoot issues." diff --git a/docs/user-guide/integrations/_category_.json b/docs/user-guide/integrations/_category_.json index d0ef519e..4ecefc08 100644 --- a/docs/user-guide/integrations/_category_.json +++ b/docs/user-guide/integrations/_category_.json @@ -1,6 +1,6 @@ { "label": "Endpoints and API", - "position": 10, + "position": 12, "link": { "type": "generated-index", "description": "Connecting your data to Logz.io in all its forms." diff --git a/static/_redirects b/static/_redirects index 6b9967df..9c69e932 100644 --- a/static/_redirects +++ b/static/_redirects @@ -253,6 +253,7 @@ /user-guide/log-shipping/telemetry-collector-localhost.html /docs/user-guide/telemetry-collector/telemetry-collector-localhost /user-guide/log-shipping/ezkonnect.html /docs/user-guide/telemetry-collector/ezkonnect /user-guide/azure-native-integration.html /docs/user-guide/telemetry-collector/azure-native-integration +/docs/user-guide/distributed-tracing/service-list /docs/user-guide/app360/service-list # Shippers /shipping/synthetic-monitoring-sources/api-status.html /docs/shipping/Synthetic-Monitoring/API-status-metrics-synthetic /shipping/synthetic-monitoring-sources/ping-statistics.html /docs/shipping/Synthetic-Monitoring/Ping-statistics-synthetic