AffectedSession

A session affected by a detected failure pattern, including root cause details.

Types

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

Properties

Link copied to clipboard

An explanation of how the failure manifested in this session.

Link copied to clipboard

The list of spans where failures were detected in this session.

Link copied to clipboard

The type of fix recommended for this failure.

Link copied to clipboard

The specific fix recommendation for this session.

Link copied to clipboard

The unique identifier of the affected session.

Functions

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