io.gatling.graphite.GraphiteDataWriter crashed

Hello

Sometimes with the same version of Gatling (3.5.0 or 3.5.1) i get for some Simulation this error :
The test is running properly but not Grafite data are send ton influx.

Simulation GatlingSimulation started…

[ERROR] i.g.c.s.w.ConsoleDataWriter - Internal error, scenario 'Test GatlingSimulation ’ has not been correctly initialized

[ERROR] i.g.g.GraphiteDataWriter - Actor io.gatling.graphite.GraphiteDataWriter@566294c7 crashed on message Some(UserStartMessage(Test GatlingSimulation ,1615475135210)) java.util.NoSuchElementException: key not found: GraphitePath(List(Test_ GatlingSimulation , users))

[ERROR] i.g.c.s.w.ConsoleDataWriter - Internal error, scenario 'Test GatlingSimulation ’ has not been correctly initialized

Any idea what i am missing

Regards

Have you tried removing the whitespace in your scenario name?

Hi Stephane

Thanks it works