Had a MySQL alert go off. This started a couple of issues:
- I have the following expressions:
When it detects over 300 it alerts. I then have alert threshold for this:
{{ if gt $values.C.Value 600.0 }}Critical{{ else }}Warning{{ end }}
This is in my labels and my notification policies. It detected the correct label, however it sent an email to the Default Policy within Grafana and not to the appropriate contacts.
- I am seeing this in the logs file:
I would like my thresholds to work correctly and I would like to know what all the stale entry log entries I am seeing. Can anyone help?