somehow I dont catch the Spring-Integration Metrics Content. What I want to have is a statistical output about, how many message/second goes through a message channel, what is the min and the max throughput. If I use newTicketChannel.getSendRate(), then I become following output:
What is clear to me is N(number of Messages). Mean for me is the number of messages what have been progressed each second (?). But what is totally unclear to me are the values of min and max. I need something like, min=200, max=380 => means 200 was the lowest rate for the last minute, max 380 the last minute, or something like this.
How is the good practive way? Thanks in advance. :-)
