mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update PromSettings tooltip grammar (#76627)
Trivial: Update PromSettings.tsx Fix wording and add missing '.'
This commit is contained in:
parent
51e49eaa20
commit
421461ec3f
@ -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) => {
|
||||
<InlineField
|
||||
label="Disable recording rules (beta)"
|
||||
labelWidth={PROM_CONFIG_LABEL_WIDTH}
|
||||
tooltip={<>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}
|
||||
|
Loading…
Reference in New Issue
Block a user