Discussed in #2505
Originally posted by UmBsublime November 10, 2022
Hi,
I am parsing my openstack api logs and trying to identify what API-clients and SDKs our user-base implement to consume our services. To do this I can usually check the HTTP user-agent for the specific sdk and version being used.
When parsing for usage of gophercloud the user-agent is set statically to gophercloud/2.0.0
I am curious as to what this represents since it does not relate to the SDK version.
https://github.com/gophercloud/gophercloud/blob/master/provider_client.go#L17