diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-09-10 21:37:55 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-09-10 21:37:55 +0200 |
commit | 82ef4a90b0ff12a297e1bc3f1c8256ae9ace4f25 (patch) | |
tree | 53533545aadbfac3996a1e8f0badac531f51bf27 /docs/rpc_statsd.md | |
parent | bd4ecd83b1e4126300475d5beb09b4a8327b045a (diff) | |
download | afl++-82ef4a90b0ff12a297e1bc3f1c8256ae9ace4f25.tar.gz |
Fix links
Diffstat (limited to 'docs/rpc_statsd.md')
-rw-r--r-- | docs/rpc_statsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rpc_statsd.md b/docs/rpc_statsd.md index 898ad099..efbd550b 100644 --- a/docs/rpc_statsd.md +++ b/docs/rpc_statsd.md @@ -41,7 +41,7 @@ To enable the StatsD reporting on your fuzzer instances, you need to set the env Setting `AFL_STATSD_TAGS_FLAVOR` to the provider of your choice will assign tags / labels to each metric based on their format. The possible values are `dogstatsd`, `librato`, `signalfx` or `influxdb`. -For more information on these env vars, check out `docs/env_variables.md`. +For more information on these env vars, check out [env_variables.md](env_variables.md). The simplest way of using this feature is to use any metric provider and change the host/port of your StatsD daemon, with `AFL_STATSD_HOST` and `AFL_STATSD_PORT`, if required (defaults are `localhost` and port `8125`). |