18 Feb 2020 12:29 PM
Hello,
I'm trying to chart the the response time and request count for an MQGET call for a particular Destination that is made multiple times within a transaction.
I was trying to do this with Custom Service Metrics but this only shows the count and response time for the transaction the MQGET calls were made in and not for the MQ call itself.
Is this possible in OneAgent, as it was something I could easily do in AppMon? Just to make this slightly more interesting the transaction the MQ call is made in is a CICS transaction.
Thanks
18 Feb 2020 06:08 PM
You can try to create request attribute on MQ.MQGET method and than try it that way.
You should be able than use it as splitting. Maybe this will give you what you need but I don’t have option right now to check it
Sebastian