Skip to content

Commit f410aba

Browse files
devin-ai-integration[bot]bot_apk
andcommitted
fix: install datadog package in Docker image for production metrics
Co-Authored-By: bot_apk <apk@cognition.ai>
1 parent 7e9881e commit f410aba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RUN poetry config virtualenvs.create false \
2020
# Build and install the package
2121
RUN pip install dist/*.whl
2222

23+
# Install datadog for DogStatsD metrics emission.
24+
# No-op unless DD_AGENT_HOST is set at runtime.
25+
RUN pip install "datadog>=0.49.0"
26+
2327
# Recreate the original structure
2428
RUN mkdir -p source_declarative_manifest \
2529
&& echo 'from source_declarative_manifest.run import run\n\nif __name__ == "__main__":\n run()' > main.py \

0 commit comments

Comments
 (0)