Merge pull request #2795 from WesleyAC/add-postgres-instrumentation
Add automatic instrumentation to Postgres queries
This commit is contained in:
commit
035ca6fec2
4 changed files with 9 additions and 0 deletions
|
@ -11,3 +11,4 @@ class CelerywyrmConfig(AppConfig):
|
|||
from bookwyrm.telemetry import open_telemetry
|
||||
|
||||
open_telemetry.instrumentCelery()
|
||||
open_telemetry.instrumentPostgres()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue