24 Nov 2023 03:46 PM
Hello, I want to add monitoring for Python applications in AWS Firegate with Alpine, what is the procedure? I don't understand if I should create the image of my application and install the SDK for Python in it, and within my application invoke the Dynatrace libraries If this is the case, what is the procedure?
Solved! Go to Solution.
24 Nov 2023 04:23 PM
Hi @juanrergis
The following procedure should help you:
Create a Custom Docker Image:
Instrument Your Application:
Configure the OneAgent:
Build and Push Your Docker Image:
Deploy on AWS Fargate:
Verify and Monitor:
Hope it helps😊
Radek