1
0
Fork 0

Remove telemetry, Docker, Github-specifics, development-only tools

This commit is contained in:
Reinout Meliesie 2025-03-10 18:33:17 +01:00
parent ba1f180c83
commit bb6e8e516c
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
36 changed files with 1 additions and 1658 deletions

View file

@ -7,8 +7,4 @@ class CelerywyrmConfig(AppConfig):
verbose_name = "BookWyrm Celery"
def ready(self) -> None:
if settings.OTEL_EXPORTER_OTLP_ENDPOINT or settings.OTEL_EXPORTER_CONSOLE:
from bookwyrm.telemetry import open_telemetry
open_telemetry.instrumentCelery()
open_telemetry.instrumentPostgres()
pass