Jenkins's openstack-plugin uses openstack4j for talking to an openstack cloud. I'm looking for a way that we can we can monitor the amount of http(s) API calls openstack4j does, from client side perspective.
Some possible things to know:
- Jenkins can tell me that? (although I believe openstack4j does the http(s) call independently)
- it's running inside a container, some https call monitoring tools that I could use on that level?