cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Use Cluster AG as a beacon endpoint for web application

Yosi_Neuman
DynaMight Guru
DynaMight Guru

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 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel
6 REPLIES 6

Julius_Loman
DynaMight Legend
DynaMight Legend

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>

 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

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

Yosi_Neuman_1-1687937177518.png

Thanks

Yos 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

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. 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

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 ?

Yosi_Neuman_0-1687939347084.png

Yos

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Yes, exactly using the URL (https://<your-cluster-ag-hostname>:<your-cluster-ag-port>/bf/<your-environment-id>). 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Romanenkov_Al3x
DynaMight Champion
DynaMight Champion

Hello, Yos 

Example:

https://ag.some.addrr:443/bf/env-id-bbaf-bxxxb07d/

Also don't forget about:

Access-Control-Allow-Origin

 

Regards,

Alex

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

Featured Posts