Module: Google::Cloud::DatabaseCenter::V1beta::QueryMetrics::MetricsWindow

Defined in:
proto_docs/google/cloud/databasecenter/v1beta/service.rb

Overview

Enum to represent the window over which the metrics are aggregated.

Constant Summary collapse

METRICS_WINDOW_UNSPECIFIED =

Unspecified. Default value.

0
LAST_ONE_DAY =

Metrics are aggregated over the last 1 day.

1
LAST_ONE_WEEK =

Metrics are aggregated over the last 7 days.

2
LAST_TWO_WEEKS =

Metrics are aggregated over the last 14 days.

3