add opentelemetry
This commit is contained in:
parent
d1cef99c5a
commit
e5c68f6bb7
3 changed files with 333 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue