[dev] WebAnalytics for LibCloud

2016-10-26 Thread Samuel Chong
Hi, I'm interested to find out how many user out there is using libcloud to connect to our cloud. Does anyone has any idea on how to achieve this? Regards, SamC

Re: [dev] WebAnalytics for LibCloud

2016-10-26 Thread Greg Hill
IIRC it sets a libcloud user-agent string, so you could check your analytics for requests from that user-agent. https://github.com/apache/libcloud/blob/82df6e961b6f3e581cb404a01acfee4ce49 8d1c6/libcloud/common/base.py#L684 Anything starting with "libcloud/". Greg On 10/26/16, 7:13 PM, "Samuel

Re: [dev] WebAnalytics for LibCloud

2016-10-26 Thread Samuel Chong
thanks Greg. That's exactly what I need. On Thu, Oct 27, 2016 at 12:51 PM Greg Hill wrote: > IIRC it sets a libcloud user-agent string, so you could check your > analytics for requests from that user-agent. > > https://github.com/apache/libcloud/blob/82df6e961b6f3e581cb404a01acfee4ce49 > 8d1c6/l