Module: Google::Cloud::Chronicle::V1::MetricTrendType

Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Trend to be displayed for the metric charts as.

Constant Summary collapse

METRIC_TREND_TYPE_UNSPECIFIED =

Trend type is not specified.

0
METRIC_TREND_TYPE_REGULAR =

The trend type is regular(green for positive delta)

1
METRIC_TREND_TYPE_INVERSE =

The trend type is inverse(red for positive delta)

2