We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15a87 commit 99a1736Copy full SHA for 99a1736
cx-agent-backend/Dockerfile
@@ -22,4 +22,4 @@ ENV PYTHONPATH="/app/src"
22
EXPOSE 8080
23
24
# Start the CX Agent service
25
-CMD ["python", "src/run.py"]
+CMD ["opentelemetry-instrument", "python", "src/run.py"]
cx-agent-backend/pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
18
"structlog>=23.2.0",
19
"dependency-injector>=4.41.0",
20
"tavily-python>=0.3.0",
21
+ "aws-opentelemetry-distro>=0.1.0",
]
[project.optional-dependencies]
0 commit comments