Analytics of Mendix

0
Hello All, We have deployed an Private Cloud Standalone version of Mendix, can anyone please help me out with where i can check on the Analytics of the Mendix. Like, User login, Current sessions etc.   Thank you in advance   Warm Regards Vineeth
asked
2 answers
1

Hi Vineeth,

 

Mendix offers some basic information about the app (scheduled events, runtime instances and active sessions) in the Administration module. If you connect these pages to a menu accessible by an Administrator you can view this information.

 

image.png

 

Additional monitoring and analytics in Private Cloud requires you to install your own solution:

The metrics API can only be accessed inside the Kubernetes cluster, and metrics are never sent to the Mendix Private Cloud Portal. To collect, store, and display metrics, you will need to install a local monitoring solution.

https://docs.mendix.com/developerportal/deploy/private-cloud-monitor/

answered
0

Apart from Stephan great advice, have a look at my module System management. Got some pages that might be useful to you.

answered