TimeSeriesRatio class
A TimeSeriesRatio specifies two TimeSeries to use for computing the good_service / total_service ratio. The specified TimeSeries must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE. The TimeSeriesRatio must specify exactly two of good, bad, and total, and the relationship good_service + bad_service = total_service will be assumed.
Constructors
- TimeSeriesRatio()
- TimeSeriesRatio.fromJson(Map _json)
Properties
- badServiceFilter ↔ String
-
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters)
specifying a TimeSeries quantifying bad service, either demanded service
that was not provided or demanded service that was of inadequate quality.
Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind
= DELTA or MetricKind = CUMULATIVE.
read / write
- goodServiceFilter ↔ String
-
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters)
specifying a TimeSeries quantifying good service provided. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA
or MetricKind = CUMULATIVE.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- totalServiceFilter ↔ String
-
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters)
specifying a TimeSeries quantifying total demanded service. Must have
ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA
or MetricKind = CUMULATIVE.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited