123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "npmSpan": {
- "traceId": "traceId",
- "fromIp": "fromIp",
- "fromPort": "fromPort",
- "toIp": "toIp",
- "toPort": "toPort",
- "referUrl": "http://ip:port/monitor/ui/page1",
- "url": "http://ip:port/api/monitor/ms/test",
- "apmServiceCode": "app-monitor-ms",
- "uri": "/api/monitor/ms/test",
- "startTime": 1667282416899,
- "endTime": 1667282416899,
- "success": true,
- "statusCode": "200",
- "errorMsg": "",
- "netMetric": [
- {
- "metricCode": "NetTotalRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendRate",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvDroppedPacketsRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendDroppedPacketsRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetDroppedPacketsTotalRatio",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetTotalFlow",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvDroppedPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendDroppedPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetDroppedPacketsTotalNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetRecvPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetSendPacketsNum",
- "success": true,
- "metricValue": "123"
- },
- {
- "metricCode": "NetPacketsTotalNum",
- "success": true,
- "metricValue": "123"
- }
- ],
- "tag": [
- {
- "key": "tcpName",
- "value": "tcpName"
- }
- ]
- },
- "msgType": "npm",
- "secZoneId": "40003102"
- }
|