MQ metrics are being reported however the Errors Per Interval metrics under Frontends|Messaging Services (receive) node have non zero values when Messages Received Per Interval reports value 0 for all intervals.
Release : 20.x, 21.x,10.7
Component : APM Agents
This behaviour was expected due to the application nature. The application polls the queue for new messages and if it is empty gets a 2033 error - due to the way it is polled i.e. get next message
Customer circumvented the problem by configuring Error Detector to ignore 2033 errors by setting the following agent profile property
introscope.agent.errorsnapshots.ignore.0=*MQJE001: Completion Code '2', Reason '2033'.*