You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/10/09 18:26:56 UTC

[GitHub] [incubator-pinot] jihaozh commented on a change in pull request #4682: [TE] [notification] JIRA alerting framework

jihaozh commented on a change in pull request #4682: [TE] [notification] JIRA alerting framework
URL: https://github.com/apache/incubator-pinot/pull/4682#discussion_r333157077
 
 

 ##########
 File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/notification/formatter/channels/AlertContentFormatter.java
 ##########
 @@ -0,0 +1,41 @@
+package org.apache.pinot.thirdeye.notification.formatter.channels;
+
+import java.util.Properties;
+import org.apache.pinot.thirdeye.anomaly.ThirdEyeAnomalyConfiguration;
+import org.apache.pinot.thirdeye.datalayer.pojo.AlertConfigBean;
+import org.apache.pinot.thirdeye.notification.content.BaseNotificationContent;
+import org.apache.pinot.thirdeye.notification.formatter.ADContentFormatterContext;
+
+
 
 Review comment:
   Maybe add some documentation for this class? What's the functionality for the class and how it should be used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org