grafana/public/app/plugins/datasource/prometheus
Patrick Hahn 606825703f Prometheus: Use overridden panel range as $_range instead of dashboard range (#17352)
The range variables get filled with the range from the query options,
not with the range in the timeSrv object. This means that panels that
use a relative time override get the correct values from the __range
variables.

Fixes #17102
2019-06-06 10:03:14 +02:00
..
components Fix: Adds context to list of keys that are not part of query (#17423) 2019-06-04 14:07:25 +02: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 Add pattern validation in configs (#16837) 2019-05-02 11:02:00 +02:00
snippets provide ace editor for external datasource plugin (#9224) 2017-09-13 09:29:53 +02:00
specs Prometheus: Use overridden panel range as $_range instead of dashboard range (#17352) 2019-06-06 10:03:14 +02:00
add_label_to_query.ts fix(prometheus): issue with click label to filter for recording rules in Explore 2019-05-09 13:54:48 +02: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 Prometheus: Use overridden panel range as $_range instead of dashboard range (#17352) 2019-06-06 10:03:14 +02:00
language_provider.ts Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
language_utils.ts Fix: Fetch histogram series from other api route (#16768) 2019-04-29 15:42:58 +02: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 Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02: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 DataSourceApi: add getCollapsedText(query) to DataSourceApi (#16482) 2019-04-10 09:31:32 -07:00
query_hints.ts Docs: fix grammar in query hint, tests, and documentation (#16444) 2019-04-10 10:12:57 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.ts refactor(data models): Renamed TableData to SeriesData (#16185) 2019-03-25 14:46:16 +01:00
types.ts Fix: Adds context to list of keys that are not part of query (#17423) 2019-06-04 14:07:25 +02: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/