opentelemetry-instrumentation-llamaindex 0.21.5__py3-none-any.whl → 0.22.0__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.

@@ -1,5 +1,6 @@
1
1
  import os
2
2
  import logging
3
+ import traceback
3
4
  from contextlib import asynccontextmanager
4
5
 
5
6
  from opentelemetry import context as context_api
@@ -43,7 +44,9 @@ def dont_throw(func):
43
44
  return func(*args, **kwargs)
44
45
  except Exception as e:
45
46
  logger.debug(
46
- "OpenLLMetry failed to trace in %s, error: %s", func.__name__, str(e)
47
+ "OpenLLMetry failed to trace in %s, error: %s",
48
+ func.__name__,
49
+ traceback.format_exc(),
47
50
  )
48
51
  if Config.exception_logger:
49
52
  Config.exception_logger(e)
@@ -1 +1 @@
1
- __version__ = "0.21.5"
1
+ __version__ = "0.22.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentelemetry-instrumentation-llamaindex
3
- Version: 0.21.5
3
+ Version: 0.22.0
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
@@ -18,7 +18,7 @@ Requires-Dist: inflection (>=0.5.1,<0.6.0)
18
18
  Requires-Dist: opentelemetry-api (>=1.25.0,<2.0.0)
19
19
  Requires-Dist: opentelemetry-instrumentation (>=0.46b0,<0.47)
20
20
  Requires-Dist: opentelemetry-semantic-conventions (>=0.46b0,<0.47)
21
- Requires-Dist: opentelemetry-semantic-conventions-ai (==0.2.0)
21
+ Requires-Dist: opentelemetry-semantic-conventions-ai (==0.3.1)
22
22
  Project-URL: Repository, https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-llamaindex
23
23
  Description-Content-Type: text/markdown
24
24
 
@@ -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=ib8XT-tPl32OPz6gCk6L6QfRsF4Mh46M2luPg_33mTw,1430
12
- opentelemetry/instrumentation/llamaindex/version.py,sha256=yq-fGfdU069XbMVu8cXj7x9Ga-YNsSY_1SmDswa-WEI,23
13
- opentelemetry_instrumentation_llamaindex-0.21.5.dist-info/METADATA,sha256=mQHNIzlLOrvZ0w87Biy1nyLZ7wXyBVMx4B97KGM3tE0,2285
14
- opentelemetry_instrumentation_llamaindex-0.21.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
15
- opentelemetry_instrumentation_llamaindex-0.21.5.dist-info/entry_points.txt,sha256=gtV40W4oFCp6VNvgowTKa0zQjfIrvfdlYflgGdSsA5A,106
16
- opentelemetry_instrumentation_llamaindex-0.21.5.dist-info/RECORD,,
11
+ opentelemetry/instrumentation/llamaindex/utils.py,sha256=39q5U64UkSoiMVTTzSFMX4xdFyzZFUhiXM5I_OH6kIU,1496
12
+ opentelemetry/instrumentation/llamaindex/version.py,sha256=0kk8efeJF41FZIYweGTJylbizaWrp9W3qN78RClCWIU,23
13
+ opentelemetry_instrumentation_llamaindex-0.22.0.dist-info/METADATA,sha256=nYzdkacUOSS6lPmYk50qKiESD8X-cjH9wx4CriPh1ks,2285
14
+ opentelemetry_instrumentation_llamaindex-0.22.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
15
+ opentelemetry_instrumentation_llamaindex-0.22.0.dist-info/entry_points.txt,sha256=gtV40W4oFCp6VNvgowTKa0zQjfIrvfdlYflgGdSsA5A,106
16
+ opentelemetry_instrumentation_llamaindex-0.22.0.dist-info/RECORD,,