openebs-archive/jiva-operator

add google analytics for jiva csi volumes

prateekpandey14 opened this issue · 1 comments

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Add google analytics for cstor csi volumes ,whenever a volume is provisioned and de-provisioned plugin will send a google event with following details:

  1. pvName (will shown as app title in google analytics)
  2. pvcName
  3. size of the volume
  4. event type : volume-provision, volume-deprovision
  5. storage type "cstor-csi"
  6. replicacount as per the provisioned volume set via StorageClass
  7. ClientId as default namespace uuid

fixed in #49