Skip to content

Index

Chart types

Following chart types are supported:

  1. Area
  2. Area stacked
  3. Line
  4. Vertical Bar
  5. Horizontal bar
  6. Vertical Bar stacked
  7. Horizontal bar stacked
  8. Heatmap
  9. Geo map
  10. Pie
  11. Donut
  12. Gauge
  13. Metric text / Single stat
  14. Table

Dashboard variables

Dashboard variables are used to make dashboards interactive. They can be used to filter data based on certain aspects e.g. host name, kubernetes namespace, etc.

You must define dashboard variables at dashboard level and then use them on each chart within the dashboard. This allows for filtering data across multiple charts using the same variable. These variables can be used in both SQL based charts or PromQL based charts together in a single dashboard.

There are 2 kinds of variables:

  1. Static variables
  2. Dynamic variables

Below is an example of a dashboard with a filter:

Dashboard with filter