You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/22 14:44:52 UTC

[GitHub] [pulsar] tjiuming opened a new issue, #16178: [broker][monitoring]Support push metrics data to remote endpoint

tjiuming opened a new issue, #16178:
URL: https://github.com/apache/pulsar/issues/16178

   **Is your enhancement request related to a problem? Please describe.**
   Currently, pulsar only support expose metrics data by PULL. 
   I believe we also need to support PUSH.
   
   If we support expose metrics data by PUSH, it could solve some existing problems:
   
   1. scraping metrics data cause high network usage
   2. high CPU usage when calculate metrics data.
   3. high memory usage when write metrics data
   
   All of above problems could resolved by PUSH. We can split metric into segments, calculate and push them by segment.
   
   **Describe the solution you'd like**
   1. Support push metrics data to remote endpoint
   2. Even better, support segment reporting metrics data
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] tjiuming commented on issue #16178: [broker][monitoring]Support push metrics data to remote endpoint

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #16178:
URL: https://github.com/apache/pulsar/issues/16178#issuecomment-1163198269

   @codelipenghui  Please assign to me


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #16178: [broker][monitoring]Support push metrics data to remote endpoint

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16178:
URL: https://github.com/apache/pulsar/issues/16178#issuecomment-1193039174

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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