• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home
  • Public Forums
  • Application Monitoring & UEM
  • AppMon & UEM Open Q&A
avatar image
Question by Jibi U. · Mar 14, 2014 at 11:02 PM ·

Disabling UEM - When is it going to come to 0 requests.

I have disabled UEM in production now to debug an issue. What I want to know is from when can I expect drop in traffic due to dynatracemonitor requests.

 

New users are not going to get the js. so that is clear... Current users will have this js till when? 

 

Jibi

Comment

People who like this

0 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

8 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by Jibi U. · Jul 19, 2014 at 05:38 AM

Is there a way not to inject js agent for specific uri patterns?

Comment

People who like this

0 Show 2 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Chris S. · Jul 19, 2014 at 06:12 AM 0
Share

Currently to my knowledge there is no way to limit specific URI patterns from UEM injection. Unless the below scenarios would be acceptable to you.

Create an "Application" with all of the URIs you want/don't want to have UEM enabled for. Then, Either enable or disable UEM for that application specific. Then set the default UEM to be the opposite.

E.g. Application called "UEM Enabled", all URIs that you want UEM on are within the application rules, UEM is enabled for this specific application and the Default UEM is set to server side data only (the slider at the top of the UEM settings).

 

or

 

You can set up your application to do manual injection by using the section titled Manual Injection under Web Applications

 

avatar image Andreas G. ♦ Chris S. · Jul 21, 2014 at 04:09 PM 0
Share

There is an option since 5.5. In the User Experience Sensor you can specify URI Patterns and how our automatic injection should work on these URIs, e.g: "auto injection", "no injection", "before a specific HTML", ...

Andi

avatar image

Answer by Andreas G. · Jul 18, 2014 at 09:45 AM

Hi Jibi

Our restrictions are always related to our Auto Injection. It means that our Web Server or Servlet Sensor will ADD the <script> tag to the HTML that is generated by your application. If you specify a restriction we look at e.g. User-Agent or IP and in case it is excluded we wont modify the HTML

Obviously with caching the HTML on a CDN you run into problems in case browsers that you have excluded from injection are now getting an injected version of the HTML page from your CDN. There is nothing we can do about this in the moment.

As for the cached version of an older dtagent.js. The cached document that is important for us is the HTML document. If you upgrade to a new version of dynaTrace the injected JavaScript file has a new name which will show up in the  HTML Document. As long as the browser gets this new HTML Document it will download the new version of the JS File

Andi

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Jibi U. · Jul 19, 2014 at 01:55 AM 0
Share

Thanks Andi. For me it was actually a non cached cart and so I did not have to go through cache clear and all.

avatar image

Answer by Jibi U. · Jul 18, 2014 at 05:32 AM

Also I was wondering since the pages are cached, is excluding a browser going to really work? 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Jibi U. · Jul 18, 2014 at 05:23 AM

I don't think changing the JS path is going to help?

 

Also we have this dtagent56_xnp3t_5924.js now. Suppose I upgraade and go to a new version of js. What is going to happen to customers who have the old js version until cache clear/expire?

 

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Jibi U. · Jul 18, 2014 at 05:16 AM

Rob - Another case today whee i had some issues with IE7 users. So I excluded IE7. Now since the pages are cached, IE7 users will have issues till cache expires or is cleared at Akamai.

 

My question is if changing the js path going to be of any help before cache clear / expire?

 

 

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Rob V. · Mar 15, 2014 at 12:09 AM

It's the page (your page) that contains the reference to the JS that matters. Until that expires, when users download the page from your CDN they will get a page with a reference to that JS, which means a request to d/l that JS will happen if the JS is not still in the user's browser cache.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Jibi U. · Mar 14, 2014 at 11:29 PM

It is cached at CDN. What is the expiry for this js?

 

Jibi

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Rob V. · Mar 14, 2014 at 11:19 PM

If you've stopped injecting, then there will be no reference in your pages to that JS file so that will not be an issue even if the JS remains in the user's browser cache.

If your pages are cached at a CDN, then you will still see traffic until the cached pages age out.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A