serverless/docs/framework-statistics.md
2016-10-18 19:10:45 +02:00

1.3 KiB

Framework statistics

Serverless will automatically collect anonymous framework statistics. This is done so that we better understand the usage and needs of our users to improve Serverless in future releases. However you can always disable it.

What we collect

Our main goal is anonymity. All the data is anonymized and won't reveal who you are or what the project you're working on is / looks like.

Please take a look at the logStat() method in the Utils class to see what (and how) we collect statistics.

How it's implemented

We encourage you to look into the source to see more details about the actual implementation.

The whole implementation consists of two parts:

  1. The slstats plugin
  2. The logStat() method you can find in the Utils class

How to disable it

You can disable it by running the following command: serverless slstats --disable. You can always run serverless slstats --enable to enable it again.