You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Samuel Chong <sa...@gmail.com> on 2016/10/27 00:13:52 UTC

[dev] WebAnalytics for LibCloud

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

Posted by Samuel Chong <sa...@gmail.com>.
thanks Greg. That's exactly what I need.

On Thu, Oct 27, 2016 at 12:51 PM Greg Hill <gr...@rackspace.com> 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/libcloud/common/base.py#L684
> <https://github.com/apache/libcloud/blob/82df6e961b6f3e581cb404a01acfee4ce498d1c6/libcloud/common/base.py#L684>
>
>
> Anything starting with "libcloud/".
>
> Greg
>
> On 10/26/16, 7:13 PM, "Samuel Chong" <sa...@gmail.com> wrote:
>
> >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

Posted by Greg Hill <gr...@RACKSPACE.COM>.
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 Chong" <sa...@gmail.com> wrote:

>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