Cloud Monitoring Dashboards V1 API - Module Google::Cloud::Monitoring::Dashboard::V1::ChartOptions::Mode (v0.7.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API module Google::Cloud::Monitoring::Dashboard::V1::ChartOptions::Mode.

Chart mode options.

Constants

MODE_UNSPECIFIED

value: 0
Mode is unspecified. The view will default to COLOR.

COLOR

value: 1
The chart distinguishes data series using different color. Line colors may get reused when there are many lines in the chart.

X_RAY

value: 2
The chart uses the Stackdriver x-ray mode, in which each data set is plotted using the same semi-transparent color.

STATS

value: 3
The chart displays statistics such as average, median, 95th percentile, and more.