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]Add "Service Time" Measurement in opensearch-py #678

Open
saimedhi opened this issue Feb 21, 2024 · 1 comment
Open

[FEATURE]Add "Service Time" Measurement in opensearch-py #678

saimedhi opened this issue Feb 21, 2024 · 1 comment
Labels

Comments

@saimedhi
Copy link
Collaborator

saimedhi commented Feb 21, 2024

Is your feature request related to a problem?

Opensearch-py currently lacks service time measurement functionality, hindering performance analysis.

What solution would you like?

I propose adding service time measurement functionality to opensearch-py, returning service time data conditionally upon user request.

  • I haven't found a Pythonic solution for this yet. Any guidance in this regard would be greatly appreciated.
  • I'm exploring various approaches and will update with draft PRs soon.

By service time, I refer to the duration between sending the request to the server and receiving the response.

@saimedhi
Copy link
Collaborator Author

Need to add support for async client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant