A List chart displays metric values in a two column list.

Create a List chart

  1. From the Dashboard 2.0, click + and select METRIC tile, and select List as the chart type.
  2. In the Query A, enter the PromQL query for the required metric. For example: system_disk_used_space
  3. Click Add Query to create another query field.
  4. In the Query B, enter the PromQL query for the required metric. For example: system_disk_free_space
  5. In the optional Label fields, provide label names. If you do not provide a name, by default, the labels will appear as Query A and Query B.
    • Sort the fields by ascending or descending order. Customize your charts using the options in the Visualization tab.
  6. Click Create.
    • The metric values are displayed in a two column list. The list provides information about different resources that match the query.

      Example:

      List Chart
    • To view two different metric values for the same resource side by side, configure the common attributes such as name and operating system information in the Legend field.

      Example:

      List Chart

Click the Legend field to redirect the visualization to the detailed view of the specific resource.

Refer to the Dashboard 2.0 section to learn more about creating dashboards.

Refer to the PromQL Query Builder section to learn in detail about using the PromQL query definitions.

List Visualization for Metric Tile

Text value display for resource and service availability

For the system_resource_availability_state and system_service_map_availability_state metrics, the status is displayed as both label (text) and numeric value. The following are the values:

  • Up
  • Down
  • Unknown
  • Degraded

By default, the status is shown as a text value. To view the status as a numeric value, clear the Show as label selection in the Visualization tab.

Show as Label Option

The text status display option is available for List, Gauge, and Honeycomb visualizations only.

system_resource_availability_state

The system_resource_availability_state metric monitors the availability of the resources and displays the status as a numeric or text value. The following are the available values:

  • 1 - Unknown
  • 3 - Down
  • 4 - Up

Sample Illustrations
The following are the sample illustrations for each visualization and its respective dashboard view:

LIST visualization

The following is the LIST visualization:

Resource Availability List View

LIST dashboard view
The following is the LIST dashboard view:

Resource Availability List Dashboard View

Text value display for resource and service availability

For the system_resource_availability_state and system_service_map_availability_state metrics, the status is displayed as both label (text) and numeric value. The following are the values:

  • Up
  • Down
  • Unknown
  • Degraded

By default, the status is shown as a text value. To view the status as a numeric value, clear the Show as label selection in the Visualization tab.

Show as Label Option

The text status display option is available for List, Gauge, and Honeycomb visualizations only.

system_resource_availability_state

The system_resource_availability_state metric monitors the availability of the resources and displays the status as a numeric or text value. The following are the available values:

  • 1 - Unknown
  • 3 - Down
  • 4 - Up

Sample Illustrations
The following are the sample illustrations for each visualization and its respective dashboard view:

LIST visualization

The following is the LIST visualization:

Resource Availability List View

LIST dashboard view
The following is the LIST dashboard view:

Resource Availability List Dashboard View

system_service_map_availability_state

The system_service_map_availability_state metric monitors the availability of the service maps and displays the status as a numeric or text value. The following are the available values:

  • 2 - Degraded
  • 3 - Down
  • 4 - Up

Sample Illustrations
The following are the sample illustrations for each visualization and its respective dashboard view:

LIST visualization

The following is the LIST visualization:

Service Map Availability List View

LIST dashboard view
The following is the LIST dashboard view:

Service Map Availability List Dashboard View

LIST visualization

The following is the LIST visualization with the inputs:

  • Metric A = system_resource_availability_state
  • Metric B = system_service_map_availability_state
  • Filters for:
    • Metric A = state = up
    • Metric B = state = up
  • Operations for:
    • Metric A = count
    • Metric B = avg
  • Legend for Metric A and B = {{uuid}}
  • Sort By = Descending
List Value Chart View

LIST dashboard view

The following is the LIST dashboard view:

List Value Dashboard View