You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alerts in prometheus using cloud watch metrics from YACE never gets to FIRING state, always stuck in PENDING. I think this is because some cloudwatch metrics is not updated so often in AWS (around every 5 minutes) so prometheus treats the metrics/data as stale when evaluating the alerts.
Anyone else having this issue?
Expected Behavior
Alerts should get to FIRING state.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
No. I never had such issue.
It can be issue with tool used to fire the alert.
Alert stay in PENDING for a time period before firing. The time period depends on the alertmanager alert rule.
In this case, alertmanager will check the alert condition matching for 5m. After that it will fire the alert.
You can understand based on that, it has nothing to do with YACE exporter.
Role of YACE is just to send metrics. You should run promql query in prometheus to check if Prometheus getting the metrics.
Is there an existing issue for this?
YACE version
0.43.0
Config file
No response
Current Behavior
Alerts in prometheus using cloud watch metrics from YACE never gets to FIRING state, always stuck in PENDING. I think this is because some cloudwatch metrics is not updated so often in AWS (around every 5 minutes) so prometheus treats the metrics/data as stale when evaluating the alerts.
Anyone else having this issue?
Expected Behavior
Alerts should get to FIRING state.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: