clusterpedia
clusterpedia copied to clipboard
clusterpedia APIServer metrics support
What would you like to be added?
clusterpedia APIServer metrics support:
- Records the duration of the requests(with: code, handler, method).
- Records the count of the requests(with: code, handler, method).
- Records the size of the responses(with: code, handler, method).
- 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:
- performance monitoring
- resource utilization
- debugging and troubleshooting
- ...
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.