Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
ricoberger edited this page Apr 21, 2020 · 1 revision
width: <int>
type: <string>
title: <string>
queries: [ <query> ]
options: <options>
  • width: Width of the graph in the row. Must be a value between 0 and 100. The sum of all values in a row should be 100.
  • type: The type must be table for a table.
  • title: Title of the Graph.

Query

query: <string>
label: <string>
  • query: Query to retrieve the data from the selected datasource.
  • label: The label should be a returned label {{.RETUNRED_LABEL}}. It is used to join multiple queries to one row.

Options

decimals: <int>
columns: [ <column> ]
  • decimals: Number of decimals which should be shown for the values in the table.

Column

name: <string>
header: <string>
  • name: Name of the returned label which should be shown in the table.
  • header: Header which should be used for the label.
Clone this wiki locally