A super metric is a mathematical formula that contains a combination of one or more metrics for one or more objects. With super metrics you can assess information more quickly when you are observing fewer metrics.

Where You Configure Super Metrics

From the left menu, click Configure and then click Super Metrics.

To view the details for a specific super metric, click the super metric from the list. The super metric details are displayed in the right-side panel. The super metric details include the assigned object types, formula and policies activated for the selected super metric.

Table 1. Configuration Options for Super Metrics
Option Description
Toolbar Use the toolbar selections to manage super metric options.
  • Add New Super Metric. Starts the Create Super Metric workspace.
  • Edit Selected Super Metric. Starts the Create Super Metric workspace.
  • Clone Selected Super Metric. Duplicates the super metric. Edit the clone or associate it with a different object type.
  • Delete Selected Super Metric.
  • Export Selected Super Metric. Exports a super metric to use in another VMware Aria Operations instance. See Exporting and Importing a Super Metric.
  • Import Super Metric. Imports a super metric to this VMware Aria Operations instance. See Exporting and Importing a Super Metric.
Super Metrics list Configured super metrics listed by name and formula description.

Enhancements to the Super Metric Functions

In the earlier implementation of aggregate functions in super metrics, you had to explicitly specify the Adapter Kind and Resource Kind in the formula.

Old Formula

count(${adaptertype=VMWARE, objecttype=HostSystem,attribute=badge|health, depth=1})

The new implementation of aggregate function provides a way to define a super-metric without explicitly specifying the Resource Kind. You can use "objecttype=*" in the super-metric formula which indicates you to consider all Resource Kinds having the specified attribute.

New Formula

count(${adaptertype=VMWARE, objecttype=*,attribute=badge|health, depth=1})
Note:

The explicit specification of "adaptertype" remains mandatory. However, "*" can be used only to select all Resource Kinds for the given Adapter Kind.