cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i use django but i cant configure

gustavo
Newcomer

this tutorial

https://docs.appdynamics.com/display/PRO45/Install+the+Python+Agent#InstallthePythonAgent-Configuret...


say

[agent] 
app = <app_name>
tier = <tier_name>
node = <node_name>
[controller]
host = <controller_host>
port = <controller_port>
ssl = true
account = <your AppDynamics controller account name>
accesskey = <your AppDynamics controller account access key>

but i cant find this variables

4 REPLIES 4

dave_mauney
Dynatrace Champion
Dynatrace Champion

Are you using Dynatrace or AppDynamics? You're asking on a Dynatrace Forum about AppDynamics instrumentation instructions...

gustavo
Newcomer

you are correct. i mistake, i am using dynatrace. how i configure django to use with dynatrace?

dave_mauney
Dynatrace Champion
Dynatrace Champion

david_lopes
Dynatrace Advisor
Dynatrace Advisor

The easiest way is to use https://github.com/dlopes7/autodynatrace


  1. pip install autodynatrace
  2. Add "autodynatrace.wrappers.django" to the INSTALLED_APPS array


Featured Posts