28 Sep 2023 03:15 PM - last edited on 16 Oct 2023 05:55 PM by AgataWlodarczyk
Hi guys,
I need to send some metrics to Dynatrace with Phyton SDK but I don`t have the Dynatrace server, my question is: Is there a Dynatrace simulator for local development?
Solved! Go to Solution.
28 Sep 2023 06:58 PM
You can use the DEMO but i think you will not be able to do what you want
https://{environmentid}.apps.dynatrace.com/ui/
28 Sep 2023 07:07 PM
I wrote my own http server to handle this, I never saw a solution for this.
28 Sep 2023 07:10 PM
Hi @WilliamSca , You can use the trial for this, https://www.dynatrace.com/trial/
28 Sep 2023 07:12 PM - last edited on 16 Oct 2023 05:56 PM by AgataWlodarczyk
@WilliamSca
Do you mean the Python SDK for extensions? If so it comes bundled with oneagent_simulate_plugin.
Or do you mean the Python SDK for tracing Python applications?