Kong 1.3 - load-balancing hash on header

Hi, Was just wondering if there is any way to query or get information about the ring balancer and pool information? Basically I want to confirm what the ‘pool’ is for the balancing and if it’s balancing traffic based on the http header (sticky sessions). Is there any way to do this from KONG ?

upstreams:
  - name: myservice.upstream
    hash_fallback: none
    hash_on: header
    hash_on_header: X-User-ID