Getting error on Grafana dashboard when trying to show Gatling results through Gatling Frontline

  • Grafana version -8.5.9 and operating system- Windows*

Trying to achieve:
Showing Gatling results on Grafana dashboard.
I am using Gatline Frontline. I have successfully added Gatling enterprise data source. And also I have added and imported the dashboard jsons.
But on dashboard its throwing me below errors.
1)Error for “Gatling Enterprise requests”:
Templating [scenario]
Error updating options: TypeError: Cannot read properties of undefined (reading ‘time’)

Templating [group]
Error updating options: TypeError: Cannot read properties of undefined (reading ‘time’)

Templating [requests]
Error updating options: Need to provide group for requests metric.
2)Error for “Gatling Enterprise Injectors & Users”


Templating [injector]
Error updating options: TypeError: Cannot read properties of undefined (reading ‘time’)

I tried running my Gatling frontline multiple times and also restarted the grafana services,still there is no luck.
I am new to Grafana. Please help me to generate the dashboard results.

Note : I am following this youtube video

what dashboard did you try to import? how old is it? those dashboards are added by community members. many of them go stale and there are no guarantees that they will work perfectly out of the box.

also: Can you inspect your raw request and response and then share it in a code-block?