123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "apmTxLink": {
- "dataTime": "2022-10-28 09:05:00",
- "intervalUnit": "MI",
- "intervalValue": 5,
- "txEndPointName": "事务发起所属端点",
- "txServiceCode": "事务发起所属服务",
- "txCmdbId": "事务发起所属系统",
- "srcApmEndpointName": "源服务端点",
- "srcApmServiceCode": "链路源服务",
- "srcAppCmdbId": "源服务所属系统",
- "destNodeType": "HTTP",
- "destApmEndpointName": "/api/queryService",
- "destAppCmdbId": "目标服务所属系统",
- "peer": "192.168.1.2:8080",
- "APMServiceCallCount": "1000",
- "APMServiceErrorCount": "99",
- "APMServiceAvgResponseTime": "156",
- "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"
- }
- ]
- },
- "linkType": "tx",
- "secZoneId": "40003102"
- }
|