On Thu, Feb 1, 2018 at 8:15 PM, De, Bipra <[email protected]> wrote: > Hello Everyone, > > > > I am working on an alert system that will call Aurora APIs to detect jobs > that have flapping tasks. It runs every hour. > > > > Any suggestions on how to detect such jobs that have tasks flapping, > provided those tasks were submitted to aurora as part of the same request. > This is to filter out the cases where a user tries to submit a job multiple > times but each time it failed. > > > > Also, do we have a telegraf plugin for Aurora? >
You can use https://github.com/medallia/telegraf/blob/master/plugins/inputs/aurora/aurora.go as a base to export the metrics you are interested in. > > Regards, > > Bipra. >
