zfs-localpv/pkg/driver
Pawan d608dbacd8 feat(analytics): adding google analytics for ZFSPV
Whenever a volume is provisioned and de-provisioned we will send a google event with mainly following details :
1.    pvName (will shown as app title in google analytics)
2.    size of the volume
3.    event type : volume-provision, volume-deprovision
4.    storage type zfs-localpv
5.    replicacount as 1
6.    ClientId as default namespace uuid

Apart from this, we send the event once in 24 hr, which will have some info like number of nodes, node type, kubernetes version etc.

This metric is cotrolled by OPENEBS_IO_ENABLE_ANALYTICS env. We can set it to false if we don't want to send the metrics.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-03-02 23:00:22 +05:30
..
agent.go feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
controller.go feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
driver.go feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
grpc.go feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
identity.go feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
scheduler.go feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30