grafana/public/app/plugins/datasource/prometheus
Alex Khomenko 3b515e650c
Grafana-UI: Update React Hook Form to v7 (#33328)
* Update hook form

* Update Form component

* Update ChangePassword.tsx

* Update custom types

* Update SaveDashboardForm

* Update form story

* Update FieldArray.story.tsx

* Bump hook form version

* Update typescript to v4.2.4

* Update ForgottenPassword.tsx

* Update LoginForm.tsx

* Update SignupPage.tsx

* Update VerifyEmail.tsx

* Update AdminEditOrgPage.tsx

* Update UserCreatePage.tsx

* Update BasicSettings.tsx

* Update NotificationChannelForm.tsx

* Update NotificationChannelOptions.tsx

* Update NotificationSettings.tsx

* Update OptionElement.tsx

* Update AlertRuleForm.tsx

* Update AlertTypeStep.tsx

* Update AnnotationsField.tsx

* Update ConditionField.tsx

* Update ConditionsStep.tsx

* Update GroupAndNamespaceFields.tsx

* Update LabelsField.tsx

* Update QueryStep.tsx

* Update RowOptionsForm.tsx

* Update SaveDashboardAsForm.tsx

* Update NewDashboardsFolder.tsx

* Update ImportDashboardForm.tsx

* Update DashboardImportPage.tsx

* Update NewOrgPage.tsx

* Update OrgProfile.tsx

* Update UserInviteForm.tsx

* Update PlaylistForm.tsx

* Update ChangePasswordForm.tsx

* Update UserProfileEditForm.tsx

* Update TeamSettings.tsx

* Update SignupInvited.tsx

* Expose setValue from the Form

* Update typescript to v4.2.4

* Remove ref from field props

* Fix tests

* Revert TS update

* Use exact version

* Update latest batch of changes

* Reduce the number of strict TS errors

* Fix defaults

* more type error fixes

* Update CreateTeam

* fix folder picker in rule form

* fixes for hook form 7

* Update docs

Co-authored-by: Domas <domasx2@gmail.com>
2021-04-29 16:54:38 +03:00
..
components Grafana-UI: Update React Hook Form to v7 (#33328) 2021-04-29 16:54:38 +03:00
configuration Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
dashboards prometheus grafana dashboard: use newer info metric (#27240) 2020-09-24 21:10:57 +02:00
img docs: updated whatsnew 2018-01-31 09:41:49 +01:00
partials Prometheus: Add tooltip to explain possibility to use patterns in text and title fields in annotations (#30825) 2021-02-02 20:59:02 +01:00
add_label_to_query.test.ts Prometheus: Fix issues with ad-hoc filters (#30931) 2021-02-10 14:02:42 +01:00
add_label_to_query.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
datasource.test.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
datasource.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
language_provider.test.ts Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207) 2021-04-16 17:06:33 +02:00
language_provider.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
language_utils.test.ts Prometheus: Fix autocomplete does not work on incomplete input (#29854) 2021-01-08 18:31:21 +01:00
language_utils.ts Loki: Remove $__rate_interval from LogQL autocomplete (#31825) 2021-03-11 09:26:15 +01:00
metric_find_query.test.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
metric_find_query.ts Prometheus: Support POST in template variables (#33321) 2021-04-27 16:16:48 +02:00
module.test.ts Prometheus: Fixes default step value for annotation query (#21934) 2020-02-05 16:40:37 +01:00
module.ts Dashboards: Adds cheat sheet toggle to supported query editors (#28857) 2021-01-19 23:52:09 +01:00
plugin.json Fix deleting prom rules endpoints via ds_proxy (#33491) 2021-04-29 10:20:51 +03:00
promql.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
promql.ts Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207) 2021-04-16 17:06:33 +02:00
query_hints.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
query_hints.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
result_transformer.test.ts Prometheus: align exemplars check to latest api change (#32513) 2021-03-30 19:34:08 +02:00
result_transformer.ts Prometheus: Show only graph for range queries in Explore (#32489) 2021-04-07 13:38:47 +02:00
types.ts Prometheus: align exemplars check to latest api change (#32513) 2021-03-30 19:34:08 +02:00
variables.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +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/