Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM as a metric solution, metrtics API need to add more feature #31

Open
ahfuzhang opened this issue Feb 28, 2022 · 2 comments
Open

VM as a metric solution, metrtics API need to add more feature #31

ahfuzhang opened this issue Feb 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ahfuzhang
Copy link

I want to use metrics API to replace prometheus API.
But when I read source code, I think add more features will be wonderful:

  1. keep fast and low memory use, and support profile report.
  2. user can limit the metric count (for a server, don't let ruin robustness)
  3. user can limit the memory use of metric api
  4. remove short time metrics which not change for hours
  5. make own binary marshal format and binary protocol, low cpu use and low bindwith.

thanks.

@ahfuzhang
Copy link
Author

and:
6. low GC pressure
7. support huge count and huge size metric data.

@cristaloleg
Copy link

Do you have a profile which shows that these points are bottleneck ?

@valyala valyala added the enhancement New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants