Configuration
You can configure the behavior of our agents using these configuration options. They can be set from environment variables like:
or inside the code as:
In the table below, you can see what each config option does and how to set them.
Except for the parameter apikey
, all other configuration options are optional and have default values.
Config name in code | Config name as env variable | Purpose |
---|---|---|
|
| This is the api key used to authenticate with CtrlB services. |
|
| Set the name of your application to improve your experience. Defaults to git repo if available. |
|
| Set this if the same application is deployed in |
|
| Set this if the same application name and stage have multiple versions running. Can leave unspecified if not applicable. |
|
| Set this to |
|
| This is an experimental feature to automatically generate trace ids for distrubuted requests. Disabled by default. Set this to "True" to enable it. |
Last updated