- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 06:47 AM
Hi guys,
We know that CAG is an end point for agentless RUM (i.e. bf request).
Can CAG also be the end point for agent RUM (i.e. rb request)?
Thanks in advance
Yos
Solved! Go to Solution.
- Labels:
-
real user monitoring
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 07:23 AM
Sure it can. That's how the agentless application work. So basically it is:
https://<your-cluster-ag-hostname>:<your-cluster-ag-port>/bf/<your-environment-id>
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 08:26 AM
Hi @Julius_Loman & @Romanenkov_Al3x , Thanks for your answers !
We know that Agentless RUM send bf requests and CAG is able to accept them.
Question is regarding if CAG can accept also Agent RUM that send rb requests.
Documentation shows only Agentless RUM
Thanks
Yos
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 08:44 AM
Agentless RUM is the same RUM javascript and works exactly the same way as when injected by OneAgent, it just sends the data to a different location.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 09:03 AM
In other words:
Can we point the web application to send the monitoring data to the URL of the CAG and just take care of the CORS ?
Yos
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 09:59 AM
Yes, exactly using the URL (https://<your-cluster-ag-hostname>:<your-cluster-ag-port>/bf/<your-environment-id>).
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 07:49 AM
Hello, Yos
Example:
https://ag.some.addrr:443/bf/env-id-bbaf-bxxxb07d/
Also don't forget about:
Access-Control-Allow-Origin
Regards,
Alex
