Customization in gatling report name

Currently I am getting gatling report name as simulation class name -.I can change the basename passing system property but I dont want this autogenerated timestamp appending to that. is there any way to remove it completely or is there any way to append my unique identifier to it.

Thanks

It’s not possible.

As a general rule, you WANT the timestamp there to avoid collisions from two different runs. What are you trying to do that is made difficult by having the timestamp there?

I am trying to send gatling report link in grafana .Now while providing link thing in grafana I cannot use regular expression stuff so I need some kind of static stuff or predecided format by me .this dynamicstamp not allowing me to do that.