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

Can I test that the monitor signal passes through my infrastructure?

krokkas
Helper

Documentation: Real User Monitoring-> How do I enable reak user monitoring, under section "Can I test that the monitor signal passes through my infrastructure?"

What does the <ID> field refer to in

<your hostname>/rx_<ID>?$

Thanks

4 REPLIES 4

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

The <ID> is your environment id. If you look at the Dynatrace UI and your browser, this is the part before the ".live.dynatrace.com". The easiest way to find out the correct url for the check is:

  1. open the developer tools of your browser and look for an XHR Post request which starts with rb_<ID>
  2. for example: https://www.mydomain.com/rb_hxg123354
  3. copy the url of this request and add the query string: ?type=check (example: https://www.mydomain.com/rb_hxg123354?type=check)
  4. you should get a response with status 200 and some text like that: "state=ok&agentType=nginx&agentVersion=1.121.170.20170703-101146"
  5. as long as "state=ok" is in there, then the beacon (monitoring signal) is ok.

Please note, the "rx" from the documentation is outdated. We will update it. This check is only for auto injected applications when using the Dynatrace OneAgent. If you use agentless monitoring this approach is not needed, as the monitoring signal (beacon) is going from the browser to the Dynatrace infrastructure.

krokkas
Helper

@Alexander S. Hi Alexander, that worked thank you.

One question is the ?type=check request is reporting an agentVersion less than the UI is reporting (UI reporting: Host is monitored. Dynatrace OneAgent is up-to-date on version 1.119), check above is reporting (state=ok&agentType=java&agentVersion=1.117.1.20170317-052013).

Any idea why?

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

Perhaps this particular process was not restarted and therefore is still using the older version?
If not, please open a support issue as we then can help you better. I would need your environment details to check whats going on here.

gautier_begin
Advisor

Hello,

I'm using Dynatrace Managed, which URL should I use ?

https://www.mydomain.com is the URL of the monitored application or of the Dynatrace Cluster ?

What if the monitored application is using a context ?

Regards,

Featured Posts