fix: add opentelemetry-exporter-jaeger dependency
Some checks failed
CI/CD - Build & Test / Backend Tests (push) Has been cancelled
CI/CD - Build & Test / Frontend Tests (push) Has been cancelled
CI/CD - Build & Test / Security Scans (push) Has been cancelled
CI/CD - Build & Test / Docker Build Test (push) Has been cancelled
CI/CD - Build & Test / Terraform Validate (push) Has been cancelled
Deploy to Production / Build & Test (push) Has been cancelled
Deploy to Production / Security Scan (push) Has been cancelled
Deploy to Production / Build Docker Images (push) Has been cancelled
Deploy to Production / Deploy to Staging (push) Has been cancelled
Deploy to Production / E2E Tests (push) Has been cancelled
Deploy to Production / Deploy to Production (push) Has been cancelled
Some checks failed
CI/CD - Build & Test / Backend Tests (push) Has been cancelled
CI/CD - Build & Test / Frontend Tests (push) Has been cancelled
CI/CD - Build & Test / Security Scans (push) Has been cancelled
CI/CD - Build & Test / Docker Build Test (push) Has been cancelled
CI/CD - Build & Test / Terraform Validate (push) Has been cancelled
Deploy to Production / Build & Test (push) Has been cancelled
Deploy to Production / Security Scan (push) Has been cancelled
Deploy to Production / Build Docker Images (push) Has been cancelled
Deploy to Production / Deploy to Staging (push) Has been cancelled
Deploy to Production / E2E Tests (push) Has been cancelled
Deploy to Production / Deploy to Production (push) Has been cancelled
Add missing opentelemetry-exporter-jaeger package required by tracing module. This completes the Docker dependency fixes.
This commit is contained in:
@@ -26,7 +26,8 @@ dependencies = [
|
|||||||
"opentelemetry-api>=1.24.0",
|
"opentelemetry-api>=1.24.0",
|
||||||
"opentelemetry-sdk>=1.24.0",
|
"opentelemetry-sdk>=1.24.0",
|
||||||
"opentelemetry-instrumentation-fastapi>=0.45b0",
|
"opentelemetry-instrumentation-fastapi>=0.45b0",
|
||||||
"jaeger-client>=4.8.0",
|
"opentelemetry-exporter-otlp>=1.24.0",
|
||||||
|
"opentelemetry-exporter-jaeger>=1.21.0",
|
||||||
"python-json-logger>=2.0.7",
|
"python-json-logger>=2.0.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user