Pjsip show channelstats truncated ChannelId

Hi, a project I’m working on requires me to obtain the packetloss data for a given connection. We usually have many connections at any given time. One of the ways we can track these connection sis through ChannelId. By using pjsip show channelstats I am able to obtain a listing of every active ChannelId with its associated packet loss; however, the ChannelId is returned truncated to 18 characters.

Does anyone know a way around this, or have an alternative or more correct solution for monitoring packet loss in asterisk?