Dear All,
How to count the number of real users who accessed a particular service without configuring the users' tag?
Regards,
Babar
Solved! Go to Solution.
Are you looking at a particular service? or are you looking at your application in general. You can see the number of users in a defined application via the user sessions even without Session IDs set up:
for the Service, I dont think there is a way to show the number of users. The closest I cold get was the number of requests but even then a user can trigger more then 1 request.