add google analytics for jiva csi volumes
prateekpandey14 opened this issue · 1 comments
prateekpandey14 commented
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:
- pvName (will shown as app title in google analytics)
- pvcName
- size of the volume
- event type : volume-provision, volume-deprovision
- storage type "cstor-csi"
- replicacount as per the provisioned volume set via StorageClass
- ClientId as default namespace uuid
prateekpandey14 commented
fixed in #49