Waiting for engine...
Skip to main content

Metric

Indicates system of measurement to represent response duration, backend duration, bytes received and bytes sent.

type Metric {
count: Long!
total: BigInteger!
squares: BigInteger!
min: Long!
max: Long!
mean: Float!
stdDev: Float!
}

Fields​

Metric.count ● Long! non-null scalar platform {#count}

The number of occurrences within the specified period

Metric.total ● BigInteger! non-null scalar platform {#total}

The sum of occurrences within the specified period

Metric.squares ● BigInteger! non-null scalar platform {#squares}

To Calculate standard deviation

Metric.min ● Long! non-null scalar platform {#min}

The minimum occurrence

Metric.max ● Long! non-null scalar platform {#max}

The maximum occurrence

Metric.mean ● Float! non-null scalar miscellaneous {#mean}

The average occurrence

Metric.stdDev ● Float! non-null scalar miscellaneous {#std-dev}

The Standard deviation (measure of dispersion of a set of data from its mean).

Member Of​

DeployedApiCallSummaryData object

On this Page