Interface protos.google.monitoring.dashboard.v1.IScorecard

Properties of a Scorecard.

Package

@google-cloud/monitoring-dashboards!

Properties

gaugeView

gaugeView?: (google.monitoring.dashboard.v1.Scorecard.IGaugeView|null);

Scorecard gaugeView

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Scorecard.IGaugeView|null)

sparkChartView

sparkChartView?: (google.monitoring.dashboard.v1.Scorecard.ISparkChartView|null);

Scorecard sparkChartView

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Scorecard.ISparkChartView|null)

thresholds

thresholds?: (google.monitoring.dashboard.v1.IThreshold[]|null);

Scorecard thresholds

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IThreshold[]|null)

timeSeriesQuery

timeSeriesQuery?: (google.monitoring.dashboard.v1.ITimeSeriesQuery|null);

Scorecard timeSeriesQuery

Property Value
TypeDescription
(google.monitoring.dashboard.v1.ITimeSeriesQuery|null)