Replies: 2 comments 7 replies
-
TBH, I'm not aware of any metric for this. That does not mean it does not exist, but it is definitely not on any of our dashboards. |
Beta Was this translation helpful? Give feedback.
-
FYI - A metric that is critical for the new quota setting that strimzi added for KafkaUser is the below. I'm currently trying to figure out how to turn it on. May want to make this default? Request quota metrics per (user, client-id), user or client-id kafka.server:type=Request,user=([-.\w]+),client-id=([-.\w]+) Two attributes. throttle-time indicates the amount of time in ms the client was throttled. Ideally = 0. request-time indicates the percentage of time spent in broker network and I/O threads to process requests from client group. For (user, client-id) quotas, both user and client-id are specified. If per-client-id quota is applied to the client, user is not specified. If per-user quota is applied, client-id is not specified. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The definition for CPU utilization quotas is listed below?
CPU utilization quotas specify a window for broker requests from clients. The window is the percentage of time for clients to make requests. A client makes requests on the I/O threads and network threads of the broker.
Given a specific user ( or even a single client ), how do I know how much CPU is being utilized for that client? I can't seem to find a metric that tells me this.
Beta Was this translation helpful? Give feedback.
All reactions