grafana/public/app/plugins/datasource/prometheus
David 9008fcc790
fix(prometheus): Change aligment of range queries (#16110)
- future alignment cause issues with rate charts and the display of last
values
- this change modifies the alignment to use the last available aligned
end date and no longer possibly requests data from the future
2019-03-21 10:25:20 +01:00
..
components Bump Prettier version (#15532) 2019-02-19 15:41:35 +01:00
dashboards Update grafana_stats.json 2018-10-29 12:05:24 +01:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials fix: Add class for input fields with help icon to avoid icon hiding the text #15771 2019-03-06 14:45:13 +01:00
snippets provide ace editor for external datasource plugin (#9224) 2017-09-13 09:29:53 +02:00
specs fix(prometheus): Change aligment of range queries (#16110) 2019-03-21 10:25:20 +01:00
add_label_to_query.ts Explore: Logging label filtering 2018-11-28 14:20:10 +01:00
completer.ts Merge pull request #12251 from mtanda/prometheus_use_matchers_for_completion 2018-09-13 11:48:13 +02:00
config_ctrl.ts set default value of httpMethod 2018-03-12 13:53:05 +09:00
datasource.ts fix(prometheus): Change aligment of range queries (#16110) 2019-03-21 10:25:20 +01:00
language_provider.ts Merge pull request #14170 from grafana/davkal/explore-prometheus-range-sort 2018-11-23 19:22:24 +01:00
language_utils.ts Merge pull request #14104 from grafana/davkal/prometheus-rule-expansion 2018-11-19 15:11:09 +00:00
metric_find_query.d.ts (prometheus) add query result template query 2016-02-09 01:37:43 +09:00
metric_find_query.ts support /api/v1/labels 2019-02-07 13:59:42 +09:00
mode-prometheus.js prometheus editor: variable autocomplete support (PR #9988) 2018-03-15 20:17:51 +03:00
module.ts Make Explore plugin exports explicit 2018-10-30 14:38:34 +01:00
plugin.json cleanup plugin versions 2019-03-05 23:40:03 -08:00
promql.ts fixed promql and loggging syntax so all punctuation chars are treated the same, remove hover move 2018-12-04 14:57:01 +01:00
query_ctrl.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
query_hints.ts Added data source type to explore state 2019-01-17 19:17:29 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts update table data model 2019-03-20 09:45:19 -07:00
types.ts Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00

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:

http://docs.grafana.org/datasources/prometheus/