Protocol Extension
1. Time-consuming trend analysis
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Time-consuming Trend Analysis
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"metrics": [
"metricValue75"
],
"dimensions": [
"__time",
"op"
],
"filters": [
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"render": "chart",
"limit": -1,
"top": {
"metric": "metricCount",
"direction": "desc",
"dimensions": [
"op"
],
"limit": 5
}
}
Example Response: Time-consuming Trend Analysis
{
"series": [
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 3160
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 3160
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 6545
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 6545
}
],
"name": "type1",
"params": {
"op": "type1"
},
"type": "line",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 3175
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 3175
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 6545
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 6545
}
],
"name": "type3",
"params": {
"op": "type3"
},
"type": "line",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 3165
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 3165
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 6560
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 6560
}
],
"name": "type10",
"params": {
"op": "type10"
},
"type": "line",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 3160
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 3160
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 6560
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 6560
}
],
"name": "type11",
"params": {
"op": "type11"
},
"type": "line",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 3185
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 3185
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "ms",
"title": "duration",
"value": 6550
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 6550
}
],
"name": "type2",
"params": {
"op": "type2"
},
"type": "line",
"yAxis": 0,
"zIndex": 1
}
],
"yAxis": [
{
"opposite": false,
"tickUnit": "ms"
}
]
}
Status Code: 200
2. Failure rate trend analysis
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Failure Rate Trend Analysis
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"queryMetrics": [
{
"name": "errorCount",
"type": "tooltip"
},
{
"name": "metricCount",
"type": "tooltip"
},
{
"name": "errorRate"
}
],
"dimensions": [
"__time",
"op"
],
"filters": [
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"render": "chart",
"limit": -1,
"top": {
"metric": "metricCount",
"direction": "desc",
"dimensions": [
"op"
],
"limit": 5
}
}
Example Response: Failure Rate Trend Analysis
{
"series": [
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 792
},
{
"unit": "count",
"title": "traffic volume",
"value": 792
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 792
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 641
},
{
"unit": "count ",
"title": "traffic volume",
"value": 641
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 641
}
],
"name": "type1",
"params": {
"op": "type1"
},
"type": "column",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 792
},
{
"unit": "count",
"title": "Traffic volume",
"value": 792
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 792
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 641
},
{
"unit": "count",
"title": "Traffic volume",
"value": 641
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 641
}
],
"name": "type3",
"params": {
"op": "type3"
},
"type": "column",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 792
},
{
"unit": "count",
"title": "Traffic volume",
"value": 792
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 792
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 641
},
{
"unit": "count",
"title": "Traffic volume",
"value": 641
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 641
}
],
"name": "type10",
"params": {
"op": "type10"
},
"type": "column",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 792
},
{
"unit": "count",
"title": "Traffic volume",
"value": 792
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 792
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 641
},
{
"unit": "count",
"title": "Traffic volume",
"value": 641
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 641
}
],
"name": "type11",
"params": {
"op": "type11"
},
"type": "column",
"yAxis": 0,
"zIndex": 1
},
{
"data": [
{
"x": 1649656800000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 792
},
{
"unit": "count",
"title": "Traffic volume",
"value": 792
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:00--04-11 14:20"
},
"y": 792
},
{
"x": 1649658000000,
"tooltip": {
"data": [
{
"unit": "count",
"title": "failure count",
"value": 641
},
{
"unit": "count",
"title": "Traffic volume",
"value": 641
},
{
"unit": "%",
"title": "failure rate",
"value": 100
}
],
"title": "04-11 14:20--04-11 14:40"
},
"y": 641
}
],
"name": "type2",
"params": {
"op": "type2"
},
"type": "column",
"yAxis": 0,
"zIndex": 1
}
],
"yAxis": [
{
"opposite": false,
"tickUnit": "count"
}
]
}
Status Code: 200
3. List of data
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Data List
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"metrics": [
"metricCount",
"metricValue50",
"metricValue75",
"errorDeviceRate",
"availability",
"deviceCount"
],
"dimensions": [
"spanName",
"op"
],
"filters": [
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"orderByExprs": "metricCount desc",
"render": "list",
"limit": 1000
}
Example Response: Data List
[
{
"op": "type1",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3790,
"metricValue75": 5545,
"spanName": "name1"
},
{
"op": "type2",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3805,
"metricValue75": 5570,
"spanName": "name2"
},
{
"op": "type9",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3785,
"metricValue75": 5580,
"spanName": "name9"
},
{
"op": "type8",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3785,
"metricValue75": 5590,
"spanName": "name8"
},
{
"op": "type7",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3775,
"metricValue75": 5555,
"spanName": "name7"
},
{
"op": "type6",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3785,
"metricValue75": 5530,
"spanName": "name6"
},
{
"op": "type5",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3790,
"metricValue75": 5585,
"spanName": "name5"
},
{
"op": "type4",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3790,
"metricValue75": 5560,
"spanName": "name4"
},
{
"op": "type3",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3805,
"metricValue75": 5560,
"spanName": "name3"
},
{
"op": "type11",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3790,
"metricValue75": 5590,
"spanName": "name11"
},
{
"op": "type10",
"errorDeviceRate": "100",
"deviceCount": 1433,
"metricCount": 1433,
"availability": "0",
"metricValue50": 3785,
"metricValue75": 5595,
"spanName": "name10"
}
]
Status Code: 200
4. Card (fixed)
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Card (Fixed)
{
"metrics": [
"metricCount",
"TPM",
"errorRate",
"metricValue75"
],
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"filters": [
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "spanName",
"value": [
"name1"
]
},
{
"name": "op",
"value": [
"type1"
]
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"render": "object",
"limit": 1000
}
Example Response: Card (Fixed)
[
{
"TPM": {
"format": "1.64",
"label": "TPM",
"unit": "tpm",
"value": 1.6377142857142857
},
"metricCount": {
"format": "1433",
"label": "Traffic volume",
"unit": "count",
"value": 1433
},
"errorRate": {
"format": "100",
"label": "failure rate",
"unit": "%",
"value": 100
},
"metricValue75": {
"format": "5570",
"label": "duration",
"unit": "ms",
"value": 5570
}
}
]
Status Code: 200
5. Card (dynamic)
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Card (dynamic)
{
"metrics": [
"metricValue75"
],
"dimensions": [
"metric_type"
],
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"filters": [
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "spanName",
"value": [
"name1"
]
},
{
"name": "op",
"value": [
"type1"
]
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "!="
}
],
"render": "object",
"limit": 1000
}
Example Response: Card (dynamic)
[
{
"metric_type": "metric0",
"metricValue75": {
"format": "5570",
"label": "metric0",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric1",
"metricValue75": {
"format": "5570",
"label": "metric1",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric10",
"metricValue75": {
"format": "5570",
"label": "metric10",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric11",
"metricValue75": {
"format": "5570",
"label": "metric11",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric12",
"metricValue75": {
"format": "5570",
"label": "metric12",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric13",
"metricValue75": {
"format": "5575",
"label": "metric13",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric14",
"metricValue75": {
"format": "5575",
"label": "metric14",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric15",
"metricValue75": {
"format": "5575",
"label": "metric15",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric16",
"metricValue75": {
"format": "5570",
"label": "metric16",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric17",
"metricValue75": {
"format": "5575",
"label": "metric17",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric18",
"metricValue75": {
"format": "5570",
"label": "metric18",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric19",
"metricValue75": {
"format": "5570",
"label": "metric19",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric2",
"metricValue75": {
"format": "5570",
"label": "metric2",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric20",
"metricValue75": {
"format": "5570",
"label": "metric20",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric21",
"metricValue75": {
"format": "5570",
"label": "metric21",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric22",
"metricValue75": {
"format": "5575",
"label": "metric22",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric23",
"metricValue75": {
"format": "5570",
"label": "metric23",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric24",
"metricValue75": {
"format": "5570",
"label": "metric24",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric3",
"metricValue75": {
"format": "5575",
"label": "metric3",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric4",
"metricValue75": {
"format": "5570",
"label": "metric4",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric5",
"metricValue75": {
"format": "5570",
"label": "metric5",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric6",
"metricValue75": {
"format": "5575",
"label": "metric6",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric7",
"metricValue75": {
"format": "5570",
"label": "metric7",
"unit": "",
"value": 5570
}
},
{
"metric_type": "metric8",
"metricValue75": {
"format": "5575",
"label": "metric8",
"unit": "",
"value": 5575
}
},
{
"metric_type": "metric9",
"metricValue75": {
"format": "5570",
"label": "metric9",
"unit": "",
"value": 5570
}
}
]
Status Code: 200
6. Trend Analysis-Distribution Map
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/protocolextension/queryDurationHistogram
Example Request: Trend Analysis-Distribution Map
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"metrics": [
"metricValue75"
],
"dimensions": [],
"filters": [
{
"name": "spanName",
"value": [
"name1"
]
},
{
"name": "op",
"value": [
"type1"
]
},
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"render": "list",
"limit": 1000
}
Example Response: Trend Analysis-Distribution Map
{
"categories": [
"0~280ms",
"280~560ms",
"560~840ms",
"840~1120ms",
"1120~1400ms",
"1400~1680ms",
"1680~1960ms",
"1960~2240ms",
"2240~2520ms",
"2520~2800ms",
"2800~3080ms",
"3080~3360ms",
"3360~3640ms",
"3640~3920ms",
"3920~4200ms",
"4200~4480ms",
"4480~4760ms",
"4760~5040ms",
"5040~5320ms",
"5320~5600ms"
],
"params": [],
"series": [
{
"data": [
1.39,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.19,
5.28,
5.1
],
"name": "percentage",
"unit": "%"
},
{
"data": [
15,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
57,
55
],
"name": "count",
"unit": "count"
}
]
}
Status Code: 200
7. Trend Analysis-Quantile Chart
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/protocolextension/queryDurationQuantiles
Example Request: Trend Analysis-Quantile Chart
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_DATA",
"metrics": [
"metricValue5",
"metricValue10",
"metricValue25",
"metricValue50",
"metricValue75",
"metricValue90",
"metricValue95",
"metricValue100"
],
"dimensions": [],
"filters": [
{
"name": "spanName",
"value": [
"name1"
]
},
{
"name": "op",
"value": [
"type1"
]
},
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "metric_type",
"value": [
"duration"
],
"operator": "IN"
}
],
"render": "list",
"limit": 1000
}
Example Response: Trend Analysis-Quantile Chart
{
"categories": [
"P5",
"P10",
"P25",
"P50",
"P75",
"P90",
"P95",
"P100"
],
"params": [],
"series": [
{
"data": [
555,
915,
1990,
3785,
5570,
6645,
7005,
7360
],
"name": "duration",
"unit": "ms"
}
]
}
Status Code: 200
8. List of exception details
Endpoint:
Method: POST
Type: RAW
URL: {{host}}/adhoc/query
Example Request: Exception Details List
{
"timePeriod": 875,
"endTime": "2022-04-11 14:35:00",
"datasource": "APP_SPAN_SAMPLE_DATA",
"metrics": [
"metricValue"
],
"dimensions": [
"__time",
"user_id",
"app_version",
"carrier",
"data",
"description",
"device",
"device_id",
"device_version",
"geo_country",
"geo_region",
"geo_city",
"geo_county",
"ip",
"metrics",
"spanName",
"os",
"os_version",
"status_code",
"connect_type",
"host",
"host_ip",
"name",
"op",
"protocol",
"status"
],
"filters": [
{
"name": "spanName",
"value": [
"name1"
]
},
{
"name": "op",
"value": [
"type1"
]
},
{
"name": "app_id",
"value": [
7706
],
"operator": "IN"
},
{
"name": "status",
"value": [
-1
],
"operator": "="
}
],
"render": "list",
"groupBy": false,
"orderByExprs": "__time desc",
"limit": 1000
}
Example Response: Exception Details List
[
{
"device_version": "Mate 8",
"status_code": "502",
"app_version": "7.7.117(2.15.0)",
"data": "{"metric19":{"unit":"count","data":7360},"metric13":{"unit":"¥","data":7360},"metric14":{"unit":"kb/s","data":7360},"metric11":{"unit":"Mbps","data":7360},"metric12":{"unit":"kb/s","data":7360},"metric17":{"unit":"byte","data":7360},"metric18":{"unit":"byte","data":7360},"metric15":{"unit":"$","data":7360},"metric16":{"unit":"bit","data":7360},"duration":{"unit":"count","data":7360},"metric0":{"unit":"Mb/s","data":7360},"metric1":{"unit":"%","data":7360},"metric2":{"unit":"min","data":7360},"metric3":{"unit":"byte","data":7360},"metric4":{"unit":"count","data":7360},"metric20":{"unit":"byte","data":7360},"metric5":{"unit":"%","data":7360},"metric21":{"unit":"¥","data":7360},"metric6":{"unit":"min","data":7360},"metric7":{"unit":"$","data":7360},"metric8":{"unit":"min","data":7360},"metric9":{"unit":"$","data":7360},"ww":"task data info","metric24":{"unit":"%","data":7360},"metric22":{"unit":"ms","data":7360},"metric23":{"unit":"Mb/s","data":7360},"metric10":{"unit":"bit","data":7360}}",
"geo_region": "Heibei",
"metricValue": 7360,
"description": "task data message",
"protocol": "wss",
"geo_city": "Langfang",
"host": "jcloud-cdn.com",
"statusName": "failed",
"geo_county": "Sanhe",
"__time": 1649658400000,
"op": "type1",
"host_ip": "2409:8a02:4843:eb90:a418:3931:df09:98cc",
"device_id": 398452,
"os": "Android",
"ip": "172.16.2.96",
"os_version": "7.5",
"spanName": "name1",
"carrier": "",
"user_id": "3953805",
"geo_country": "China",
"connect_type": "WIFI",
"metrics": "{"metric19":{"unit":"count","data":7360},"metric13":{"unit":"¥","data":7360},"metric14":{"unit":"kb/s","data":7360},"metric11":{"unit":"Mbps","data":7360},"metric12":{"unit":"kb/s","data":7360},"metric17":{"unit":"byte","data":7360},"metric18":{"unit":"byte","data":7360},"metric15":{"unit":"$","data":7360},"metric16":{"unit":"bit","data":7360},"duration":{"unit":"count","data":7360},"metric0":{"unit":"Mb/s","data":7360},"metric1":{"unit":"%","data":7360},"metric2":{"unit":"min","data":7360},"metric3":{"unit":"byte","data":7360},"metric4":{"unit":"count","data":7360},"metric20":{"unit":"byte","data":7360},"metric5":{"unit":"%","data":7360},"metric21":{"unit":"¥","data":7360},"metric6":{"unit":"min","data":7360},"metric7":{"unit":"$","data":7360},"metric8":{"unit":"min","data":7360},"metric9":{"unit":"$","data":7360},"metric24":{"unit":"%","data":7360},"metric22":{"unit":"ms","data":7360},"metric23":{"unit":"Mb/s","data":7360},"metric10":{"unit":"bit","data":7360}}",
"device": "Huawei",
"status": -1
},
{
"device_version": "S7 Edge G9350",
"status_code": "-1005",
"app_version": "7.1.13(2.15.0)",
"data": "{"metric19":{"unit":"MB/s","data":7355},"metric13":{"unit":"¥","data":7355},"metric14":{"unit":"byte","data":7355},"metric11":{"unit":"¥","data":7355},"metric12":{"unit":"byte","data":7355},"metric17":{"unit":"kb/s","data":7355},"metric18":{"unit":"MB/s","data":7355},"metric15":{"unit":"bit","data":7355},"metric16":{"unit":"byte","data":7355},"duration":{"unit":"$","data":7355},"metric0":{"unit":"count","data":7355},"metric1":{"unit":"Mbps","data":7355},"metric2":{"unit":"kb/s","data":7355},"metric3":{"unit":"count","data":7355},"metric4":{"unit":"Mbps","data":7355},"metric20":{"unit":"count ","data":7355},"metric5":{"unit":"bit","data":7355},"metric21":{"unit":"min","data":7355},"metric6":{"unit":"MB/s","data":7355},"metric7":{"unit":"ms","data":7355},"metric8":{"unit":"kb/s","data":7355},"metric9":{"unit":"min","data":7355},"ww":"task data info","metric24":{"unit":"byte","data":7355},"metric22":{"unit":"MB/s","data":7355},"metric23":{"unit":"ms","data":7355},"metric10":{"unit":"count ","data":7355}}",
"geo_region": "Jiangsu",
"metricValue": 7355,
"description": "task data message",
"protocol": "wss",
"geo_city": "Huaian",
"host": "xundayun.cn",
"statusName": "failed",
"geo_county": "Huaiyin",
"__time": 1649658399000,
"op": "type1",
"host_ip": "2409:894c:c40:2d5e:d88f:3951:9fd0:a6bd",
"device_id": 398451,
"os": "Android",
"ip": "172.16.2.96",
"os_version": "9.1.2",
"spanName": "name1",
"carrier": "Neotel",
"user_id": "3991650",
"geo_country": "China",
"connect_type": "2G",
"metrics": "{"metric19":{"unit":"MB/s","data":7355},"metric13":{"unit":"¥","data":7355},"metric14":{"unit":"byte","data":7355},"metric11":{"unit":"¥","data":7355},"metric12":{"unit":"byte","data":7355},"metric17":{"unit":"kb/s","data":7355},"metric18":{"unit":"MB/s","data":7355},"metric15":{"unit":"bit","data":7355},"metric16":{"unit":"byte","data":7355},"duration":{"unit":"$","data":7355},"metric0":{"unit":"count","data":7355},"metric1":{"unit":"Mbps","data":7355},"metric2":{"unit":"kb/s","data":7355},"metric3":{"unit":"count","data":7355},"metric4":{"unit":"Mbps","data":7355},"metric20":{"unit":"count ","data":7355},"metric5":{"unit":"bit","data":7355},"metric21":{"unit":"min","data":7355},"metric6":{"unit":"MB/s","data":7355},"metric7":{"unit":"ms","data":7355},"metric8":{"unit":"kb/s","data":7355},"metric9":{"unit":"min","data":7355},"metric24":{"unit":"byte","data":7355},"metric22":{"unit":"MB/s","data":7355},"metric23":{"unit":"ms","data":7355},"metric10":{"unit":"count ","data":7355}}",
"device": "Samsung",
"status": -1
}
]
Status Code: 200