sql icon indicating copy to clipboard operation
sql copied to clipboard

[FEATURE] Async query API metrics

Open noCharger opened this issue 9 months ago • 1 comments

Is your feature request related to a problem?

Current metrics on Async Query API are cumulative. So we need extra calculation to get API request Rate.

1. AsyncQueryCreateApiRequestCount
2. AsyncQueryGetApiRequestCount
3. AsyncQueryCancelApiRequestCount
4. AsyncQueryGetApiFailedRequestCusErrCount
5. AsyncQueryCreateApiFailedRequestSysErrCount
6. AsyncQueryCancelApiFailedRequestCusErrCount
7. AsyncQueryCancelApiFailedRequestSysErrCount
8. AsyncQueryCreateApiFailedRequestCusErrCount
9. AsyncQueryGetApiFailedRequestSysErrCount

What solution would you like?

Support both total count and average count. The avg cnt can use rolling counter.

noCharger avatar May 09 '24 23:05 noCharger