应用性能管理 APM-查询行级别火焰图:响应示例

时间:2025-02-12 15:12:04

响应示例

状态码: 200

{  "data":[    100,    1000,    null,    [      [        700,        700,        0, 30, // 行号        []      ],      [        200,        200,        1,40, // 行号        []      ]    ]  ],  "methods":[    [      2, // method id      "com.huawei.foo",      "SampleService",      "doService",      "int,long,String",      true,  // 是否为用户方法      false  // 是否为native方法    ],    [      3,      "com.huawei.bar",      "SampleRemoteCall",      "sampleCallRemoteProcess",      "float,int",      true, // 是否为用户方法      false // 是否为native方法    ]  ]}
support.huaweicloud.com/api-apm/FlameLineTree.html