| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
Aggregation.clone() |
Aggregation |
Aggregation.set(String fieldName,
Object value) |
Aggregation |
Aggregation.setAlignmentPeriod(String alignmentPeriod)
The alignment_period specifies a time interval, in seconds, that is used to divide the data in
all the time series into consistent blocks of time.
|
Aggregation |
Aggregation.setCrossSeriesReducer(String crossSeriesReducer)
The reduction operation to be used to combine time series into a single time series, where the
value of each data point in the resulting series is a function of all the already aligned
values in the input time series.Not all reducer operations can be applied to all time series.
|
Aggregation |
Aggregation.setGroupByFields(List<String> groupByFields)
The set of fields to preserve when cross_series_reducer is specified.
|
Aggregation |
Aggregation.setPerSeriesAligner(String perSeriesAligner)
An Aligner describes how to bring the data points in a single time series into temporal
alignment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Aggregation> |
MetricAbsence.getAggregations()
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resources).
|
List<Aggregation> |
MetricThreshold.getAggregations()
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resources).
|
List<Aggregation> |
MetricThreshold.getDenominatorAggregations()
Specifies the alignment of data points in individual time series selected by denominatorFilter
as well as how to combine the retrieved time series together (such as when aggregating multiple
streams on each resource to a single stream for each resource or when aggregating streams
across all members of a group of resources).When computing ratios, the aggregations and
denominator_aggregations fields must use the same alignment period and produce time series that
have the same periodicity and labels.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAbsence |
MetricAbsence.setAggregations(List<Aggregation> aggregations)
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resources).
|
MetricThreshold |
MetricThreshold.setAggregations(List<Aggregation> aggregations)
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resources).
|
MetricThreshold |
MetricThreshold.setDenominatorAggregations(List<Aggregation> denominatorAggregations)
Specifies the alignment of data points in individual time series selected by denominatorFilter
as well as how to combine the retrieved time series together (such as when aggregating multiple
streams on each resource to a single stream for each resource or when aggregating streams
across all members of a group of resources).When computing ratios, the aggregations and
denominator_aggregations fields must use the same alignment period and produce time series that
have the same periodicity and labels.
|
Copyright © 2011–2025 Google. All rights reserved.