opentelemetry-instrumentation-llamaindex 0.21.0__py3-none-any.whl → 0.21.2__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.
Potentially problematic release.
This version of opentelemetry-instrumentation-llamaindex might be problematic. Click here for more details.
- opentelemetry/instrumentation/llamaindex/utils.py +3 -1
- opentelemetry/instrumentation/llamaindex/version.py +1 -1
- {opentelemetry_instrumentation_llamaindex-0.21.0.dist-info → opentelemetry_instrumentation_llamaindex-0.21.2.dist-info}/METADATA +4 -4
- {opentelemetry_instrumentation_llamaindex-0.21.0.dist-info → opentelemetry_instrumentation_llamaindex-0.21.2.dist-info}/RECORD +6 -6
- {opentelemetry_instrumentation_llamaindex-0.21.0.dist-info → opentelemetry_instrumentation_llamaindex-0.21.2.dist-info}/WHEEL +0 -0
- {opentelemetry_instrumentation_llamaindex-0.21.0.dist-info → opentelemetry_instrumentation_llamaindex-0.21.2.dist-info}/entry_points.txt +0 -0
|
@@ -42,7 +42,9 @@ def dont_throw(func):
|
|
|
42
42
|
try:
|
|
43
43
|
return func(*args, **kwargs)
|
|
44
44
|
except Exception as e:
|
|
45
|
-
logger.
|
|
45
|
+
logger.debug(
|
|
46
|
+
"OpenLLMetry failed to trace in %s, error: %s", func.__name__, str(e)
|
|
47
|
+
)
|
|
46
48
|
if Config.exception_logger:
|
|
47
49
|
Config.exception_logger(e)
|
|
48
50
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.21.
|
|
1
|
+
__version__ = "0.21.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: opentelemetry-instrumentation-llamaindex
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.2
|
|
4
4
|
Summary: OpenTelemetry LlamaIndex instrumentation
|
|
5
5
|
Home-page: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-llamaindex
|
|
6
6
|
License: Apache-2.0
|
|
@@ -15,9 +15,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Provides-Extra: instruments
|
|
17
17
|
Requires-Dist: inflection (>=0.5.1,<0.6.0)
|
|
18
|
-
Requires-Dist: opentelemetry-api (>=1.
|
|
19
|
-
Requires-Dist: opentelemetry-instrumentation (>=0.
|
|
20
|
-
Requires-Dist: opentelemetry-semantic-conventions (>=0.
|
|
18
|
+
Requires-Dist: opentelemetry-api (>=1.25.0,<2.0.0)
|
|
19
|
+
Requires-Dist: opentelemetry-instrumentation (>=0.46b0,<0.47)
|
|
20
|
+
Requires-Dist: opentelemetry-semantic-conventions (>=0.46b0,<0.47)
|
|
21
21
|
Requires-Dist: opentelemetry-semantic-conventions-ai (==0.2.0)
|
|
22
22
|
Project-URL: Repository, https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-llamaindex
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
@@ -8,9 +8,9 @@ opentelemetry/instrumentation/llamaindex/config.py,sha256=CtypZov_ytI9nSrfN9lWnj
|
|
|
8
8
|
opentelemetry/instrumentation/llamaindex/custom_llm_instrumentor.py,sha256=9b9I3WDE0icnYtDpkiFChpl7fwadQnUCryHc3pPi6nM,5936
|
|
9
9
|
opentelemetry/instrumentation/llamaindex/query_pipeline_instrumentor.py,sha256=Z84cNWnjjMlVRDUE2Jyb0LIYUVqMvf_7YsQ9vQjXrmw,2097
|
|
10
10
|
opentelemetry/instrumentation/llamaindex/retriever_query_engine_instrumentor.py,sha256=mlpyxZ51nYDqdo_O8BSdzBdbmNpD9ejokbIYaejGFPs,2228
|
|
11
|
-
opentelemetry/instrumentation/llamaindex/utils.py,sha256=
|
|
12
|
-
opentelemetry/instrumentation/llamaindex/version.py,sha256
|
|
13
|
-
opentelemetry_instrumentation_llamaindex-0.21.
|
|
14
|
-
opentelemetry_instrumentation_llamaindex-0.21.
|
|
15
|
-
opentelemetry_instrumentation_llamaindex-0.21.
|
|
16
|
-
opentelemetry_instrumentation_llamaindex-0.21.
|
|
11
|
+
opentelemetry/instrumentation/llamaindex/utils.py,sha256=ib8XT-tPl32OPz6gCk6L6QfRsF4Mh46M2luPg_33mTw,1430
|
|
12
|
+
opentelemetry/instrumentation/llamaindex/version.py,sha256=Br99nmRrjyPtE6zPC2M_-gnaJCaBkqZI2lE8zWDjxpQ,23
|
|
13
|
+
opentelemetry_instrumentation_llamaindex-0.21.2.dist-info/METADATA,sha256=CxrwTy5_5lHqcL2mEGfPaYA40XwzegyTe4Gr5JzpnBQ,2285
|
|
14
|
+
opentelemetry_instrumentation_llamaindex-0.21.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
15
|
+
opentelemetry_instrumentation_llamaindex-0.21.2.dist-info/entry_points.txt,sha256=gtV40W4oFCp6VNvgowTKa0zQjfIrvfdlYflgGdSsA5A,106
|
|
16
|
+
opentelemetry_instrumentation_llamaindex-0.21.2.dist-info/RECORD,,
|
|
File without changes
|