mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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. |
||
---|---|---|
.. | ||
completer_specs.ts | ||
datasource_specs.ts | ||
datasource.jest.ts | ||
metric_find_query.jest.ts | ||
result_transformer.jest.ts |