DiagnosticsResult

class DiagnosticsResult

This report provides insight into the current cluster state from the point of view of the client.

Functions

Link copied to clipboard
fun exportToJson(): String

Returns this report in the standard JSON format which is consistent across different SDKs.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val endpoints: Map<ServiceType, List<EndpointDiagnostics>>

Holds the individual health of each endpoint in the report.

Link copied to clipboard
val id: String

The report ID (either user provided or auto generated).

Link copied to clipboard
val sdk: String

The SDK identifier used.

Link copied to clipboard
val state: ClusterState

The aggregated and simplified cluster state.

Link copied to clipboard
val version: Int

The format version of this report.