XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • None
    • None
    • Infra
    • False
    • False
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Undefined

    Description

      SOP (Standard Operation Procedure) is needed for the alert named "ThreescaleSystemApp5XXRequestsHigh",

       {                                                                                                                                                                                          
           Alert: "ThreescaleSystemApp5XXRequestsHigh",                                                                                                                                           
           Annotations: map[string]string{                                                                                                                                                        
               "summary":     "Job {{ $labels.job }} on {{ $labels.namespace }} has more than 50 HTTP 5xx requests in the last minute",                                                           
               "description": "Job {{ $labels.job }} on {{ $labels.namespace }} has more than 50 HTTP 5xx requests in the last minute",                                                           
           },                                                                                                                                                                                     
           Expr: intstr.FromString(fmt.Sprintf(`sum(rate(rails_requests_total{namespace="%s",pod=~"system-app-[a-z0-9]+-[a-z0-9]+",status=~"5[0-9]*"}[1m])) by (namespace,job) > 50`, ns)),       
           For:  "1m",                                                                                                                                                                            
           Labels: map[string]string{                                                                                                                                                             
               "severity": "warning",                                                                                                                                                             
           },                                                                                                                                                                                     
       },                                                                                                                                                                                         
      
      

      The repository should be https://github.com/3scale/3scale-Operations/tree/master/sops/alerts where other SOP exist.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              eguzki Eguzki Astiz Lezaun
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: