Can the relevant data of the current bucket data of the threshold value be obtained at the place indicated by the arrow in the figure, such as the MEM value at the moment of alarm and the time when the machine reports the data๏ผ





Hi @loneWolf666,
Yes, you can! I prefer to use a notebook when first creating my alerts. As it makes the process a little simpler. The main thing to keep in mind is that a pivot() is performed on your data table before the alert is sent. This means instead of your MEM
value being under the column _value
it is under the column MEM
instead. Therefor:
You need to add ${r.MEM}