03 Apr 2025
08:14 AM
- last edited on
04 Apr 2025
07:59 AM
by
MaciejNeumann
The issue we would like help monitoring is our XYZ cache. Sometimes, when we do a prod push for our UI the XYZ cache will be corrupted and the page will not load correctly. It will still return a 200 success response, but some of the required files will be missing.
We push our changes by building a docker image, pushing it to cloudsmith, then using Argo CD to update the version running in the KaaS shared cluster.
We have a SPA website that sits behind XYZ. XYZ will cache our UI files. This cache will occasionally be corrupted when we push a change to our UI.
XYZ will cache the Javascript / HTML files in different locations to serve it to customers faster.
=========
Now for solution perspective - Enable Real User Monitoring (RUM) for SPA will be the first approach i think.
===================
How this can be traced using Dynatrace and can be achieved.
Please suggest proper steps so we can act on it