| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
MetricRange |
MetricRange.clone() |
MetricRange |
WindowsBasedSli.getMetricMeanInRange()
A window is good if the metric's value is in a good range, averaged across returned streams.
|
MetricRange |
WindowsBasedSli.getMetricSumInRange()
A window is good if the metric's value is in a good range, summed across returned streams.
|
MetricRange |
MetricRange.set(String fieldName,
Object value) |
MetricRange |
MetricRange.setRange(GoogleMonitoringV3Range range)
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
|
MetricRange |
MetricRange.setTimeSeries(String timeSeries)
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the
TimeSeries to use for evaluating window quality.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsBasedSli |
WindowsBasedSli.setMetricMeanInRange(MetricRange metricMeanInRange)
A window is good if the metric's value is in a good range, averaged across returned streams.
|
WindowsBasedSli |
WindowsBasedSli.setMetricSumInRange(MetricRange metricSumInRange)
A window is good if the metric's value is in a good range, summed across returned streams.
|
Copyright © 2011–2025 Google. All rights reserved.