diff --git a/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx b/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx index 75883e4cef3..91c1c98e317 100644 --- a/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx +++ b/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx @@ -128,9 +128,12 @@ export class PromQueryEditor extends PureComponent {
+ An additional lower limit for the step parameter of the Prometheus query and for the{' '} + $__interval variable. The limit is absolute and not modified by the "Resolution" setting. + + } > Min step diff --git a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap b/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap index d2dedc0392e..9723b983c4d 100644 --- a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap +++ b/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap @@ -44,9 +44,16 @@ exports[`Render PromQueryEditor with basic options should render 1`] = ` className="gf-form" > + An additional lower limit for the step parameter of the Prometheus query and for the + + + $__interval + + variable. The limit is absolute and not modified by the "Resolution" setting. + + } width={7} > Min step diff --git a/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx b/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx index d3b3f80a2e0..d56f226dc8e 100644 --- a/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx +++ b/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx @@ -34,8 +34,7 @@ export const PromSettings = (props: Props) => { validationEvents={promSettingsValidationEvents} /> } - tooltip="Set this to your global scrape interval defined in your Prometheus config file. This will be used as a lower limit for the - Prometheus step query parameter." + tooltip="Set this to the typical scrape and evaluation interval configured in Prometheus. Defaults to 15s." />