Verify APM Browser Agent Deployment
You can verify if the APM browser agent deployment was successful and if data is being uploaded to Application Performance Monitoring.
To ensure that the Collector URL (window.apmrum.ociDataUploadEndpoint
) is reachable:
- Go to your application.
- Use the Developer Tools in your browser to go to
the Developer console. In most browsers, you can start the Developer Console by
pressing the
F12
key. - Select the Network tab.
- Filter the URL list by
observations/public-span
, if required.
The Data Upload Endpoint should be displayed with the 200
or 204
HTTP response code. If you do not see a 200 or 204 HTTP response code, then the browser is not able to access the Collector URL. For information on how to resolve this, see Transfer Real User Monitoring Data to Oracle Cloud Infrastructure Data Upload Endpoint.
If the Data Upload Endpoint URL is accessible, then you can go to Trace Explorer and verify if the trace data is being uploaded. For information, see Monitor Traces in Trace Explorer.