File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Configuration
2
2
3
3
Amoc is configured through OTP application environment variables that
4
- are loaded from the configuration file, operating system environment variables
5
- (with prefix `` AMOC_ `` ) and Erlang application environment variables
6
- (` priv/app.config ` ).
4
+ are loaded from the configuration file (` amoc.app.src ` or ` priv/app.config ` )
5
+ and operating system environment variables (with prefix `` AMOC_ `` ).
7
6
8
7
` AMOC_HOSTS ` (the hostnames of all of the ` amoc ` machines) must be set in order to successfully
9
8
run the scenario in a distributed environment.
10
9
11
10
Amoc is able to report metrics to Graphite.
12
11
It is possible to set up a reporting endpoint by setting ` AMOC_GRAPHITE_HOST `
13
12
and ` AMOC_GRAPHITE_PORT ` environment variables.
13
+ It is also possible to configure a different metrix reporter by setting
14
+ the ` AMOC_METRICS_REPORTER ` variable.
14
15
15
16
If there is a need to point amoc to some additional paths with code,
16
17
it can be done by specifying variable ` AMOC_EXTRA_CODE_PATHS ` .
You can’t perform that action at this time.
0 commit comments