After enabling the Java Agent, we are getting the below message in the Agent log continuously. What changes are required to resolve this issue?
[WARN] [IntroscopeAgent.ErrorFeature] decorateTransactionsWithError fails with null tcs. need to configure a tracer that creates tcs
DX APM Agents
You can follow the below 2 suggestions
1) Increase the below Agent clamps in the IntroscopeAgent.profile
introscope.agent.metricClamp=
introscope.agent.transactiontrace.componentCountClamp=
2 ) If the problem persists, disable errordetector as below
introscope.agent.errorsnapshots.enable=false