langtrace-python-sdk 3.8.2__py3-none-any.whl → 3.8.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- langtrace_python_sdk/instrumentation/qdrant/patch.py +1 -1
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/METADATA +1 -1
- {langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/RECORD +7 -7
- {langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/licenses/LICENSE +0 -0
@@ -63,7 +63,7 @@ def collection_patch(method, version, tracer):
|
|
63
63
|
kind=SpanKind.CLIENT,
|
64
64
|
context=set_span_in_context(trace.get_current_span()),
|
65
65
|
) as span:
|
66
|
-
collection_name = kwargs.get("collection_name")
|
66
|
+
collection_name = kwargs.get("collection_name") if kwargs.get("collection_name") is not None else (args[0] if args else None)
|
67
67
|
operation = api["OPERATION"]
|
68
68
|
set_span_attribute(span, "db.collection.name", collection_name)
|
69
69
|
|
langtrace_python_sdk/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "3.8.
|
1
|
+
__version__ = "3.8.3"
|
@@ -116,7 +116,7 @@ examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56sn
|
|
116
116
|
examples/weaviate_example/query_text.py,sha256=wPHQTc_58kPoKTZMygVjTj-2ZcdrIuaausJfMxNQnQc,127162
|
117
117
|
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
118
118
|
langtrace_python_sdk/langtrace.py,sha256=L0ktJXsGjvKS0dc6kWGCOUoNsGTERLEmd-1QfzDppq8,13706
|
119
|
-
langtrace_python_sdk/version.py,sha256=
|
119
|
+
langtrace_python_sdk/version.py,sha256=suroMOhipFiXYE6cgp5XFXSXtW2pHyZibLMFSNkHUec,22
|
120
120
|
langtrace_python_sdk/constants/__init__.py,sha256=3CNYkWMdd1DrkGqzLUgNZXjdAlM6UFMlf_F-odAToyc,146
|
121
121
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=EVCrouYCpY98f0KSaKr4PzNxPULTZZO6dSA_crEOyJU,106
|
122
122
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -236,7 +236,7 @@ langtrace_python_sdk/instrumentation/pymongo/instrumentation.py,sha256=fG938JR2B
|
|
236
236
|
langtrace_python_sdk/instrumentation/pymongo/patch.py,sha256=jZeoBLLz-Xdzk9HrHY01t8Lm-y-mgv8XUAL2q9-zsK8,2300
|
237
237
|
langtrace_python_sdk/instrumentation/qdrant/__init__.py,sha256=TaIGSAEPysrL23KJ5FcEL1tfQogrKCtEQ75_u62eqso,95
|
238
238
|
langtrace_python_sdk/instrumentation/qdrant/instrumentation.py,sha256=vl2eKSP55aqDo1JiRlvOUBrr6kddvG9Z5dCYew2OG08,1816
|
239
|
-
langtrace_python_sdk/instrumentation/qdrant/patch.py,sha256=
|
239
|
+
langtrace_python_sdk/instrumentation/qdrant/patch.py,sha256=EDr85iaL--4ilU9T0zkJRIjjjpl4hPfnvFAcpyNQD-s,5082
|
240
240
|
langtrace_python_sdk/instrumentation/vertexai/__init__.py,sha256=ZzKxB7bl0FaRlgJhhgAk5V8Bf20FmThWM_Z9u9Eyy1s,92
|
241
241
|
langtrace_python_sdk/instrumentation/vertexai/instrumentation.py,sha256=yz4trw0BqGbNUvlagsejk_j8pDvRHxxQFtYJVarNKqY,1393
|
242
242
|
langtrace_python_sdk/instrumentation/vertexai/patch.py,sha256=PzBio8x6zdVpX286TKtaTR-sf1HCHQ7RrdvpyNaGk4Q,5571
|
@@ -297,8 +297,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
297
297
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
298
298
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
299
299
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
300
|
-
langtrace_python_sdk-3.8.
|
301
|
-
langtrace_python_sdk-3.8.
|
302
|
-
langtrace_python_sdk-3.8.
|
303
|
-
langtrace_python_sdk-3.8.
|
304
|
-
langtrace_python_sdk-3.8.
|
300
|
+
langtrace_python_sdk-3.8.3.dist-info/METADATA,sha256=Etxr0XXT7aO2v4RKQduS0KHOe5qKWY9Ozid_Ciu3efs,15792
|
301
|
+
langtrace_python_sdk-3.8.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
302
|
+
langtrace_python_sdk-3.8.3.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
303
|
+
langtrace_python_sdk-3.8.3.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
304
|
+
langtrace_python_sdk-3.8.3.dist-info/RECORD,,
|
File without changes
|
{langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langtrace_python_sdk-3.8.2.dist-info → langtrace_python_sdk-3.8.3.dist-info}/licenses/LICENSE
RENAMED
File without changes
|