From 26149795885eb99e7ab50ffcf8509c793bfc367a Mon Sep 17 00:00:00 2001 From: JAMES ZHANG Date: Wed, 20 Apr 2016 11:09:11 -0500 Subject: [PATCH] add privacy notice for cf-deployment-tracker-client --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ae0f69e5..ccc383ff 100755 --- a/README.md +++ b/README.md @@ -109,8 +109,25 @@ To troubleshoot your Bluemix application, use the logs. To see the logs, run: See [CONTRIBUTING](CONTRIBUTING.md). ## Open Source @ IBM + Find more open source projects on the [IBM Github Page](http://ibm.github.io/) +### Privacy Notice + +This node sample web application includes code to track deployments to Bluemix and other Cloud Foundry platforms. The following information is sent to a [Deployment Tracker][deploy_track_url] service on each deployment: + +* Application Name (`application_name`) +* Space ID (`space_id`) +* Application Version (`application_version`) +* Application URIs (`application_uris`) + +This data is collected from the `VCAP_APPLICATION` environment variable in IBM Bluemix and other Cloud Foundry platforms. This data is used by IBM to track metrics around deployments of sample applications to IBM Bluemix. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked. + +### Disabling Deployment Tracking + +Deployment tracking can be disabled by removing `require('cf-deployment-tracker-client').track();` from the beginning of the `server.js` file at the root of this repo. + +[deploy_track_url]: https://github.com/cloudant-labs/deployment-tracker [service_url]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/tone-analyzer.html [cloud_foundry]: https://github.com/cloudfoundry/cli [getting_started]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/