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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
