diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-20 14:47:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 14:47:27 +0200 |
commit | 64fbf973e074a05e4cbeb2171147fb84772bce32 (patch) | |
tree | 3ca1a4747935cd2ac73e6ff9f7a900efa19ef4f1 | |
parent | b9b497241b5432dac6662d6c063ab08a7de9b117 (diff) | |
download | afl++-64fbf973e074a05e4cbeb2171147fb84772bce32.tar.gz |
Update docs/rpc_statsd.md
Co-authored-by: Edouard SCHWEISGUTH <edznux@gmail.com>
-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 63037bb0..0f264341 100644 --- a/docs/rpc_statsd.md +++ b/docs/rpc_statsd.md @@ -10,7 +10,7 @@ Compared to the default integrated UI of AFL++, this can help you to visualize t This is an example visualization with Grafana. The dashboard can be imported with [this JSON template](resources/grafana-afl++.json). -## Afl++ metrics and StatsD +## AFL++ metrics and StatsD StatsD allows you to receive and aggregate metrics from a wide range of applications and retransmit them to a backend of your choice. |