Prometheus - Table - Timestamps not being used for time column

Hi All,

Quick intro details:
Grafana 4.6.1-1
Prometheus 2.0
Configuration is basic, I’m only querying for a metric by job name - No functions applied.
Type of metric is table, table transform is table.

What I’m trying to do:
I’m trying to get a basic table which shows timestamps, values and any other details prometheus returns.
However, I’ve noticed that the timestamps are every second, despite values being scraped on prometheus every 15 seconds.

If I look at the query inspector results, the timestamps returned by prometheus are correct, but Grafana doesn’t seem to be using them.

Adjusting step, simply spaces the times out but again in no respect to actual timestamps on entries returned from prometheus.

Am I doing something wrong here?
Anyone else seeing this?

Thanks,

Jason

I’ve also tried this with Prometheus 1.8.2 and the same is present.