How many HTTP transactions through a connection in Haproxy

I want to know how many http transactions occur through a specific connection of Haproxy with a client (frontend).

If I could associate connection (session) id with the frontend’s request I would be able to count number of log lines with this id, calculating the rate.

Is it possible to do with Haproxy 1.6?