grafana/public/app/plugins/datasource/prometheus
Stanislav Putrya 76ab0aa059 Add tracing headers for prometheus datasource (#16724)
Prometheus: Adds tracing headers for Prometheus datasource
2019-04-30 13:28:35 +02:00
..
components Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +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 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 Add tracing headers for prometheus datasource (#16724) 2019-04-30 13:28:35 +02:00
add_label_to_query.ts add PromQL keyword for adhoc filter (#16426) 2019-04-09 09:51:15 +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 Add tracing headers for prometheus datasource (#16724) 2019-04-30 13:28:35 +02:00
language_provider.ts Fix: Fetch histogram series from other api route (#16768) 2019-04-29 15:42:58 +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 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 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 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/