state property
The state of the OnlineEvaluator.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value.
- "ACTIVE" : Indicates that the OnlineEvaluator is active.
- "SUSPENDED" : Indicates that the OnlineEvaluator is suspended. In this state, the OnlineEvaluator will not evaluate any samples.
- "FAILED" : Indicates that the OnlineEvaluator is in a failed state. This
can happen if, for example, the
log_viewortrace_viewset on theCloudObservabilitydoes not exist. - "WARNING" : Indicates that the OnlineEvaluator is in a warning state.
This can happen if, for example, some of the metrics in the
metric_sourcesare invalid. Evaluation will still run with the remaining valid metrics.
Implementation
core.String? state;