Cluster Member Paths

The cluster metrics scope is defined using a cluster path: site/cluster/machine/process/inference.

A cluster member in this context is a type of cluster node. The path is a hierarchy with specified names for types of the cluster node: site, cluster, machine, process. Below the process level, you can specify types of agents.

In the path specifying a type of cluster member, the members are specified as follows:

site/cluster
site/cluster/machine
site/cluster/machine/process
site/cluster/machine/process/inference
site/cluster/machine/process/query
site/cluster/machine/process/cache
site/cluster/machine/process/dashboard
site/cluster/machine/process/inference/*

Child Cluster Member Paths

In addition to the above values, when you are constructing a Child Cluster Member path in the Health Metric Rule Configuration panel, use a wild card character (*). Specific agent instances cannot be specified.

To reference all agents in the system, use the wildcard character after the process level: site/cluster/machine/process/*

To reference all agents of a particular type, add the type and then specify the wildcard character: site/cluster/machine/process/inference/*