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/03/12 00:20:45 UTC

[GitHub] [incubator-pinot] harleyjj commented on issue #3952: [TE] Remove legacy alerts from search

harleyjj commented on issue #3952: [TE] Remove legacy alerts from search
URL: https://github.com/apache/incubator-pinot/pull/3952#issuecomment-471793793
 
 
   Cool - I was going to do this, but you already did it.  I'm wondering - should any of these fetches be just totally removed? 
   
   rawAlerts: fetch('/thirdeye/entity/ANOMALY_FUNCTION').then(checkStatus),
         subscriberGroups: fetch('/thirdeye/entity/ALERT_CONFIG').then(checkStatus),
         applications: fetch('/thirdeye/entity/APPLICATION').then(checkStatus),
         detectionAlertConfig: fetch('/thirdeye/entity/DETECTION_ALERT_CONFIG').then(checkStatus),
         detectionYaml: fetch('/yaml/list').then(checkStatus)

----------------------------------------------------------------
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