Update anonymous usage statistics to record Fleet feature adoption (#3056)

* Collect additional anonymous usage statistics

* Update fleetdm.com and docs for usage stats

* Fix lint-go errors

* Fix failing test

* update webhook inputs

* Update receive-usage-analytics.js

* fix failing test

* Update statistics_test.go

Co-authored-by: eashaw <eashaw@sailsjs.com>
This commit is contained in:
gillespi314
2021-12-06 14:39:00 -06:00
committed by GitHub
co-authored by eashaw
parent eca7ddf3fe
commit 6ee6dba4a4
14 changed files with 212 additions and 50 deletions
+12 -3
View File
@@ -12,9 +12,18 @@ Fleet Device Management Inc. periodically collects anonymous information about y
```json
{
"anonymous_identifier": 1,
"fleet_version": "x.x.x",
"hosts_enrolled_count": 12345
"anonymousIdentifier": "9pnzNmrES3mQG66UQtd29cYTiX2+fZ4CYxDvh495720=",
"fleetVersion": "x.x.x",
"licenseTier": "free",
"numHostsEnrolled": 12345,
"numUsers": 12,
"numTeams": 3,
"numPolicies": 5,
"numLabels": 20,
"softwareInventoryEnabled": true,
"vulnDetectionEnabled": true,
"systemUsersEnabled": true,
"hostStatusWebhookEnabled": true,
}
```