File tree Expand file tree Collapse file tree
utils/build/docker/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ WORKDIR /app
66COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
77RUN /binaries/install_ddtrace.sh
88
9+ # Install OTel OTLP exporter for FFE metrics
10+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
11+
912COPY utils/build/docker/python/django /app
1013COPY utils/build/docker/python/iast.py /app/iast.py
1114
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ WORKDIR /app
55COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
66RUN /binaries/install_ddtrace.sh
77
8+ # Install OTel OTLP exporter for FFE metrics
9+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
10+
811COPY utils/build/docker/python/django /app
912COPY utils/build/docker/python/iast.py /app/iast.py
1013
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ WORKDIR /app
55COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
66RUN /binaries/install_ddtrace.sh
77
8+ # Install OTel OTLP exporter for FFE metrics
9+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
10+
811COPY utils/build/docker/python/fastapi/app.sh /app/app.sh
912COPY utils/build/docker/python/fastapi/main.py /app/main.py
1013COPY utils/build/docker/python/fastapi/log_conf.yaml /app/log_conf.yaml
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ WORKDIR /app
55COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
66RUN /binaries/install_ddtrace.sh
77
8+ # Install OTel OTLP exporter for FFE metrics
9+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
10+
811COPY utils/build/docker/python/flask /app
912COPY utils/build/docker/python/iast.py /app/iast.py
1013
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ WORKDIR /app
55COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
66RUN /binaries/install_ddtrace.sh
77
8+ # Install OTel OTLP exporter for FFE metrics
9+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
10+
811COPY utils/build/docker/python/django /app
912COPY utils/build/docker/python/iast.py /app/iast.py
1013
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ ENV DD_REMOTECONFIG_POLL_SECONDS=1
88COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
99RUN /binaries/install_ddtrace.sh
1010
11+ # Install OTel OTLP exporter for FFE metrics
12+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
13+
1114COPY utils/build/docker/python/tornado/app.sh /app/app.sh
1215COPY utils/build/docker/python/tornado/main.py /app/main.py
1316COPY utils/build/docker/python/iast.py /app/iast.py
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ WORKDIR /app
55COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
66RUN /binaries/install_ddtrace.sh
77
8+ # Install OTel OTLP exporter for FFE metrics
9+ RUN pip install opentelemetry-exporter-otlp-proto-http==1.40.0
10+
811COPY utils/build/docker/python/flask /app
912COPY utils/build/docker/python/iast.py /app/iast.py
1013
You can’t perform that action at this time.
0 commit comments