Skip to content

Top List


An objective reflection of the relative strength of a certain category of things, concisely displaying the ascending or descending order of Top N or Bottom N rankings.

Use Cases

Can be used to display the ascending or descending order of a certain metric data, and to view the ranking of grouped data.

Chart Query

Supports four query methods:

  • Simple Query
  • Expression Query
  • DQL Query
  • Promql Query

The query defaults to built-in Top/Bottom functions, with four preset ranking quantities: 5, 10, 20, 100. You can also manually input the number of entries, up to a maximum of 100, and sort them in ascending or descending order based on the selected metric.

Note

If a conversion function not supported by the expression query is used in the simple query, it will not be carried over to the expression query after switching.

For more detailed explanations of chart query conditions, refer to Chart Query.

Chart Configuration

For more details, refer to Chart Configuration.