Feature request
Fatih, first thanks for the dashboard, its very useful.
I'm not sure if your still developing against it, if you are would you consider adding support for visualizing the payload size? In our application the payloads can be variable based on the underlying components that were interacting with. It would be great to see the message payloads size to understand if we are getting close to the max_payload config setting, possibly as a graph in the dashboard?
Thanks, Damian.
@damianoneill : I asked about it and told that there is no way to get message payload size currently. Some folks calculate it by "total message bytes / number of messages" but that's not what you need. I guess we need to wait for somebody to implement it (see https://github.com/nats-io/gnatsd/blob/master/server/monitor.go )