trino-gateway icon indicating copy to clipboard operation
trino-gateway copied to clipboard

Enable email notifier to send emails for health check failures

Open prakhar10 opened this issue 10 months ago • 3 comments

Description

This change enables to send email notifications for healthcheck failures on backend trino clusters.

New fields added in the NotifierConfiguration.java class: enabled - To enable or disable sending emails for healthcheck failures gatewayInstance - To specify gateway instance name in case there are multiple instances. This will be displayed in the email subject so that one can know in which instance the cluster is unhealthy. customContent - To provide custom email body in case the default content is not very helpful.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required. (X) Release notes are required. Please propose a release note for me. ( ) Release notes are required, with the following suggested text:

* 

prakhar10 avatar Apr 15 '24 04:04 prakhar10