requestChart and responseChart in Request Details Page

hey,

I’m just curious, from the RequestDetailsReportGenerator.scala i found these lines are setting up a request or response chart:

https://github.com/excilys/gatling/blob/master/gatling-charts/src/main/scala/io/gatling/charts/report/RequestDetailsReportGenerator.scala#L50

https://github.com/excilys/gatling/blob/master/gatling-charts/src/main/scala/io/gatling/charts/report/RequestDetailsReportGenerator.scala#L63

def requestsChartComponent: Component = {

def responsesChartComponent: Component = {

but in actual report, i dont see them. There are only response time and distribution chart. even gatling site sample report is showing the same thing: http://gatling-tool.org/sample/req_home_redirect_1.html.

Ideas? is this expected?

Thanks!

Those are in Gatling 2 snapshot.

im using snapshot version of Jan 30th. I dont see those graphs in my report, maybe latest snapshot version will have it?

i only see indicators, statistics, Response time, response time distribution, latency, and response time scatter…

Thanks,

Yep, grab a fresh snapshot.