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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
