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

clusterpedia APIServer metrics support #700

Open
27149chen opened this issue Sep 18, 2024 · 1 comment
Open

clusterpedia APIServer metrics support #700

27149chen opened this issue Sep 18, 2024 · 1 comment
Labels
kind/feature New feature

Comments

@27149chen
Copy link
Contributor

What would you like to be added?

clusterpedia APIServer metrics support:

  1. Records the duration of the requests(with: code, handler, method).
  2. Records the count of the requests(with: code, handler, method).
  3. Records the size of the responses(with: code, handler, method).
  4. Records the number requests being handled concurrently at a given time a.k.a inflight requests (with: handler).

FYI: https://github.com/slok/go-http-metrics?tab=readme-ov-file#metrics

Why is this needed?

metrics is improtant for:

  1. performance monitoring
  2. resource utilization
  3. debugging and troubleshooting
  4. ...
@27149chen 27149chen added the kind/feature New feature label Sep 18, 2024
@clusterpedia-bot
Copy link

Hi @27149chen,
Thanks for opening an issue!
We will look into it as soon as possible.

Details

Instructions for interacting with me using comments are available here.
If you have questions or suggestions related to my behavior, please file an issue against the gh-ci-bot repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants