static InsightEvent.Builder |
InsightEvent.builder() |
|
default InsightEvent.Builder |
InsightEvent.Builder.clientRequestImpactStatistics(Consumer<RequestImpactStatistics.Builder> clientRequestImpactStatistics) |
The impact statistics of the client side service.
|
InsightEvent.Builder |
InsightEvent.Builder.clientRequestImpactStatistics(RequestImpactStatistics clientRequestImpactStatistics) |
The impact statistics of the client side service.
|
InsightEvent.Builder |
InsightEvent.Builder.eventTime(Instant eventTime) |
The time, in Unix seconds, at which the event was recorded.
|
default InsightEvent.Builder |
InsightEvent.Builder.rootCauseServiceRequestImpactStatistics(Consumer<RequestImpactStatistics.Builder> rootCauseServiceRequestImpactStatistics) |
The impact statistics of the root cause service.
|
InsightEvent.Builder |
InsightEvent.Builder.rootCauseServiceRequestImpactStatistics(RequestImpactStatistics rootCauseServiceRequestImpactStatistics) |
The impact statistics of the root cause service.
|
InsightEvent.Builder |
InsightEvent.Builder.summary(String summary) |
A brief description of the event.
|
InsightEvent.Builder |
InsightEvent.toBuilder() |
|
InsightEvent.Builder |
InsightEvent.Builder.topAnomalousServices(Collection<AnomalousService> topAnomalousServices) |
The service during the event that is most impacted by the incident.
|
InsightEvent.Builder |
InsightEvent.Builder.topAnomalousServices(Consumer<AnomalousService.Builder>... topAnomalousServices) |
The service during the event that is most impacted by the incident.
|
InsightEvent.Builder |
InsightEvent.Builder.topAnomalousServices(AnomalousService... topAnomalousServices) |
The service during the event that is most impacted by the incident.
|