beamlit 0.0.34rc56__py3-none-any.whl → 0.0.34rc57__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.
@@ -15,9 +15,6 @@ from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import (
|
|
15
15
|
)
|
16
16
|
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
|
17
17
|
from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor
|
18
|
-
from opentelemetry.instrumentation.system_metrics import (
|
19
|
-
SystemMetricsInstrumentor,
|
20
|
-
)
|
21
18
|
from opentelemetry.metrics import NoOpMeterProvider
|
22
19
|
from opentelemetry.sdk._logs import LoggerProvider, LoggingHandler
|
23
20
|
from opentelemetry.sdk._logs.export import BatchLogRecordProcessor
|
@@ -143,7 +140,6 @@ def instrument_app(app: FastAPI):
|
|
143
140
|
# Only instrument the app when OpenTelemetry is enabled
|
144
141
|
FastAPIInstrumentor.instrument_app(app)
|
145
142
|
HTTPXClientInstrumentor().instrument()
|
146
|
-
SystemMetricsInstrumentor().instrument()
|
147
143
|
|
148
144
|
|
149
145
|
def shutdown_instrumentation():
|
@@ -130,7 +130,7 @@ beamlit/authentication/credentials.py,sha256=p_1xenabCbQuRz7BiFk7oTK4uCxAt_zoyku
|
|
130
130
|
beamlit/authentication/device_mode.py,sha256=tmr22gllKOZwBRub_QjF5pYa425x-nE8tQNpZ_EGR6g,3644
|
131
131
|
beamlit/common/__init__.py,sha256=saX5X3hRCJ9erSlXuSkZ2VGgquvpgdcofAU_9sM4bCE,354
|
132
132
|
beamlit/common/error.py,sha256=f9oJDFxhoHK-vpjxBgEp0NwWIk0N_THPemUI7uQxVzU,270
|
133
|
-
beamlit/common/instrumentation.py,sha256=
|
133
|
+
beamlit/common/instrumentation.py,sha256=GpM7dfAWXDD7h9X4WnI5k-pE2tBHSN08_KN9NHLRugo,5334
|
134
134
|
beamlit/common/logger.py,sha256=nN_dSOl4bs13QU3Rod-w3e3jYOnlSrHx3_bs-ACY6Aw,1115
|
135
135
|
beamlit/common/secrets.py,sha256=sid81bOe3LflkMKDHwBsBs9nIju8bp5-v9qU9gkyNMc,212
|
136
136
|
beamlit/common/settings.py,sha256=b2rvby-ufG3M0AB1ReoWFM-1EzF1LaE-gbokO9HvQDI,3810
|
@@ -256,6 +256,6 @@ beamlit/serve/app.py,sha256=gYQvUK_S7g0Em-idND8HrVDqgg5LlIemheSGlX2Jj8U,3638
|
|
256
256
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
257
257
|
beamlit/serve/middlewares/accesslog.py,sha256=Mu4T4_9OvHybjA0ApzZFpgi2C8f3X1NbUk-76v634XM,631
|
258
258
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
261
|
-
beamlit-0.0.
|
259
|
+
beamlit-0.0.34rc57.dist-info/METADATA,sha256=ziM3rBAZv480v0PW4M8QVT72n8HcYwaa-OdOvuhc_3U,2412
|
260
|
+
beamlit-0.0.34rc57.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
261
|
+
beamlit-0.0.34rc57.dist-info/RECORD,,
|
File without changes
|