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
I'm using YACE to export my cloudwatch metrics including AWS/ApplicationELB where I set nilToZero to get output even when there is no value in cloudwatch.
I'm checking the metric HTTPCode_ELB_5XX_Count. My metric is null for looooonnng time so I'm getting 0 in my prometheus values but it seems that when YACE restarts, it's losing his state and so as he has never seen this metric != null it does not send it anymore.
Expected Behavior
The expected behaviour is that on restarts, the exporter continues to send 0
Steps To Reproduce
Have an ELB with a value that is always nil.
Have this in your config file
Is there an existing issue for this?
YACE version
0.60.0
Config file
No response
Current Behavior
I'm using YACE to export my cloudwatch metrics including AWS/ApplicationELB where I set nilToZero to get output even when there is no value in cloudwatch.
I'm checking the metric
HTTPCode_ELB_5XX_Count
. My metric is null for looooonnng time so I'm getting 0 in my prometheus values but it seems that when YACE restarts, it's losing his state and so as he has never seen this metric != null it does not send it anymore.Expected Behavior
The expected behaviour is that on restarts, the exporter continues to send 0
Steps To Reproduce
Have an ELB with a value that is always nil.
Have this in your config file
When you have zero for long time (or not ? didn't try), restart your exporter and see that you do not have value anymore
Anything else?
No response
The text was updated successfully, but these errors were encountered: