From 13268db5361dd73d5504a7704c60d76d4755a71f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 10 May 2018 11:31:31 -0600 Subject: [PATCH] Update readme with regards to telemetry --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8655205b..c6455d7c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Then make sure the `caddy` binary is in your PATH. To build for other platforms, use build.go with the `--goos` and `--goarch` flags. +When building from source, telemetry is enabled by default. You can disable it by changing `enableTelemetry` in run.go before compiling, or use the `-disabled-metrics` flag at runtime to disable only certain metrics. + ## Quick Start