I know that jmeter has a listener that generates such a graph like so:
But i want this in a grafana dashboard, i am using the InfluxDbBackendListenerClient and these are my table columns in influxDB:
"columns": [
"time",
"application",
"avg",
"count",
"countError",
"endedT",
"hit",
"max",
"maxAT",
"meanAT",
"min",
"minAT",
"pct90.0",
"pct95.0",
"pct99.0",
"rb",
"responseCode",
"responseMessage",
"sb",
"startedT",
"statut",
"transaction"
],