AggregatedMetricMeasurements
Aggregated measurements for a metric query.
type AggregatedMetricMeasurements {
aggrFunction: String
currTotalAggr: Float
measurementUnit: String
measurements: [MetricMeasurement]!
metricDisplayName: String
metricName: String!
prevTotalAggr: Float
queryId: String!
resolution: Int
}
Fields
AggregatedMetricMeasurements.aggrFunction ● String scalar common
The aggregation function applied to the metric.
AggregatedMetricMeasurements.currTotalAggr ● Float scalar common
The aggregated total for the current period.
AggregatedMetricMeasurements.measurementUnit ● String scalar common
The unit of measurement.
AggregatedMetricMeasurements.measurements ● [MetricMeasurement]! non-null object common
The measurements returned for the query.
AggregatedMetricMeasurements.metricDisplayName ● String scalar common
The display name of the metric.
AggregatedMetricMeasurements.metricName ● String! non-null scalar common
The metric name.
AggregatedMetricMeasurements.prevTotalAggr ● Float scalar common
The aggregated total for the previous period.
AggregatedMetricMeasurements.queryId ● String! non-null scalar common
The query identifier for the metric request.
AggregatedMetricMeasurements.resolution ● Int scalar common
The resolution of the aggregated measurements.
Member Of
AppEnvironment object