|
|
@ -149,6 +149,9 @@ public class ChartInfoCollector extends AbstractPointCollector<ChartInfo> { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void checkTestChart(VanChart vanChart) { |
|
|
|
public void checkTestChart(VanChart vanChart) { |
|
|
|
|
|
|
|
if (!shouldCollectInfo()) { |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
boolean testChart = vanChart.isTestChart(); |
|
|
|
boolean testChart = vanChart.isTestChart(); |
|
|
|
ChartInfo chartInfo = chartInfoCacheMap.get(vanChart.getUuid()); |
|
|
|
ChartInfo chartInfo = chartInfoCacheMap.get(vanChart.getUuid()); |
|
|
|
chartInfo.setTestChart(testChart); |
|
|
|
chartInfo.setTestChart(testChart); |
|
|
|