Add a custom variable

    For example, if you have server names or region names that never change, then you might want to create them as custom variables rather than query variables. Because they do not change, you might use them in chained variables rather than other query variables. That would reduce the number of queries Grafana must send when chained variables are updated.

    1. Navigate to the dashboard you want to make a variable for and then click the Dashboard settings (gear) icon at the top of the page.
    2. On the Variables tab, click New.
    3. In the Type list, select Custom.
    4. (optional) In Label, enter the display name of the variable dropdown. If you don’t enter a display name, then the dropdown label will be the variable name.
    5. Choose a Hide option:
      • No selection (blank) - The variable dropdown displays the variable Name or Label value. This is the default.
      • Variable - No variable dropdown is displayed on the dashboard.

    Enter Custom Options

    1. In the Values separated by comma list, enter the values for this variable in a comma-separated list. You can include numbers, strings, or key/value pairs separated by a space and a colon. For example, .
    2. (optional) Enter .
    3. In Preview of values, Grafana displays a list of the current variable values. Review them to ensure they match what you expect.