opentelemetry-instrumentation-replicate 0.21.4__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-replicate might be problematic. Click here for more details.

@@ -1,4 +1,5 @@
1
1
  import logging
2
+ import traceback
2
3
  from opentelemetry.instrumentation.replicate.config import Config
3
4
 
4
5
 
@@ -17,7 +18,9 @@ def dont_throw(func):
17
18
  return func(*args, **kwargs)
18
19
  except Exception as e:
19
20
  logger.debug(
20
- "OpenLLMetry failed to trace in %s, error: %s", func.__name__, str(e)
21
+ "OpenLLMetry failed to trace in %s, error: %s",
22
+ func.__name__,
23
+ traceback.format_exc(),
21
24
  )
22
25
  if Config.exception_logger:
23
26
  Config.exception_logger(e)
@@ -1 +1 @@
1
- __version__ = "0.21.4"
1
+ __version__ = "0.22.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentelemetry-instrumentation-replicate
3
- Version: 0.21.4
3
+ Version: 0.22.0
4
4
  Summary: OpenTelemetry Replicate instrumentation
5
5
  Home-page: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ Provides-Extra: instruments
17
17
  Requires-Dist: opentelemetry-api (>=1.25.0,<2.0.0)
18
18
  Requires-Dist: opentelemetry-instrumentation (>=0.46b0,<0.47)
19
19
  Requires-Dist: opentelemetry-semantic-conventions (>=0.46b0,<0.47)
20
- Requires-Dist: opentelemetry-semantic-conventions-ai (==0.2.0)
20
+ Requires-Dist: opentelemetry-semantic-conventions-ai (==0.3.1)
21
21
  Project-URL: Repository, https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate
22
22
  Description-Content-Type: text/markdown
23
23
 
@@ -0,0 +1,8 @@
1
+ opentelemetry/instrumentation/replicate/__init__.py,sha256=-vhmIbOGLYt05nbdbJN4zhuqPLsvMMKSIpMeQXVSmJo,5808
2
+ opentelemetry/instrumentation/replicate/config.py,sha256=CtypZov_ytI9nSrfN9lWnjcufbAR9sfkXRA0OstDEUw,42
3
+ opentelemetry/instrumentation/replicate/utils.py,sha256=E4Ur_vkGqrfsNpFJ4oU72GQudgyH0-NFsbOYjLfEkIo,809
4
+ opentelemetry/instrumentation/replicate/version.py,sha256=0kk8efeJF41FZIYweGTJylbizaWrp9W3qN78RClCWIU,23
5
+ opentelemetry_instrumentation_replicate-0.22.0.dist-info/METADATA,sha256=w5RespJYpx0wy-bCnR1yL_VoWPrX1cHCp-M0n8Vayms,2272
6
+ opentelemetry_instrumentation_replicate-0.22.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
7
+ opentelemetry_instrumentation_replicate-0.22.0.dist-info/entry_points.txt,sha256=YDOSAhxrkimcGYNOJLwqT1VoPS9YM-mXd1DT4hBk0Oc,102
8
+ opentelemetry_instrumentation_replicate-0.22.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- opentelemetry/instrumentation/replicate/__init__.py,sha256=-vhmIbOGLYt05nbdbJN4zhuqPLsvMMKSIpMeQXVSmJo,5808
2
- opentelemetry/instrumentation/replicate/config.py,sha256=CtypZov_ytI9nSrfN9lWnjcufbAR9sfkXRA0OstDEUw,42
3
- opentelemetry/instrumentation/replicate/utils.py,sha256=35NmN7eufpdYNwLYgoS-kbWAroY0ijZguaVipPQfg_M,743
4
- opentelemetry/instrumentation/replicate/version.py,sha256=GyaC3hhx285KqPcqukJ07gRSFkuES5T27aUtAwvYYRw,23
5
- opentelemetry_instrumentation_replicate-0.21.4.dist-info/METADATA,sha256=KJmOo9NS-VoAr1eJV1Ovq-HpBNG14P_Ag3cs_474jLU,2272
6
- opentelemetry_instrumentation_replicate-0.21.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
7
- opentelemetry_instrumentation_replicate-0.21.4.dist-info/entry_points.txt,sha256=YDOSAhxrkimcGYNOJLwqT1VoPS9YM-mXd1DT4hBk0Oc,102
8
- opentelemetry_instrumentation_replicate-0.21.4.dist-info/RECORD,,