InsightEvent

X-Ray reevaluates insights periodically until they are resolved, and records each intermediate state in an event. You can review incident events in the Impact Timeline on the Inspect page in the X-Ray console.

Types

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

Properties

Link copied to clipboard

The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.

Link copied to clipboard

The time, in Unix seconds, at which the event was recorded.

Link copied to clipboard

The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.

Link copied to clipboard

A brief description of the event.

Link copied to clipboard

The service during the event that is most impacted by the incident.

Functions

Link copied to clipboard
inline fun copy(block: InsightEvent.Builder.() -> Unit = {}): InsightEvent
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