Remove telemetry, Docker, Github-specifics, development-only tools
This commit is contained in:
parent
ba1f180c83
commit
bb6e8e516c
36 changed files with 1 additions and 1658 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue