yaooqinn commented on code in PR #3063:
URL: https://github.com/apache/incubator-kyuubi/pull/3063#discussion_r920740025


##########
docs/monitor/metrics.md:
##########
@@ -79,6 +79,7 @@ Metrics Prefix | Metrics Suffix | Type | Since | Description
 `kyuubi.backend_service.fetch_result_rows_rate`  | | meter | 1.5.0 |<div 
style='width: 150pt;word-wrap: break-word;white-space: normal'> kyuubi backend 
service `fetchResults` method that fetch result rows rate </div>
 `kyuubi.backend_service.get_primary_keys`  | | meter | 1.6.0 |<div 
style='width: 150pt;word-wrap: break-word;white-space: normal'> kyuubi backend 
service `get_primary_keys` method execution time and rate </div>
 `kyuubi.backend_service.get_cross_reference`  | | meter | 1.6.0 |<div 
style='width: 150pt;word-wrap: break-word;white-space: normal'> kyuubi backend 
service `get_cross_reference` method execution time and rate </div>
+`kyuubi.operation.state`   | `${operationType}`<br/>`.${state}`     | counter 
| 1.6.0 |<div style='width: 150pt;word-wrap: break-word;white-space: normal'>  
current count for the `${operationType}` with a particular `${state}`, e.g. 
`BatchJobSubmission.pending`</div>

Review Comment:
   the discussion is marked as resolved but the code part remains unchanged?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to