I’ve set up influxdb and grafana, and the preconfigured Grafana dashboard at *https://grafana.com/dashboards/2587 seems to be partially working - simple http_req_duration shows data but “Virtual Users”, “Requests per Second”, etc are empty.
There doesn’t seem to be any advice as to how the data is stored so that I can play with the dashboard settings though.
Are you sure you setup the InfluxDB data source correctly? See the documentation.
There doesn’t seem to be any advice as to how the data is stored so that I can play with the dashboard settings though.
The data is stored in InfluxDB and is retrieved by Grafana. There is an example in the documentation for writing your own InfluxQL queries and you can see how the custom dashboard is built and edit that as needed, but for details it’s best to read the Grafana/InfluxDB documentation.
Not sure why you’re seeing that behavior with InfluxDB. I would instinctively blame Windows but you’re using Docker so it shouldn’t matter. It might be worth opening an issue on their tracker.
FWIW I do get results for the group by time query: