Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 3.75 KB

Analytics.md

File metadata and controls

43 lines (31 loc) · 3.75 KB

Docker-Locust's Anonymous Aggregate User Behaviour Analytics

Docker-Locust has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics. You are notified about this when you start Docker-Locust.

Why?

Docker-Locust is provided free of charge for our internal and external users and we don't have direct communication with its users nor time resources to ask directly for their feedback. As a result, we now use anonymous aggregate user analytics to help us understand how Docker-Locust is being used, the most common used features based on how, where and when people use it. With this information we can prioritize some features over other ones.

What?

Docker-Locust's analytics record some shared information for every event:

With the recorded information, it is not possible for us to match any particular real user.

As far as we can tell it would be impossible for Google to match the randomly generated analytics user ID to any other Google Analytics user ID. If Google turned evil the only thing they could do would be to lie about anonymising IP addresses and attempt to match users based on IP addresses.

When/Where?

Docker-Locust's analytics are sent throughout Docker-Locust's execution to Google Analytics over HTTPS.

Who?

Docker-Locust's analytics are accessible to Docker-Locust's current maintainers. Contact @scherniavsky if you are a maintainer and need access.

How?

The code is viewable in this lines.

The code is implemented in try except block. If it fails, it will skip it.

Opting out before starting Docker-Locust

Docker-Locust analytics helps us, maintainers and leaving it on is appreciated. However, if you want to opt out and not send any information, you can do this by using passing the following parameter at start time:

SEND_ANONYMOUS_USAGE_INFO=false bash <(curl -s https://raw.githubusercontent.com/zalando-incubator/docker-locust/master/local.sh) deploy

Disclaimer

This document and the implementation are based on the great idea implemented by Homebrew