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 partner-portal

The number of occurrences within the specified period

Metric.total ● BigInteger! non-null scalar partner-portal

The sum of occurrences within the specified period

Metric.squares ● BigInteger! non-null scalar partner-portal

To Calculate standard deviation

Metric.min ● Long! non-null scalar partner-portal

The minimum occurrence

Metric.max ● Long! non-null scalar partner-portal

The maximum occurrence

Metric.mean ● Float! non-null scalar miscellaneous

The average occurrence

Metric.stdDev ● Float! non-null scalar miscellaneous

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

Member Of

DeployedApiCallSummaryData object

On this Page