From 43c87cd9b6e0724670fba14ac8098631ff23cf8a Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Fri, 6 Feb 2015 11:40:08 +0100 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 40dfaa4c..99e11607 100644 --- a/README.md +++ b/README.md @@ -106,26 +106,6 @@ $ 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 metric prompt is also [disabled when standard in is not a -tty](https://github.com/capistrano/stats/blob/77c9993d3ee604520712261aa2a70c90f3b96a6f/gem/lib/capistrano-stats/metric-collector.rb#L53) -(when using Capistrano from scripts, or from some well behaved CI services) - -* 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. - ## SSHKit [SSHKit](https://github.com/leehambley/sshkit) is the driver for SSH