From 94e06092f26013748b03046c1a59892e77f88ec6 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Thu, 27 Nov 2014 11:39:14 +0100 Subject: [PATCH] Mention the metrics --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 04ee33d1..07f1ef9a 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,24 @@ $ rake features $ rake features KEEP_RUNNING=1 ``` +## Metrics + +Since version 3.3.3 Capistrano includes anonymous metrics. The metric server, +gem collection, and when it exists, the HTML/d3 page to view the metrics are +all open-source and available for inspection and audit at +https://github.com/capistrano/stats + +**Notes for CI**: If you commit the file `.capistrano/metrics` to your source +control, you will not be prompted again, this is what we expect you to do, and +it should also avoid breaking your CI server by blocking waiting for an answer +on standard in. + +* The gem invites users to opt-into metrics collection when the task + `load:defaults` is called. A project-specific hash derived from the output of + `git config remote.origin.url` is written to a file `.capistrano/metrics` to + allow us to differentiate between many members of the same team deploying the + same project vs. many people on many projects. + ## License MIT License (MIT)