Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding app360 to docs #293

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/Infrastructure-monitoring/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/admin/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
10 changes: 10 additions & 0 deletions docs/user-guide/app360/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
}
}


Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/cloud-siem/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Cloud SIEM",
"position": 7,
"position": 9,
"link": {
"type": "generated-index",
"description": "Infrastructure monitoring."
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/data-hub/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/distributed-tracing/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/integrations/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down