You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/13 13:12:58 UTC

[GitHub] [skywalking] JayeshMuley edited a comment on issue #6370: Alarm composite rules not working

JayeshMuley edited a comment on issue #6370:
URL: https://github.com/apache/skywalking/issues/6370#issuecomment-782829236


   sorry for confusion . Below is the Response Time and CPU data and 
   
   
   Response Time - 
   
   ```
   mysql> select name , start_time , substr(alarm_message,1,50) , time_bucket from alarm_record where name like '%core_perf.service%' and alarm_message like '%Message1%';
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   | name                                       | start_time    | substr(alarm_message,1,50)                         | time_bucket    |
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613893462668 | High Response service Instance "DIEPAIOPSITCENT753 | 20210221131422 |
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613893822668 | High Response service Instance "DIEPAIOPSITCENT753 | 20210221132022 |
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613894182668 | High Response service Instance "DIEPAIOPSITCENT753 | 20210221132622 |
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   3 rows in set (0.02 sec)
   ```
   
   CPU Util - 
   
   ```
   mysql> select name , start_time , substr(alarm_message,1,50) , time_bucket from alarm_record where name like '%core_perf.service%' and alarm_message like '%Message3%';
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   | name                                       | start_time    | substr(alarm_message,1,50)                         | time_bucket    |
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613893522668 | CPU Util  Instance "DIEPAIOPSITCENT7534" of core_p | 20210221131522 |
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613893882668 | CPU Util  Instance "DIEPAIOPSITCENT7534" of core_p | 20210221132122 |
   | "DIEPAIOPSITCENT7534" of core_perf.service | 1613894242668 | CPU Util  Instance "DIEPAIOPSITCENT7534" of core_p | 20210221132722 |
   +--------------------------------------------+---------------+----------------------------------------------------+----------------+
   3 rows in set (0.06 sec)
   ```
   
   But no Composite data 
   
   mysql> select * from alarm_record where alarm_message like '%Message4%';
   Empty set (0.00 sec)
   
   Thanks and Regards,
   Jayesh
   


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