Hi all,
I saw in the code gatling\gatling-graphite\src\main\scala\io\gatling\graphite\GraphiteDataWriter.scala that only messages of requests and users are handled.
why not handle GroupMessage there? looks like it does’t require much effort.
and I believe in some cases, group level data is more useful than request level data.
I would like to know is there a plan to add a handler for group message in gatling graphite?
Thanks,