1
0
Fork 0

Add automatic instrumentation to Postgres queries

This enables automatic instrumentation of Postgres queries when
OpenTelemetry instrumentation is enabled, which will help with debugging
performance problems.
This commit is contained in:
Wesley Aptekar-Cassels 2023-04-07 01:58:49 -04:00
parent 4b1012b185
commit 61453d48e6
4 changed files with 9 additions and 0 deletions

View file

@ -11,3 +11,4 @@ class CelerywyrmConfig(AppConfig):
from bookwyrm.telemetry import open_telemetry
open_telemetry.instrumentCelery()
open_telemetry.instrumentPostgres()