grafana/public/app/plugins/datasource/prometheus/specs
David 0d1f7c8782 Fix bar width issue in aligned prometheus queries (#12483)
* Fix bar width issue in aligned prometheus queries

This was broken because null values were filled in with unaligned times.

* use aligned times for result transformation
* add tests

An earlier version of this fix aligned the times again in the transformer, but
I think it's safe to only deal with aligned times in the response.

* Fixed prometheus heatmap tranformer test

The interval needs to be 1 to prevent step alignment.
2018-07-02 11:04:36 -07:00
..
completer_specs.ts Merge remote-tracking branch 'upstream/master' into update-xorm 2018-03-20 19:21:58 +01:00
datasource_specs.ts Changed Prometheus interval-alignment to cover whole panel range 2018-05-25 16:46:38 +02:00
datasource.jest.ts Fix bar width issue in aligned prometheus queries (#12483) 2018-07-02 11:04:36 -07:00
metric_find_query.jest.ts prometheus: convert metric find query tests to jest 2018-04-25 15:37:58 +02:00
result_transformer.jest.ts Fix bar width issue in aligned prometheus queries (#12483) 2018-07-02 11:04:36 -07:00