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
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
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