RelatedEvent
Wrapper around a Wavefront Event describing how this event is related to another event
{
"computedHlps": [
{
"severity": "string",
"host": "string",
"startTime": 0,
"label": "string",
"observed": 0,
"firing": 0
}
],
"relatedData": {
"relatedId": "string",
"summary": "string",
"alertDescription": "string",
"anomalyChartLink": "string",
"commonSources": [
"string"
],
"commonMetrics": [
"string"
],
"commonDimensions": [
"string"
],
"enhancedScore": "number"
},
"similarityScore": "number",
"table": "string",
"name": "string",
"id": "string",
"startTime": 0,
"endTime": 0,
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"tags": [
"string"
],
"metricsUsed": [
"string"
],
"createdAt": 0,
"hosts": [
"string"
],
"summarizedEvents": 0,
"alertTags": [
"string"
],
"isUserEvent": false,
"isEphemeral": false,
"creatorId": "string",
"updaterId": "string",
"updatedAt": 0,
"runningState": "string",
"canDelete": false,
"canClose": false,
"creatorType": [
"string"
]
}
similarity score
The customer to which the event belongs
A string->
map of additional dimension info on the event
The name of the event. If 'annotations.prettyName' is present, 'name' will be equivalent to that value
A string->string map of additional annotations on the event
id
Start time of the event, in epoch millis. If the JSON value is missing or set to 0, startTime will be set to the current time
End time of the event, in epoch millis. Set to startTime + 1 for an instantaneous event
createdEpochMillis
updatedEpochMillis
A list of event tags
A list of metrics affected by the event
createdAt
A list of sources/hosts affected by the event
In some event queries, multiple events that occur nearly simultaneously are summarized under a single event. This value specifies the number of events summarized under this one
The list of tags on the alert which created this event.
Whether this event was created by a user, versus the system. Default: system
Whether the event is an artificial event generated by a literal expression or alert backtesting, i.e. not stored in the Wavefront backend
creatorId
updaterId
updatedAt
runningState
canDelete
canClose
creatorType