Interface protos.google.monitoring.dashboard.v1.IAggregation

Properties of an Aggregation.

Package

@google-cloud/monitoring-dashboards!

Properties

alignmentPeriod

alignmentPeriod?: (google.protobuf.IDuration|null);

Aggregation alignmentPeriod

Property Value
TypeDescription
(google.protobuf.IDuration|null)

crossSeriesReducer

crossSeriesReducer?: (google.monitoring.dashboard.v1.Aggregation.Reducer|keyof typeof google.monitoring.dashboard.v1.Aggregation.Reducer|null);

Aggregation crossSeriesReducer

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Aggregation.Reducer|keyof typeof google.monitoring.dashboard.v1.Aggregation.Reducer|null)

groupByFields

groupByFields?: (string[]|null);

Aggregation groupByFields

Property Value
TypeDescription
(string[]|null)

perSeriesAligner

perSeriesAligner?: (google.monitoring.dashboard.v1.Aggregation.Aligner|keyof typeof google.monitoring.dashboard.v1.Aggregation.Aligner|null);

Aggregation perSeriesAligner

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Aggregation.Aligner|keyof typeof google.monitoring.dashboard.v1.Aggregation.Aligner|null)