You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/profiler/automated_analysis.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,25 +28,22 @@ Automated Analysis automatically detects performance issues in your applications
28
28
29
29
This reduces the profiling expertise needed to identify and resolve performance issues in your applications that might otherwise go unnoticed.
30
30
31
-
{{< img src="profiler/profiling_automated_analysis.png" alt="The Profiler Thread Time line showing a Thrown Exception insight" style="width:100%;" >}}
31
+
{{< img src="profiler/profiling_automated_analysis_thread_timeline.png" alt="The Profiler Thread Time line showing a Thrown Exception insight" style="width:100%;" >}}
32
32
33
33
## Explore insights
34
34
Access Automated Analysis from the [Profile explorer][1]. Insights are displayed:
35
35
36
-
- In the **Insights** banner at the top of the page when you're scoped to a specific service
37
-
{{< img src="profiler/profiling_automated_analysis_banner.png" alt="The Automated Analysis banner displaying insights detected for a given service" style="width:100%;">}}
38
-
39
-
- In the **Insights** banner when the service list is displayed
40
-
{{< img src="profiler/profiling_automated_analysis_column.png" alt="The Automated Analysis banner displaying insights detected for a given service list" style="width:100%;">}}
36
+
- In the **Insights** section at the top of the page
37
+
{{< img src="profiler/profiling_automated_analysis_section.png" alt="The Automated Analysis banner displaying insights detected for a given service" style="width:100%;">}}
41
38
42
39
- Within a flame graph view
43
-
{{< img src="profiler/profiling_automated_analysis_flamegraph_viz.png" alt="The Automated Analysis column displaying insights detected for a given service within a flamegraph" style="width:100%;">}}
40
+
{{< img src="profiler/profiling_automated_analysis_flamegraph.png" alt="The Automated Analysis column displaying insights detected for a given service within a flamegraph" style="width:100%;">}}
44
41
45
42
- Within a timeline view
46
-
{{< img src="profiler/profiling_automated_analysis.png" alt="The Automated Analysis column displaying insights detected for a given service within a timeline" style="width:100%;">}}
43
+
{{< img src="profiler/profiling_automated_analysis_thread_timeline.png" alt="The Automated Analysis column displaying insights detected for a given service within a timeline" style="width:100%;">}}
47
44
48
45
Click an insight to see a high-level summary that explains the issue, contextual insights from profiling data, and recommended next steps.
49
-
{{< img src="profiler/profiling_automated_analysis_details.png" alt="Expanded Profiling Insights showing the details of a detected Issue" style="width:100%;">}}
46
+
{{< img src="profiler/profiling_automated_analysis_detail.png" alt="Expanded Profiling Insights showing the details of a detected Issue" style="width:100%;">}}
[Profile Explorer][1]에서 Automated Analysis에 액세스합니다. 다음 인사이트가 표시됩니다.
35
35
36
36
- 특정 서비스로 범위가 지정되면 Page 상단의 **Top Insights** 배너에서 다음을 확인할 수 있습니다.
37
-
{{< img src="profiler/profiling_automated_analysis_banner.png" alt="Automated Analysis 배너, 지정된 서비스에 대해 탐지된 인사이트가 표시됨" style="width:100%;">}}
38
-
39
-
- 서비스 목록의 **Insights** 열에 다음과 같이 표시됩니다.
40
-
{{< img src="profiler/profiling_automated_analysis_column.png" alt="Automated Analysis 열, 서비스 목록 내 지정된 서비스와 관련하여 탐지된 인사이트가 표시됨" style="width:100%;">}}
37
+
{{< img src="profiler/profiling_automated_analysis_section.png" alt="Automated Analysis 배너, 지정된 서비스에 대해 탐지된 인사이트가 표시됨" style="width:100%;">}}
41
38
42
39
- 플레임 그래프 보기 내에서는 다음과 같이 표시됩니다.
43
-
{{< img src="profiler/profiling_automated_analysis_flamegraph_viz.png" alt="Automated Analysis 열, 플레임 그래프 내의 지정된 서비스와 관련하여 탐지된 인사이트가 표시됨" style="width:100%;">}}
40
+
{{< img src="profiler/profiling_automated_analysis_flamegraph.png" alt="Automated Analysis 열, 플레임 그래프 내의 지정된 서비스와 관련하여 탐지된 인사이트가 표시됨" style="width:100%;">}}
44
41
45
42
- 타임라인 보기 내에서는 다음과 같이 표시됩니다.
46
-
{{< img src="profiler/profiling_automated_analysis.png" alt="Automated Analysis 열, 타임라인 내 지정된 서비스에 대해 탐지된 인사이트가 표시됨" style="width:100%;">}}
43
+
{{< img src="profiler/profiling_automated_analysis_thread_timeline.png" alt="Automated Analysis 열, 타임라인 내 지정된 서비스에 대해 탐지된 인사이트가 표시됨" style="width:100%;">}}
47
44
48
45
인사이트를 클릭하면 문제를 설명하는 개괄적 요약, 프로파일링 데이터의 상황별 인사이트, 권장 다음 단계를 확인할 수 있습니다.
49
-
{{< img src="profiler/profiling_automated_analysis_details.png" alt="감지된 문제의 세부 사항을 보여주는 확장 프로파일링 인사이트" style="width:100%;">}}
46
+
{{< img src="profiler/profiling_automated_analysis_detail.png" alt="감지된 문제의 세부 사항을 보여주는 확장 프로파일링 인사이트" style="width:100%;">}}
50
47
51
48
## 지원되는 인사이트
52
49
@@ -71,4 +68,4 @@ Automated Analysis는 다음 인사이트를 확인할 수 있도록 지원합
0 commit comments