Skip to main content

MetricTP

No description

type MetricTP {
machine: business_machine
machineRef: Int!
metricKey: String!
subtype: String!
type: String!
}

Fields

MetricTP.machine ● business_machine object

The machine the event originates from.

MetricTP.machineRef ● Int! non-null scalar

A unique, numeric identifier for the machine.

MetricTP.metricKey ● String! non-null scalar

Each metric is globally identified by the combination of machineRef and metricKey.

MetricTP.subtype ● String! non-null scalar

The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.

MetricTP.type ● String! non-null scalar

The type of a metric as defined in the data mapping section of the machine's edit form. See the data catalog for more information.

Returned By

metric query ● metrics query

Member Of

business_machine object ● MachineTP object