File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
example-apps/chatbot-rag-app Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ EXPOSE 4000
2424# Default to disabling instrumentation, can be overridden to false in
2525# docker invocations to reenable.
2626ENV OTEL_SDK_DISABLED=true
27+ ENTRYPOINT [ "opentelemetry-instrument" ]
2728
28- # TODO remove custom entrypoint when EDOT Python >0.7.0 is released.
29- RUN echo 'if [ "${OTEL_SDK_DISABLED:-true}" == "false" ]; \
30- then \
31- opentelemetry-instrument $@; \
32- else \
33- exec $@; \
34- fi' > entrypoint.sh
35- ENTRYPOINT [ "bash" , "-eu" , "./entrypoint.sh" ]
3629CMD [ "python" , "api/app.py" ]
Original file line number Diff line number Diff line change @@ -531,4 +531,4 @@ opentelemetry-instrumentation-sqlalchemy==0.51b0
531531opentelemetry-instrumentation-system-metrics == 0.51b0
532532opentelemetry-instrumentation-tortoiseorm == 0.51b0
533533opentelemetry-instrumentation-urllib3 == 0.51b0
534- elastic-opentelemetry-instrumentation-openai == 0.6.0
534+ elastic-opentelemetry-instrumentation-openai == 0.6.1
You can’t perform that action at this time.
0 commit comments