ページがモニタされない

いくつかのページが予期したとおりにモニタされていないことがあります。このページの説明は、ページがモニタされていない理由を判断する際に役立つ場合があります。

Check Exclude Rules

It the agent has been injected, the page may have been excluded from monitoring by custom exclude rules. You can check and modify these rules.

To access custom exclude rules for pages:

  1. Click Configuration > Instrumentation.
  2. Click the Base Pages and iFrames tab.
  3. From Base Pages and iFrames, check the custom rules under the Exclude Rules section.Base Pages and iFrames
  4. To examine and/or modify a custom exclude rule select it in the list and click the icon:Exclude Rules
  5. If you want to remove a custom exclude rule, select and click Delete.

Check Automatic Injection Configuration

In addition, certain pages could have been excluded by the injection configuration. This can happen when automatic injection is used with a limited set of pages enabled for injection. If you used automatic injection, check your automatic injection configuration to see if the missing pages are enabled for injection.

Examine the Request Match Rules and Request Exclude Rules lists under Only enable Automatic Injection for certain Pages in the Automatic JavaScript Injection tab. See Automatic Injection of the JavaScript Agent. Pages can also be bypassed by assisted injection using injection rules when an injection rule specifies only classes and methods to be injected. If you used assisted injection with injection rules, check your injection rules. See Assisted Injection.

古いブラウザをモニタするための JavaScript エージェントの構成

JavaScript エージェントは、デフォルトで最新のブラウザをサポートしていて、古いブラウザからのデータの収集とレポートのテストも認定もしなくなりました。古いブラウザが Web ページにアクセスしていて、それらがモニタされていないことが判明した場合は、次の構成を使用して古いブラウザをモニタするように JavaScript エージェントを構成できます。

(function(config){ 
  ...
  "beacon": { "neverSendImageBeacon": false },
  ...
})(window['adrum-config'] || (window['adrum-config'] = {}));