Agent side push string values as below
fileNames = "abc##cde"
agent.IAgent_getDataAccumulatorFactory()
.safeGetStringConstantDataAccumulator("Jobs|" + jobName + "|Test:pendingFiles", fileNames);
next 15 seconds change
fileNames = "abc"
agent.IAgent_getDataAccumulatorFactory()
.safeGetStringConstantDataAccumulator("Jobs|" + jobName + "|Test:pendingFiles", fileNames);
APM metric tree new pendingFiles metric value is not updated.
Release : SAAS
Component :
Make sure to use the correct metric type.