🔨 Add OTel/Jeager to start HTTP/SQL requests monitoring

This commit is contained in:
2023-05-02 23:02:09 +02:00
parent 07d43bfcb4
commit 6aa28f7bfb
4 changed files with 98 additions and 1 deletions

View File

@@ -18,7 +18,13 @@ asyncpg = "^0.27.0"
msgspec = "^0.12.0"
pyshp = "^2.3.1"
pyproj = "^3.5.0"
opentelemetry-instrumentation-fastapi = "^0.38b0"
sqlalchemy-utils = "^0.41.1"
opentelemetry-instrumentation-logging = "^0.38b0"
opentelemetry-sdk = "^1.17.0"
opentelemetry-api = "^1.17.0"
opentelemetry-exporter-otlp-proto-http = "^1.17.0"
opentelemetry-instrumentation-sqlalchemy = "^0.38b0"
[build-system]
requires = ["poetry-core"]