Gatling version: 3.15.0
Gatling flavor: java kotlin scala javascript typescript
Gatling build tool: maven gradle sbt bundle npm
Hello!
I’m creating Gatling (java) based performance tests for my app.
I’m wondering how can I gather custom metrics for each http request and send them to a third-party aggregator. Gemini suggests creating a custom class based on the DataWriter and adding it to the configuration via gatling.data.writers property.
The problem is that there is no documents or examples with someone doing this.
Is there any information about this?