You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/ext-proc/metrics/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ spec:
46
46
| inference_model_response_sizes | Distribution | Distribution of response size in bytes. |`model_name`=<model-name> <br> `target_model_name`=<target-model-name>| ALPHA |
47
47
| inference_model_input_tokens | Distribution | Distribution of input token count. |`model_name`=<model-name> <br> `target_model_name`=<target-model-name>| ALPHA |
48
48
| inference_model_output_tokens | Distribution | Distribution of output token count. |`model_name`=<model-name> <br> `target_model_name`=<target-model-name>| ALPHA |
49
+
| inference_pool_average_kv_cache_utilization | Gauge | The average kv cache utilization for an inference server pool. |`name`=<inference-pool-name>| ALPHA |
50
+
| inference_pool_average_queue_size | Gauge | The average number of requests pending in the model server queue. |`name`=<inference-pool-name>| ALPHA |
0 commit comments