String metric values now working
search cancel

String metric values now working

book

Article ID: 250130

calendar_today

Updated On:

Products

DX APM SaaS

Issue/Introduction

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.

Environment

Release : SAAS

Component :

Resolution

Make sure to use the correct metric type.