Hi @playermaker
Preview graphs in alert conditions don’t actually show what is being evaluated, but instead show what data is stored in NRDB. A graphical overlay shows where violations would happen, but the preview graph is by no means an indicator of what the condition is actually evaluating.
In this case, the data is coming in too late for the condition to evaluate. This article goes into more detail on how latent data can affect your alert condition evaluation.
Usage metric events like NrMTDConsumption
are posted late, and so your condition will need a much greater Evaluation Offset to account for that. At the moment, your alert condition is failing to evaluate any data because it’s all coming in much later than the evaluation time.
As you will notice in this doc, you should set Evaluation Offset to 60 minutes whenever configuring an alert condition on usage data.
Will you please try that and let us know if you’re still encountering difficulties after the change is made?