跳到主要内容

异常追踪单点数据

1. 卡顿详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/anr/trace

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_anr",
"metrics": [
"*"
],
"dimensions": [
"*"
],
"filters": [
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "id",
"value": [
15680470
],
"operator": "IN"
}
],
"limit": 1,
"render": "list",
"groupBy": false
}

2. 启动详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/ux/launch/trace/detail

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_ux_launch",
"metrics": [
"*"
],
"dimensions": [
"*"
],
"filters": [
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "id",
"value": [
343384019
],
"operator": "IN"
}
],
"render": "list",
"limit": 1,
"groupBy": false
}

3. 崩溃详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/crash/trace

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_crash",
"metrics": [
"*"
],
"dimensions": [
"*"
],
"filters": [
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "id",
"value": [
2856102
],
"operator": "IN"
}
],
"limit": 1,
"render": "list",
"groupBy": false
}

4. 操作详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/ux/action/trace/detail

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_ux_action",
"metrics": [
"*"
],
"dimensions": [
"*"
],
"filters": [
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "id",
"value": [
6293251220
],
"operator": "IN"
}
],
"render": "list",
"limit": 1,
"groupBy": false
}

5. 错误详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/network/request/error-trace

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timestamp": 1629859865000,
"id": 1111898258,
"mobileAppId": {{mobileAppId}}
}

6. 页面详情

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/ux/page/trace/detail

Headers:

KeyValue
Content-Typeapplication/json
Acceptapplication/json, text/plain, /

Body:

{
"timePeriod": {{timePeriod}},
"endTime": {{endTime}},
"datasource": "app_ux_view",
"metrics": [
"*"
],
"dimensions": [
"*"
],
"filters": [
{
"name": "mobileAppId",
"value": [
{{mobileAppId}}
],
"operator": "IN"
},
{
"name": "id",
"value": [
11939410976
],
"operator": "IN"
}
],
"render": "list",
"limit": 1,
"groupBy": false
}