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. |
||
---|---|---|
.. | ||
dashboards | ||
img | ||
partials | ||
snippets | ||
specs | ||
completer.ts | ||
config_ctrl.ts | ||
datasource.ts | ||
metric_find_query.d.ts | ||
metric_find_query.ts | ||
mode-prometheus.js | ||
module.ts | ||
plugin.json | ||
query_ctrl.ts | ||
README.md | ||
result_transformer.ts |
Prometheus Data Source - Native Plugin
Grafana ships with built in support for Prometheus, the open-source service monitoring system and time series database.
Read more about it here: