Hi all,
Got this alert from alertmanager.
[{
"status": "firing",
"labels": {
"alertname": "Instance Down",
"instance": "IP_ADDRESS:15692",
"job": "XYZ",
"severity": "Critical"
},
"annotations": {
"description": "IP_ADDRESS:15692 of job XYZ has been down for more than 30 sec.",
"summary": "Endpoint IP_ADDRESS:15692 down"
},
"startsAt": "2025-03-23T11:52:01.891Z",
"endsAt": "0001-01-01T00:00:00Z",
"fingerprint": "bf26da1f76eab5ca"
}
]
But if you see the graph where is no alerts. plus in reality Instance wan't Down.
how to debug/solve this?
Thank you in advance.