File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ agent = stackimpact.start(
68
68
69
69
Add the agent initialization to the worker code, e.g. wsgi.py, if applicable.
70
70
71
- Other initialization options:
71
+ All initialization options:
72
72
73
+ * ` agent_key ` (Required) The access key for communication with the StackImpact servers.
74
+ * ` app_name ` (Required) A name to identify and group application data. Typically, a single codebase corresponds to one application.
73
75
* ` app_version ` (Optional) Sets application version, which can be used to associate profiling information with the source code release.
74
76
* ` app_environment ` (Optional) Used to differentiate applications in different environments.
75
77
* ` host_name ` (Optional) By default, host name will be the OS hostname.
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Getting started
55
55
Create StackImpact account
56
56
^^^^^^^^^^^^^^^^^^^^^^^^^^
57
57
58
- Sign up for a free account at
59
- ` stackimpact.com < https://stackimpact.com/ >`__ .
58
+ ` Sign up < https://dashboard.stackimpact.com/#/signup >`__ for a free
59
+ account (also with GitHub login) .
60
60
61
61
Installing the agent
62
62
^^^^^^^^^^^^^^^^^^^^
@@ -89,8 +89,12 @@ Configuration section.
89
89
Add the agent initialization to the worker code, e.g. wsgi.py, if
90
90
applicable.
91
91
92
- Other initialization options:
92
+ All initialization options:
93
93
94
+ - ``agent_key `` (Required) The access key for communication with
95
+ StackImpact servers.
96
+ - ``app_name `` (Required) A name to identify and group application
97
+ data. Typically, single codebase corresponds to one application.
94
98
- ``app_version `` (Optional) Sets application version, which can be
95
99
used to associate profiling information with the source code release.
96
100
- ``app_environment `` (Optional) Used to differentiate applications in
You can’t perform that action at this time.
0 commit comments