opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
333 stars 167 forks source link

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

Open saimedhi opened 6 months ago

saimedhi commented 6 months ago

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.

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

saimedhi commented 5 months ago

Need to add support for async client