You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/07 02:36:43 UTC

[GitHub] [rocketmq-mqtt] tianliuliu opened a new pull request, #57: [ISSUE #56] add exportJvmInfo to judge prometheus whether export jvm info or not

tianliuliu opened a new pull request, #57:
URL: https://github.com/apache/rocketmq-mqtt/pull/57

   fix #56 add exportJvmInfo to judge prometheus whether export jvm info or not


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-mqtt] codecov-commenter commented on pull request #57: [ISSUE #56] add exportJvmInfo to judge prometheus whether export jvm info or not

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #57:
URL: https://github.com/apache/rocketmq-mqtt/pull/57#issuecomment-1091041830

   # [Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#57](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f5a2779) into [main](https://codecov.io/gh/apache/rocketmq-mqtt/commit/0177b547fdc54588e0893791f417747fa1e5743a?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (0177b54) will **decrease** coverage by `0.03%`.
   > The diff coverage is `0.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main      #57      +/-   ##
   ==========================================
   - Coverage   23.77%   23.74%   -0.04%     
   ==========================================
     Files          96       96              
     Lines        4176     4182       +6     
     Branches      662      663       +1     
   ==========================================
     Hits          993      993              
   - Misses       2960     2966       +6     
     Partials      223      223              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...rg/apache/rocketmq/mqtt/cs/config/ConnectConf.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9jb25maWcvQ29ubmVjdENvbmYuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...pache/rocketmq/mqtt/cs/starter/ExporterServer.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9zdGFydGVyL0V4cG9ydGVyU2VydmVyLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...rg/apache/rocketmq/mqtt/exporter/MqttExporter.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1leHBvcnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9leHBvcnRlci9NcXR0RXhwb3J0ZXIuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [0177b54...f5a2779](https://codecov.io/gh/apache/rocketmq-mqtt/pull/57?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-mqtt] ShannonDing merged pull request #57: [ISSUE #56] add exportJvmInfo to judge prometheus whether export jvm info or not

Posted by GitBox <gi...@apache.org>.
ShannonDing merged PR #57:
URL: https://github.com/apache/rocketmq-mqtt/pull/57


-- 
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: dev-unsubscribe@rocketmq.apache.org

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