grafana/docs/sources/panels/query-a-data-source/add-a-query.md
Christopher Moyer 449c608ef1
Docs/panel refactor (#43569)
* new refactored panel docs

* fixed links

* removed xtra sharing link, added links to panel display option tasks

* fixed typo

* add aliases

* incorporate PM feedback

* intermediate commit to resolve merge conflict

* final changes to resolve merge conflicts
2022-01-18 15:06:27 -06:00

1.1 KiB

+++ title = "Add a query" weight = 30 aliases = ["/docs/sources/panels/query-a-data-source/add-a-query/"] +++

Add a query

A query returns data that Grafana visualizes in dashboards. When you create a panel, Grafana automatically selects the default data source.

Before you begin

  • Add a data source.
  • Ensure that you know the query language of the data source.
  • [Add a panel]({{< relref "../working-with-panels/add-panel.md" >}}).

To add a query:

  1. Edit the panel to which you are adding a query.

  2. Click the Query tab.

  3. Click the Data source drop-down menu and select a data source.

  4. Click Query options to configure the maximum number of data points returned by the query and how frequently you want the query to request data from the data source.

    For more information about query options, refer to [Reference: Query options]({{< relref "../reference-query-options.md" >}}).

  5. Write the query.

  6. Click Apply.

The system queries the data source and presents the data in the visualization.