Hi there
Your Gatling config file need another piece of configuration :-)
data {
writers = [console, file, graphite]
graphite {
light = false host = "localhost"
port = 2003
protocol = "tcp"
rootPathPrefix = "gatling"
bufferSize = 8192
writePeriod = 1
}
}
The "data" section of the Gatling.config file gets the "graphite" item added to "console,file", this means that data from Gatling will be sent to "console", "file" and "graphite"
Graphite send data to InfluxDB
Please let me know if that worked 👍
Thanks
Jason