Skip to content

Commit 5055068

Browse files
authored
Merge pull request #106 from esl/tiny-docs-upd
Configuration description tiny update
2 parents d10d794 + 72ddd53 commit 5055068

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
## Configuration
22

33
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_``).
76

87
`AMOC_HOSTS` (the hostnames of all of the `amoc` machines) must be set in order to successfully
98
run the scenario in a distributed environment.
109

1110
Amoc is able to report metrics to Graphite.
1211
It is possible to set up a reporting endpoint by setting `AMOC_GRAPHITE_HOST`
1312
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.
1415

1516
If there is a need to point amoc to some additional paths with code,
1617
it can be done by specifying variable `AMOC_EXTRA_CODE_PATHS`.

0 commit comments

Comments
 (0)