卡顿分析

1. TOP5操作系统

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/top-dimension/anr

Headers:

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

Query params:

Key Value
sort exception

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "dimensions": [
        "osId",
        "osVersionId"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list",
    "limit": 5
}

2. TOP5渠道

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/top-dimension/anr

Headers:

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

Query params:

Key Value
sort exception

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "dimensions": [
        "channelId"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list",
    "limit": 5
}

3. TOP5版本

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/top-dimension/anr

Headers:

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

Query params:

Key Value
sort exception

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "dimensions": [
        "mobileAppVersionId"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list",
    "limit": 5
}

4. TOP5设备型号

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/top-dimension/anr

Headers:

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

Query params:

Key Value
sort exception

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "dimensions": [
        "manufacturerId",
        "manufacturerModelId"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list",
    "limit": 5
}

5. 卡顿-信息卡片

Endpoint:

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

Headers:

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

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list"
}

6. 卡顿列表

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/exception/list-top

Headers:

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

Query params:

Key Value
type 2
status -1

Body:

{
    "mobileAppId": {{mobileAppId}},
    "type": "anr",
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "agentType": 2,
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "datasource": "app_anr",
    "metrics": [
        "exceptionCount",
        "didCount",
        "maxTime",
        "minTime"
    ],
    "dimensions": [
        "mobileAnrId"
    ],
    "orderByExprs": "exceptionCount desc",
    "render": "list",
    "limit": 1000
}

7. 卡顿次数趋势

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/adhoc/query/zero-filling

Headers:

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

Query params:

Key Value
label trendChartData

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "metrics": [
        "anrCount"
    ],
    "dimensions": [
        "timeStr"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        },
        {
            "name": "moduleType",
            "value": [
                2
            ],
            "operator": "IN"
        }
    ],
    "render": "list"
}

8. 卡顿率趋势

Endpoint:

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

Headers:

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

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "dimensions": [
        "timeStr"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        }
    ],
    "render": "list"
}

9. 影响用户数趋势

Endpoint:

Method: POST
Type: RAW
URL: {{host}}/adhoc/query/zero-filling

Headers:

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

Query params:

Key Value
label trendChartData

Body:

{
    "timePeriod": {{timePeriod}},
    "endTime": {{endTime}},
    "datasource": "APP_EXCEPTION_DATA",
    "metrics": [
        "exceptionDeviceCount"
    ],
    "dimensions": [
        "timeStr"
    ],
    "filters": [
        {
            "name": "mobileAppId",
            "value": [
                {{mobileAppId}}
            ],
            "operator": "IN"
        },
        {
            "name": "moduleType",
            "value": [
                2
            ],
            "operator": "IN"
        }
    ],
    "render": "list"
}
© 2007-2024 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2023-11-07 10:58

results matching ""

    No results matching ""