Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneezry/spring-cloud-applens-docs
https://github.com/sneezry/spring-cloud-applens-docs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sneezry/spring-cloud-applens-docs
- Owner: Sneezry
- Created: 2020-05-18T08:03:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T10:55:38.000Z (over 4 years ago)
- Last Synced: 2024-11-08T15:50:09.690Z (about 2 months ago)
- Size: 962 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Self Diagnose and Solve Problems for Azure Spring Cloud
This tutorial shows you how to self diagnose and solve problems for Azure Spring Cloud with AppLens detectors. AppLens detectors provide an easy way to collect metrics and logs to enable you fast diagnose and solve problems.
## Prerequisites
To complete this tutorial, you need:
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
* A deployed Azure Spring Cloud service instance. Follow our [quickstart on deploying an app via the Azure CLI](https://docs.microsoft.com/en-us/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli) to get started.
* At least one application already created in your service instance.
## Navigate to the Diagnose and solve problems page in Azure portal
1. Sign in to the [Azure portal](https://portal.azure.com/).
1. Go to your Azure Spring Cloud **Overview** page.
1. Open **Diagnose and solve problems** in the menu on the left side of the page.
![](diagnose-and-solve-problems.png)
## Search and execute detectors
To find a detector, you can either search detectors by typing a keyword or click solution group to explore all detectors.
![](search-detector.png)
![](menu.png)
When you find your target detector, click it to execute. A summary of diagnostic will be shown after you execute the detector. You can select **View Full Report** to check diagnostic details or click **Show Tile Menu** button to go back to detector list.
![](app-slow.png)
In diagnostic details page, you can change the diagnostic time range with the controller at right top corner. To see more metrics or logs, toggle each diagnostic. There could be a 15-minute delay for metrics and logs.
![](app-slow-detail.png)
Some detectors also contain a related documentation to guide you the next step.
![](docs.png)