From fb690941f614f0e05ebb01f8a7cbe57134d896f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 30 Nov 2021 18:50:58 +0800 Subject: [PATCH] Highlight profiling blogs (#8214) --- docs/en/ui/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md index 3da5523b5a..79c7596fb5 100644 --- a/docs/en/ui/README.md +++ b/docs/en/ui/README.md @@ -91,6 +91,9 @@ Since SkyWalking provides distributed agents, trace query is a key feature. ## Profile Profile is an interactive feature. It provides method-level performance diagnoses. +Make sure you have read the blog [**Apache SkyWalking: Use Profiling to Fix the Blind Spot of Distributed Tracing**](https://skywalking.apache.org/blog/2020-04-13-apache-skywalking-profiling/) first. +If you are using Python agent, the blog [**Python Agent Supports Profiling**](https://skywalking.apache.org/blog/2021-09-12-skywalking-python-profiling/) should be read too. + To start profile analysis, you need to create a profile task: -- GitLab