Hi Anirban,
please understand that we provide free support only through open channels.
If the classes under test are not listed on the sessions page this can have a couple of reasons:
1) You defined a filter to exclude them
2) The classes have not been executed
3) The classes have been executed in a different Java VM then the one where you attached the agent
In your case it might be 3). If I have a look at the documentation it looks like Apache Bean uses separate worker processes:
In this case you will need to also configure JaCoCo agent for the worker processes.
Regards,
-matc
Do you know how the Apache Beam framework works? Does it start other VMs for the actual processing?