add opentelemetry

This commit is contained in:
Viktor Barzin 2025-08-02 17:25:56 +00:00
parent d1cef99c5a
commit e5c68f6bb7
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 333 additions and 1 deletions

View file

@ -33,6 +33,11 @@ celery = "^5.5.3"
redis = "^6.2.0"
watchdog = "^6.0.0"
apprise = "^1.9.3"
opentelemetry-api = "^1.36.0"
opentelemetry-sdk = "^1.36.0"
opentelemetry-exporter-prometheus = "^0.57b0"
opentelemetry-instrumentation-fastapi = "^0.57b0"
opentelemetry-instrumentation-sqlalchemy = "^0.57b0"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"