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/12 01:25:25 UTC

[GitHub] [incubator-pinot] akshayrai opened a new pull request #4703: [TE] [notification] Multi-dimension based conditional alerting

akshayrai opened a new pull request #4703: [TE] [notification] Multi-dimension based conditional alerting
URL: https://github.com/apache/incubator-pinot/pull/4703
 
 
   Added a new multidimensional alerter which supports sending notifications through various channels to a set of conditional recipients, based on the specified anomaly dimension combinations.
   
   Unlike the DIMENSION_ALERTER_PIPELINE, this is very generic in terms of defining multiple dimensions as well as multiple alert channels. Eventually we can retain this and deprecate DIMENSION_ALERTER_PIPELINE.
   
   Example config to give an idea:
   ```
   dimensionRecipients:
     - dimensions:
         country: IN
         device: Android
       notify:
         jiraScheme:
           project: ANDROID
           assignee: android-oncall
         emailScheme:
           recipients:
             to:
             - "android-team@comany.com"
     - dimension:
         country: US
         device: IOS
       notify:
         jiraScheme:
           project: IOS
           assignee: ios-oncall
   ...
   ```

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