beamlit 0.0.34rc76__py3-none-any.whl → 0.0.34rc77__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.
@@ -4,13 +4,13 @@ from typing import Any
|
|
4
4
|
from fastapi import FastAPI
|
5
5
|
from opentelemetry import _logs, metrics, trace
|
6
6
|
from opentelemetry._logs import set_logger_provider
|
7
|
-
from opentelemetry.exporter.otlp.proto.
|
7
|
+
from opentelemetry.exporter.otlp.proto.http._log_exporter import (
|
8
8
|
OTLPLogExporter,
|
9
9
|
)
|
10
|
-
from opentelemetry.exporter.otlp.proto.
|
10
|
+
from opentelemetry.exporter.otlp.proto.http.metric_exporter import (
|
11
11
|
OTLPMetricExporter,
|
12
12
|
)
|
13
|
-
from opentelemetry.exporter.otlp.proto.
|
13
|
+
from opentelemetry.exporter.otlp.proto.http.trace_exporter import (
|
14
14
|
OTLPSpanExporter,
|
15
15
|
)
|
16
16
|
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
|
@@ -131,7 +131,7 @@ beamlit/authentication/credentials.py,sha256=p_1xenabCbQuRz7BiFk7oTK4uCxAt_zoyku
|
|
131
131
|
beamlit/authentication/device_mode.py,sha256=LNHjoKe3u4TWApLKO34cJjN92UsVkHSYSbXr6eKxo64,3721
|
132
132
|
beamlit/common/__init__.py,sha256=saX5X3hRCJ9erSlXuSkZ2VGgquvpgdcofAU_9sM4bCE,354
|
133
133
|
beamlit/common/error.py,sha256=f9oJDFxhoHK-vpjxBgEp0NwWIk0N_THPemUI7uQxVzU,270
|
134
|
-
beamlit/common/instrumentation.py,sha256=
|
134
|
+
beamlit/common/instrumentation.py,sha256=u-eZjv1hWMAlYQ3b6YPmOPHBJCCgPebLuLO5DhDRgAA,5351
|
135
135
|
beamlit/common/logger.py,sha256=nN_dSOl4bs13QU3Rod-w3e3jYOnlSrHx3_bs-ACY6Aw,1115
|
136
136
|
beamlit/common/secrets.py,sha256=sid81bOe3LflkMKDHwBsBs9nIju8bp5-v9qU9gkyNMc,212
|
137
137
|
beamlit/common/settings.py,sha256=OL1pZLB3BgN7QPCz9VR7gjYb-LoYpelilS7rU7FubCE,3962
|
@@ -284,6 +284,6 @@ beamlit/serve/app.py,sha256=_aG2UVQ3Y85rUW3ehu9TlzLnowkfh54IIz558ftqOMw,3638
|
|
284
284
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
285
285
|
beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
|
286
286
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
287
|
-
beamlit-0.0.
|
288
|
-
beamlit-0.0.
|
289
|
-
beamlit-0.0.
|
287
|
+
beamlit-0.0.34rc77.dist-info/METADATA,sha256=Mgp2S8Sv2jxEy9FIY_IatNrhYvDRgprsZIToyhbHogE,2441
|
288
|
+
beamlit-0.0.34rc77.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
289
|
+
beamlit-0.0.34rc77.dist-info/RECORD,,
|
File without changes
|