ServiceState

Represents the current state and health information for a service monitored by Application Signals.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute filters that were applied when retrieving this service state.

Link copied to clipboard

An array of the most recent change events that may have affected this service, such as deployments or configuration changes.

Link copied to clipboard

The service entity information for this service state.

Functions

Link copied to clipboard
inline fun copy(block: ServiceState.Builder.() -> Unit = {}): ServiceState
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String