state property

String? state
getter/setter pair

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_view or trace_view set on the CloudObservability does 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_sources are invalid. Evaluation will still run with the remaining valid metrics.

Implementation

core.String? state;