Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InsightEvent = InsightEvent' {}
- newInsightEvent :: InsightEvent
- insightEvent_summary :: Lens' InsightEvent (Maybe Text)
- insightEvent_eventTime :: Lens' InsightEvent (Maybe UTCTime)
- insightEvent_rootCauseServiceRequestImpactStatistics :: Lens' InsightEvent (Maybe RequestImpactStatistics)
- insightEvent_topAnomalousServices :: Lens' InsightEvent (Maybe [AnomalousService])
- insightEvent_clientRequestImpactStatistics :: Lens' InsightEvent (Maybe RequestImpactStatistics)
Documentation
data InsightEvent Source #
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.
See: newInsightEvent
smart constructor.
InsightEvent' | |
|
Instances
newInsightEvent :: InsightEvent Source #
Create a value of InsightEvent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:summary:InsightEvent'
, insightEvent_summary
- A brief description of the event.
$sel:eventTime:InsightEvent'
, insightEvent_eventTime
- The time, in Unix seconds, at which the event was recorded.
$sel:rootCauseServiceRequestImpactStatistics:InsightEvent'
, insightEvent_rootCauseServiceRequestImpactStatistics
- 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.
$sel:topAnomalousServices:InsightEvent'
, insightEvent_topAnomalousServices
- The service during the event that is most impacted by the incident.
$sel:clientRequestImpactStatistics:InsightEvent'
, insightEvent_clientRequestImpactStatistics
- 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.
insightEvent_summary :: Lens' InsightEvent (Maybe Text) Source #
A brief description of the event.
insightEvent_eventTime :: Lens' InsightEvent (Maybe UTCTime) Source #
The time, in Unix seconds, at which the event was recorded.
insightEvent_rootCauseServiceRequestImpactStatistics :: Lens' InsightEvent (Maybe RequestImpactStatistics) Source #
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.
insightEvent_topAnomalousServices :: Lens' InsightEvent (Maybe [AnomalousService]) Source #
The service during the event that is most impacted by the incident.
insightEvent_clientRequestImpactStatistics :: Lens' InsightEvent (Maybe RequestImpactStatistics) Source #
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.