Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Async query API metrics #2666

Open
noCharger opened this issue May 9, 2024 · 1 comment
Open

[FEATURE] Async query API metrics #2666

noCharger opened this issue May 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@noCharger
Copy link
Contributor

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 noCharger added enhancement New feature or request untriaged labels May 9, 2024
@dblock
Copy link
Member

dblock commented Jun 24, 2024

Catch All Triage - 1 2 3 4 5 6

@dblock dblock removed the untriaged label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants