异常追踪单点数据

1. 卡顿详情

Endpoint:

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

Headers:

Key Value
Content-Type application/json
Accept application/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:

Key Value
Content-Type application/json
Accept application/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:

Key Value
Content-Type application/json
Accept application/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:

Key Value
Content-Type application/json
Accept application/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:

Key Value
Content-Type application/json
Accept application/json, text/plain, /

Body:

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

6. 页面详情

Endpoint:

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

Headers:

Key Value
Content-Type application/json
Accept application/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
}
© 2007-2024 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2024-05-28 15:01

results matching ""

    No results matching ""