ApmOperationListResponse
operations object[]
Array [
namestring
callsinteger<int64>
errorsinteger<int64>
error_pctnumber<double>
avg_msnumber<double>
p95_msnumber<double>
]
countinteger
ApmOperationListResponse
{
"operations": [
{
"name": "string",
"calls": 0,
"errors": 0,
"error_pct": 0,
"avg_ms": 0,
"p95_ms": 0
}
],
"count": 0
}
Was this page helpful?