From 486f3512dcc8521e5306ef8e13984b44c6dd9b45 Mon Sep 17 00:00:00 2001 From: bardabun Date: Tue, 7 Jan 2025 12:59:03 +0200 Subject: [PATCH] Update python.md --- docs/shipping/Code/python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/shipping/Code/python.md b/docs/shipping/Code/python.md index 6cefea11..5787b71e 100644 --- a/docs/shipping/Code/python.md +++ b/docs/shipping/Code/python.md @@ -1451,10 +1451,10 @@ The OpenTelemetry Collector receives traces from the application and exports the #### Build Docker Images -Build Docker images for both the Node.js application and the OpenTelemetry Collector: +Build Docker images for both the Python application and the OpenTelemetry Collector: ```shell -# Build Node.js application image +# Build Python application image cd python-app/ docker build --platform linux/amd64 -t your-python-app:latest . @@ -1490,7 +1490,7 @@ aws logs create-log-group --log-group-name /ecs/otel-collector #### Define ECS Task -Create a task definition (task-definition.json) for ECS that defines both the Node.js application container and the OpenTelemetry Collector container. +Create a task definition (task-definition.json) for ECS that defines both the Python application container and the OpenTelemetry Collector container. #### task-definition.json