Setup Monitoring Tools
Monitor and trace user activity
Last updated
Monitor and trace user activity
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
To monitor and trace user activity on the client side, we need to enable telemetry in the local or development environment.
Whichever environment file has been used to deploy DIGIT, please make sure the above code blocks are added to the file. Dev has been used here as an example. This can differ based on the environment.
Redeploy the citizen, employee, and digit-ui modules using Helm. For example, to redeploy the citizen module, identify the docker image ID from the product release charts.
/DIGIT-DevOps/config-as-code/product-release-charts/DIGIT/dependancy_chart-digit-<version>.yaml
If you have deployed DIGIT v2.6, use the 2.6 release chart. If 2.7, use the 2.7 release chart. Search for the docker image ID of the citizen, employee and digit-UI modules and copy those.
Then, run the following commands to redeploy the citizen module with the updated variables in the environment file. This will replace the new values during deployment and configure it appropriately:
Repeat this exercise for the employee module. Redeploy the digit-ui module based on the instructions . Once the deployment is successful, we can track it into the Network tab by filter telemetry.
All content on this website by is licensed under a .