beamlit 0.0.36__py3-none-any.whl → 0.0.38rc81__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.
@@ -269,11 +269,11 @@ def instrument_app(app: FastAPI):
|
|
269
269
|
if instrumentor_class:
|
270
270
|
try:
|
271
271
|
instrumentor_class().instrument()
|
272
|
-
log.
|
272
|
+
log.debug(f"Successfully instrumented {name}")
|
273
273
|
except Exception as e:
|
274
|
-
log.
|
274
|
+
log.debug(f"Failed to instrument {name}: {str(e)}")
|
275
275
|
else:
|
276
|
-
log.
|
276
|
+
log.debug(f"Could not load instrumentor for {name}")
|
277
277
|
else:
|
278
278
|
log.debug(
|
279
279
|
f"Skipping {name} instrumentation - required package '{required_package}' not installed"
|
@@ -132,7 +132,7 @@ beamlit/authentication/credentials.py,sha256=p_1xenabCbQuRz7BiFk7oTK4uCxAt_zoyku
|
|
132
132
|
beamlit/authentication/device_mode.py,sha256=LNHjoKe3u4TWApLKO34cJjN92UsVkHSYSbXr6eKxo64,3721
|
133
133
|
beamlit/common/__init__.py,sha256=saX5X3hRCJ9erSlXuSkZ2VGgquvpgdcofAU_9sM4bCE,354
|
134
134
|
beamlit/common/error.py,sha256=f9oJDFxhoHK-vpjxBgEp0NwWIk0N_THPemUI7uQxVzU,270
|
135
|
-
beamlit/common/instrumentation.py,sha256=
|
135
|
+
beamlit/common/instrumentation.py,sha256=L4Y6Xu7rQwIHngfp-d0LtWxReaPte6rIzykvkDaIyzE,9288
|
136
136
|
beamlit/common/logger.py,sha256=nN_dSOl4bs13QU3Rod-w3e3jYOnlSrHx3_bs-ACY6Aw,1115
|
137
137
|
beamlit/common/secrets.py,sha256=sid81bOe3LflkMKDHwBsBs9nIju8bp5-v9qU9gkyNMc,212
|
138
138
|
beamlit/common/settings.py,sha256=OL1pZLB3BgN7QPCz9VR7gjYb-LoYpelilS7rU7FubCE,3962
|
@@ -285,6 +285,6 @@ beamlit/serve/app.py,sha256=ROS_tb9cO4GvOQKCwloyAzpYraTdIb3oG6sChXikeNw,3285
|
|
285
285
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
286
286
|
beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
|
287
287
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
288
|
-
beamlit-0.0.
|
289
|
-
beamlit-0.0.
|
290
|
-
beamlit-0.0.
|
288
|
+
beamlit-0.0.38rc81.dist-info/METADATA,sha256=zlt07Fkamd1Jnvxr695DnwEZtvqWCD5QiBSU6mxnpnk,3506
|
289
|
+
beamlit-0.0.38rc81.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
290
|
+
beamlit-0.0.38rc81.dist-info/RECORD,,
|
File without changes
|