[Change]
增加APM上报pad唯一标记 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user