opentelemetry-instrumentation-llamaindex 0.32.2__py3-none-any.whl → 0.33.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.

@@ -47,6 +47,7 @@ def instrument_with_dispatcher(tracer: Tracer):
47
47
  @dont_throw
48
48
  def _set_llm_chat_request(event, span) -> None:
49
49
  model_dict = event.model_dict
50
+ span.set_attribute(SpanAttributes.LLM_REQUEST_TYPE, LLMRequestTypeValues.CHAT.value)
50
51
  span.set_attribute(SpanAttributes.LLM_REQUEST_MODEL, model_dict.get("model"))
51
52
  span.set_attribute(
52
53
  SpanAttributes.LLM_REQUEST_TEMPERATURE, model_dict.get("temperature")
@@ -1 +1 @@
1
- __version__ = "0.32.2"
1
+ __version__ = "0.33.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentelemetry-instrumentation-llamaindex
3
- Version: 0.32.2
3
+ Version: 0.33.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
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
16
17
  Provides-Extra: instruments
17
18
  Requires-Dist: inflection (>=0.5.1,<0.6.0)
18
19
  Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
@@ -6,12 +6,12 @@ opentelemetry/instrumentation/llamaindex/base_synthesizer_instrumentor.py,sha256
6
6
  opentelemetry/instrumentation/llamaindex/base_tool_instrumentor.py,sha256=mdPai098XOqra-BnfdN3amn9WFX06FEf7N9mVqZcJ_c,2758
7
7
  opentelemetry/instrumentation/llamaindex/config.py,sha256=CtypZov_ytI9nSrfN9lWnjcufbAR9sfkXRA0OstDEUw,42
8
8
  opentelemetry/instrumentation/llamaindex/custom_llm_instrumentor.py,sha256=3YIcVdVGrWOYpPzZCyXnXyi-g1AyAQQDhD1XGLgyc_Q,5950
9
- opentelemetry/instrumentation/llamaindex/dispatcher_wrapper.py,sha256=Hc8mZRXDjxQgEz8t2h_xVti6aGRVePo2QW8nMxlJMi8,9395
9
+ opentelemetry/instrumentation/llamaindex/dispatcher_wrapper.py,sha256=4AJkwZdZMf6_VSgTT30GSkGzFIzu7e6JuhnJhnq97Zk,9484
10
10
  opentelemetry/instrumentation/llamaindex/query_pipeline_instrumentor.py,sha256=PfUens1GisvbU98TLXEJ8_ALWGhnbOdsQkMwhFom8ZA,2496
11
11
  opentelemetry/instrumentation/llamaindex/retriever_query_engine_instrumentor.py,sha256=OtQ7uZckFtzq9mzqSlKDhvO-Uffl99axuZ2TJXCqDRQ,2627
12
12
  opentelemetry/instrumentation/llamaindex/utils.py,sha256=7NfuSbIf5Uohxo79AUM_gB-8RQtxgUO5glCWzXHeueQ,2349
13
- opentelemetry/instrumentation/llamaindex/version.py,sha256=BTUzInDvYYVtu1urjegIX3l01RgGLU90i6JgObyPwDA,23
14
- opentelemetry_instrumentation_llamaindex-0.32.2.dist-info/METADATA,sha256=aFdZUxpfgkPxyy-v5i--oYllEDPrfbBGTUCDkVjU3k0,2285
15
- opentelemetry_instrumentation_llamaindex-0.32.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
16
- opentelemetry_instrumentation_llamaindex-0.32.2.dist-info/entry_points.txt,sha256=gtV40W4oFCp6VNvgowTKa0zQjfIrvfdlYflgGdSsA5A,106
17
- opentelemetry_instrumentation_llamaindex-0.32.2.dist-info/RECORD,,
13
+ opentelemetry/instrumentation/llamaindex/version.py,sha256=6K931DiWIOR94oP_7w9oZPyA0wEqkdgU1lkcLFyRTMU,23
14
+ opentelemetry_instrumentation_llamaindex-0.33.0.dist-info/METADATA,sha256=_byno-qEFSU8uSeSQGnCQznN7u2YnR86exKfQLBgGEU,2336
15
+ opentelemetry_instrumentation_llamaindex-0.33.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
16
+ opentelemetry_instrumentation_llamaindex-0.33.0.dist-info/entry_points.txt,sha256=gtV40W4oFCp6VNvgowTKa0zQjfIrvfdlYflgGdSsA5A,106
17
+ opentelemetry_instrumentation_llamaindex-0.33.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any