Anomaly
DTO for wavefront anomaly
{
"id": "string",
"model": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"row": 0,
"dashboardId": "string",
"endMs": 0,
"queryHash": "string",
"imageLink": "string",
"chartHash": "string",
"paramHash": "string",
"startMs": 0,
"section": 0,
"col": 0,
"chartLink": "string",
"originalStripes": [
{
"model": "string",
"endMs": 0,
"imageLink": "string",
"startMs": 0
}
],
"updatedMs": 0,
"deleted": false,
"customer": "string",
"metricsUsed": [
"string"
],
"hostsUsed": [
"string"
],
"creatorId": "string",
"updaterId": "string"
}
unique id that defines this anomaly
model for this anomaly
createdEpochMillis
updatedEpochMillis
row number for this anomaly
dashboard id for this anomaly
endMs for this anomaly
query hash for this anomaly
image link for this anomaly
chart hash(as unique identifier) for this anomaly
param hash for this anomaly
startMs for this anomaly
section number for this anomaly
column number for this anomaly
chart link for this anomaly
map of query params belongs to this anomaly
updateMs for this anomaly
deleted
id of the customer to which this anomaly belongs
list of metrics used of this anomaly
list of hosts affected of this anomaly
creatorId
updaterId