Skip to content

Commit f503c3c

Browse files
authored
Merge pull request #102 from flashcatcloud/rum-session-explorer
feat: update img
2 parents ee0e968 + 28c4c62 commit f503c3c

2 files changed

Lines changed: 20 additions & 16 deletions

File tree

flashduty/en/2. RUM/8. Best Practice/1. Distributed Tracing.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ After SDK configuration, you can configure trace jump settings in the applicatio
7575
In the configured jump link, the system will automatically replace ${trace_id} with the actual trace_id.
7676
:::
7777

78-
![2025-09-09-15-40-22](https://docs-cdn.flashcat.cloud/imges/png/138f9f58afbdf3a532f4e7d1ed8748ff.png)
78+
![2025-09-28-11-05-53](https://docs-cdn.flashcat.cloud/imges/png/276c49109792e198446aa8684241a8ab.png)
7979

8080
### 3. Backend Service Configuration
8181

@@ -123,7 +123,8 @@ After configuration, you can view corresponding trace information in the **View*
123123
2. Select a page view containing API calls
124124
3. View **Trace Information** in the view details
125125
4. Click the trace link to jump to the trace system to view detailed request chains
126-
![2025-09-19-14-54-17](https://docs-cdn.flashcat.cloud/imges/png/6a34dfabea8e5ed490bd1ea2024581e6.png)
126+
127+
![2025-09-28-11-07-23](https://docs-cdn.flashcat.cloud/imges/png/41e794a51c9481b465ab3961ccabd931.png)
127128

128129
### 2. Finding Resources by trace_id
129130

@@ -132,14 +133,15 @@ You can also search for resources in the explorer using trace_id:
132133
1. Enter trace_id in the explorer search bar
133134
2. View corresponding resources and view loading conditions
134135
3. Analyze the correlation between resource loading performance and backend API calls
135-
![2025-09-09-16-03-45](https://docs-cdn.flashcat.cloud/imges/png/0c283dc836389e1a7a94103ed586aaa8.png)
136136

137-
::: tip
138-
You can also query corresponding resources directly by appending parameters to the URL. Example URL:
139-
https://console.flashcat.cloud/rum/explorer?appid=${YOUR_APP_ID}&end=${END_TIME}&eventType=resource&queryStr=trace_id%3A${TRACE_ID}&start=${START_TIME}
137+
![2025-09-28-11-10-06](https://docs-cdn.flashcat.cloud/imges/png/2b9127e8b44edb14dee40b3d53403259.png)
140138

141-
Where start, end, and appid are optional parameters. If not provided, the current RUM default query application and time range will be reused. You can construct the URL according to your actual situation.
142-
:::
139+
::: tip
140+
You can also query corresponding resources directly by appending parameters to the URL. Example URL:
141+
https://console.flashcat.cloud/rum/explorer?appid=${YOUR_APP_ID}&end=${END_TIME}&eventType=resource&queryStr=trace_id%3A${TRACE_ID}&start=${START_TIME}
142+
143+
Where start, end, and appid are optional parameters. If not provided, the current RUM default query application and time range will be reused. You can construct the URL according to your actual situation.
144+
:::
143145

144146
### 3. End-to-End Issue Troubleshooting
145147

flashduty/zh/2. RUM/7. 最佳实践/1. 分布式追踪.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ SDK 配置完成后,可在应用管理页面进行 trace 跳转相关配置:
7474
::: tip
7575
在配置的跳转链接中,系统会自动将 ${trace_id} 替换为实际的 trace_id。
7676
:::
77-
78-
![2025-09-09-15-40-22](https://docs-cdn.flashcat.cloud/imges/png/138f9f58afbdf3a532f4e7d1ed8748ff.png)
77+
![2025-09-28-10-58-31](https://docs-cdn.flashcat.cloud/imges/png/69d508f989917d29febe0a6dee0421d7.png)
7978

8079
### 3. 后端服务配置
8180

@@ -123,7 +122,8 @@ tracestate: dd=s:1;o:rum
123122
2. 选择包含 API 调用的页面视图
124123
3. 在视图详情中查看 **Trace 信息**
125124
4. 点击 trace 链接可跳转至 trace 系统查看详细的请求链路
126-
![2025-09-19-14-54-17](https://docs-cdn.flashcat.cloud/imges/png/6a34dfabea8e5ed490bd1ea2024581e6.png)
125+
126+
![2025-09-28-11-01-59](https://docs-cdn.flashcat.cloud/imges/png/d5a89f4a202839c3beec05af0d43e11a.png)
127127

128128
### 2. 通过 trace_id 查找资源
129129

@@ -134,11 +134,13 @@ tracestate: dd=s:1;o:rum
134134
3. 分析资源加载性能与后端 API 调用的关联关系
135135
![2025-09-09-16-03-45](https://docs-cdn.flashcat.cloud/imges/png/0c283dc836389e1a7a94103ed586aaa8.png)
136136

137-
::: tip
138-
也可以通过在 url 上拼接对应的参数直接查询相应的 resource. url 示例:
139-
https://console.flashcat.cloud/rum/explorer?appid=${YOUR_APP_ID}&end=${END_TIME}&eventType=resource&queryStr=trace_id%3A${TRACE_ID}&start=${START_TIME}
140-
其中 start、end、appid 均为选填参数,若不传则会复用当前 rum 默认查询的应用和时间范围。您可按照实际情况进行 url 拼接。
141-
:::
137+
![2025-09-28-11-03-07](https://docs-cdn.flashcat.cloud/imges/png/654b88d7f24a15deeac35e0b83fdf7eb.png)
138+
139+
::: tip
140+
也可以通过在 url 上拼接对应的参数直接查询相应的 resource. url 示例:
141+
https://console.flashcat.cloud/rum/explorer?appid=${YOUR_APP_ID}&end=${END_TIME}&eventType=resource&queryStr=trace_id%3A${TRACE_ID}&start=${START_TIME}
142+
其中 start、end、appid 均为选填参数,若不传则会复用当前 rum 默认查询的应用和时间范围。您可按照实际情况进行 url 拼接。
143+
:::
142144

143145
### 3. 端到端问题排查
144146

0 commit comments

Comments
 (0)