增加APM上报pad唯一标记

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-28 20:43:40 +08:00
parent 5133e98130
commit 222491d70c

View File

@@ -68,7 +68,7 @@ public class ApmCrashReportProvider implements ITestCrashReportProvider {
HashMap<String, Double> metric = new HashMap<>(); HashMap<String, Double> metric = new HashMap<>();
//指标值 //指标值
metric.put("Devices_ID_metric", (double) 100); metric.put("Devices_ID_metric", (double) 100);
ApmInsightAgent.monitorEvent("event1", dimension, metric); ApmInsightAgent.monitorEvent("Devices_ID_EVENT", dimension, metric);
} }
/** /**