grafana/public/app/plugins/datasource/prometheus
Torkel Ödegaard 8de10a8b9f
Field: UI & Code consistency Title -> Display name (#24507)
* Field: Change getFieldTitle to getFieldDisplayNamne and change the NAME of the title field config from Title to Display name

* Review feedback

* fixed unit tests

* Rename fieldConfig.title to displayName

* Fixed tests

* Added migration

* Renamed getFrameDisplayTitle to getFrameDisplayName
2020-05-12 13:52:53 +02:00
..
components Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +02:00
configuration Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +02:00
dashboards Datasources: Update dashboards (#22476) 2020-03-11 10:56:45 +01:00
img
partials Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
add_label_to_query.test.ts Loki: Fix label matcher for log metrics queries (#24238) 2020-05-04 18:16:54 +02:00
add_label_to_query.ts Loki: Fix label matcher for log metrics queries (#24238) 2020-05-04 18:16:54 +02:00
datasource.test.ts Field: UI & Code consistency Title -> Display name (#24507) 2020-05-12 13:52:53 +02:00
datasource.ts Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +02:00
language_provider.test.ts Prometheus: Fix label value suggestion (#21294) 2019-12-31 08:56:57 +01:00
language_provider.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +02:00
language_utils.test.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +02:00
language_utils.ts Prometheus: Add metadata for summary metrics (#24201) 2020-05-07 12:02:45 +02:00
metric_find_query.d.ts
metric_find_query.test.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
metric_find_query.ts Fixing issue 16090 where Grafana uses illegal characters in requests … (#21447) 2020-03-24 17:02:50 +01:00
module.test.ts Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
module.ts Datasource: updates PromExploreQueryEditor to prevent it from throwing error on edit (#21605) 2020-02-06 12:37:30 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
query_hints.test.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
query_hints.ts Prometheus: Do not show rate hint when increase function is applied (#21955) 2020-02-06 12:56:53 +01:00
README.md
result_transformer.test.ts Prometheus: Fix for prometheus legend formats for instant time series queries (#24407) 2020-05-08 07:59:35 +02:00
result_transformer.ts Prometheus: Show results of instant queries only in table (#24508) 2020-05-11 22:47:15 +02:00
types.ts Prometheus: Add off switch for metric/label name lookup (#24034) 2020-05-05 18:02:55 +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/