From 421461ec3f58035792e2a086319b33f3ca63bb63 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Wed, 25 Oct 2023 18:57:21 +0200 Subject: [PATCH] Chore: Update PromSettings tooltip grammar (#76627) Trivial: Update PromSettings.tsx Fix wording and add missing '.' --- .../datasource/prometheus/configuration/PromSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx b/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx index ad4d2ba2d34..d310c804418 100644 --- a/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx +++ b/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx @@ -309,7 +309,7 @@ export const PromSettings = (props: Props) => { <> Set this to the type of your prometheus database, e.g. Prometheus, Cortex, Mimir or Thanos. Changing this field will save your current settings, and attempt to detect the version. Certain types of - Prometheus support or do not support various APIs. For example, some types support regex matching + Prometheus supports or does not support various APIs. For example, some types support regex matching for label queries to improve performance. Some types have an API for metadata. If you set this incorrectly you may experience odd behavior when querying metrics and labels. Please check your Prometheus documentation to ensure you enter the correct type. {docsTip()} @@ -459,7 +459,7 @@ export const PromSettings = (props: Props) => { This feature will disable recording rules Turn this on to improve dashboard performance} + tooltip={<>This feature will disable recording rules. Turn this on to improve dashboard performance} interactive={true} className={styles.switchField} disabled={options.readOnly}