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/09/26 09:33:31 UTC

[GitHub] [skywalking] davidricardo1026 opened a new issue #7802: [Bug] instance_jvm_memory_heap and meter_vm_filesystem_percentage rule not work

davidricardo1026 opened a new issue #7802:
URL: https://github.com/apache/skywalking/issues/7802


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   ```yaml
     instance_jvm_memory_heap_rule:
      metrics-name: instance_jvm_memory_heap
      op: "<="
      threshold: 1
      period: 1
      count: 1
      message: jvm shutdown
     meter_vm_filesystem_percentage_rule:
      metrics-name: meter_vm_filesystem_percentage
      include-labels:
        - '/'
      op: ">="
      threshold: 10
      period: 1
      count: 1
      message: vm filesystem
   ```
   1. for alarm jvm stop,I chose `instance_jvm_memory_heap`.if `instance_jvm_memory_heap` is low to 1,mean it is stop.
   but I configed it ,and kill the jvm,It never trigger.
   2. I want to monitor the file system use percentage,the `/` partition has up to 19,but it still not trigger.
   
   ### What you expected to happen
   
   1. trigger alarm
   2. trigger alarm
   
   ### How to reproduce
   
   the configuration have offered
   
   ### Anything else
   
   just not work
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7802: [Bug] instance_jvm_memory_heap and meter_vm_filesystem_percentage rule not work

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7802:
URL: https://github.com/apache/skywalking/issues/7802#issuecomment-927270289


   Could you read the document first? I don't think `period=1` is a good practice. And what does `include-labels:`=`/` mean?
   
   Moving to discussion.


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #7802: [Bug] instance_jvm_memory_heap and meter_vm_filesystem_percentage rule not work

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7802:
URL: https://github.com/apache/skywalking/issues/7802


   


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org