Back to Grafana

Refresh Picker

packages/grafana-ui/src/components/RefreshPicker/RefreshPicker.mdx

13.1.2825 B
Original Source

import { Meta, Canvas, ArgTypes } from '@storybook/addon-docs/blocks'; import { RefreshPicker } from './RefreshPicker'; import * as RefreshPickerStories from './RefreshPicker.story';

<Meta title="MDX|RefreshPicker" component={RefreshPicker} />

Refresh Picker

This component is used on dashboards to refresh visualizations. Grafana does not do this automatically, queries run on their own schedule according to the panel settings. Grafana cancels any pending requests when a new refresh is triggered.

The refresh icon: will immediately run the query and refresh the visualizations.

The down arrow: will display a list of refresh intervals. If one of them is selected the dashboard will regularly refresh according to that schedule.

<Canvas of={RefreshPickerStories.Examples} /> <ArgTypes of={RefreshPicker} />