I’m running Gatling tests from several instances. And I’d like to have real-time metrics, like RMP or amount of active users. I’ve set up Grafana with InfluxDb, but I can see results only from 1 instance, when the Gatling report shows 2.
Are the results from both instances stored in InfluxDB? Or they overwrite each other?
Is it possible to see the results from each instance and their aggregated sum?
All of your Gatling instances are sending their metrics to the same InfluxDB, correct? In that case you should see all of your data aggregated. You won’t have the ability to see it separated by Gatling instance. To see the results from each instance, you could group your requests and add an identifier to the group name that differs between instances. I don’t know how you would do that dynamically, at runtime, but it may be possible. Then in Grafana you could create dashboards that filter groups based on the identifier you assigned.