Introduced service time metrics to OpenSearch-Py client. (#716)

* Introduced service time metrics to opensearch-py client

Signed-off-by: saimedhi <[email protected]>

* Introduced service time metrics to opensearch-py client

Signed-off-by: saimedhi <[email protected]>

* Introduced service time metrics to opensearch-py client

Signed-off-by: saimedhi <[email protected]>

* Added service time metrics

Signed-off-by: saimedhi <[email protected]>

---------

Signed-off-by: saimedhi <[email protected]>
Signed-off-by: Sai Medhini Reddy Maryada <[email protected]>
This commit is contained in:
Sai Medhini Reddy Maryada
2024-04-15 07:20:46 -04:00
committed by GitHub
parent ba715b9d3f
commit 58e9b1d66c
13 changed files with 336 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ install_requires = [
"six",
"python-dateutil",
"certifi>=2022.12.07",
"Events",
]
tests_require = [
"requests>=2.0.0, <3.0.0",