Skip to content

Detected APM Entities Report

Daniel Odievich edited this page Jul 2, 2020 · 30 revisions

Overview

Detected APM Entities report shows information about each and every detected Entity in APM applications (Applications, Tiers, Nodes, Business Transactions, Backends, Mapped Backends, Service Endpoints, Errors and Information Points).

You can also watch this training video:

AppDynamics DEXTER - Detected APM Entities

Detected APM Entities report is produced when:

Report File Locations

Detected APM Entities report has the following file name:

Report\Entities.APM.<Job File Name>.<Start Date and Time in yyyyMMddHHmm>.<Number Of Hours Spanned By Report>.xlsx

For example:

Entities.APM.demo2Ecommerce.2017091914.2.xlsx

Data File Locations

The data for the report is in the following files:

  • Report\ENT\applications.csv
  • Report\ENT\controllers.csv
  • Report\ENTAPM\applications.apm.csv
  • Report\ENTAPM\backends.csv
  • Report\ENTAPM\businesstransactions.csv
  • Report\ENTAPM\errors.csv
  • Report\ENTAPM\informationpoints.csv
  • Report\ENTAPM\mappedbackends.csv
  • Report\ENTAPM\nodes.csv
  • Report\ENTAPM\serviceendpoints.csv
  • Report\ENTAPM\tiers.csv

If Controller is 4.4 or later:

  • Report\ENTAPM\nodeenvironmentvariables.csv
  • Report\ENTAPM\nodeproperties.csv
  • Report\ENTAPM\nodestartupoptions.csv

Data Schema

Full Size

Report Contents

Data Pivot
1.Parameters
2.Contents
3.Controllers
4.Applications.All
5.Applications.APM
6.Tiers 6.Tiers.Type
7.Nodes 7.Nodes.Type.AppAgent, 7.Nodes.Type.MachineAgent, 7.Nodes.Host.Type, 7.Nodes.Heap.Size, 7.Nodes.Runtime.Version
8.Node Startup Options 8.Node Startup Options.Type, 8.Node Startup Options.Location
8.Node VM Properties 8.Node VM Properties.Type, 8.Node VM Properties.Location
8.Node Env Variables 8.Node Env Variables.Type, 8.Node Env Variables.Location
9.Backends 9.Backends.Type, 9.Backends.Location
10.BTs 10.BTs.Type, 10.BTs.Location
11.SEPs 11.SEPs.Type, 11.SEPs.Location
12.Errors 12.Errors.Type, 12.Errors.Location
13.Information Points 13.Information Points.Type
14.Mapped Backends 14.Mapped Backends.Type
15.Overflow BTs 15.Overflow.BTs.Type

1.Parameters

This sheet describes the parameters of the extraction and reporting job that produced this report.

Column Data Type Purpose
Controller URL Controller that was queried
UserName String User that was used to retrieve data from the Controller
Application String Name of Application that was queried
ApplicationID Integer ID of Application in Controller
ApplicationType String Type of the Application

2.Contents

This sheet provides quick access to the contents of this report and provides at-a-glance number of rows in each of the sheet's tables.

Column Data Type Purpose
Sheet Name String Name of the sheet in the report
Num Entities Integer Number of Entities in that sheet
Link Hyperlink Link to the sheet in the report

3.Controllers

This sheet provides information about Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
Version String Version of the Controller
VersionDetail String Full version string of the Controller
NumApps Integer Number of All Applications registered in the Controller
NumAPMApps Integer Number of APM Applications registered in the Controller
NumWEBApps Integer Number of WEB Applications registered in the Controller
NumMOBILEApps Integer Number of MOBILE Applications registered in the Controller
NumIOTApps Integer Number of IoT Applications registered in the Controller
NumSIMApps Integer Number of SIM Applications registered in the Controller
NumBIQApps Integer Number of BIQ Applications registered in the Controller
NumDBApps Integer Number of DB Applications registered in the Controller
ControllerLink URL Link to Controller

4.Applications.All

This sheet lists all Applications of any Type in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
Description String Description of Application, if set
Type String Type of the Application
Types Array Types of Application in this application. Most commonly seen are APM and WEB grouped together
CreatedBy String Who created this Application
CreatedOn DateTime When the Application was created, local time
CreatedOnUtc DateTime When the Application was created, UTC time
UpdatedBy String Who updated this Application last
UpdatedOn DateTime When the Application was updated, local time
UpdatedOnUtc DateTime When the Application was updated, UTC time
ApplicationID Integer ID of Application in Controller
ParentApplicationID Integer ID of Parent Application. Used by MOBILE Applications

5.Applications.APM

This sheet provides information about all APM Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
Description String Description of Application, if set
NumTiers Integer Number of Tiers in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumNodes Integer Number of Nodes in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumBackend Integer Number of Backends in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumBTs Integer Number of Business Transactions in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumSEPs Integer Number of Service Endpoints in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumErrors Integer Number of Errors in Application. Can be 0 if Application wasn’t in the list of Applications to query
NumIPs Integer Number of Information Points in Application. Can be 0 if Application wasn’t in the list of Applications to query
ApplicationID Integer ID of Application in Controller
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
FlameGraphLink Hyperlink Link to the Flame Graph report
FlameChartLink Hyperlink Link to the Flame Chart report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller

6.Tiers

This sheet provides information about all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
TierType String Type of Tier
Description String Description of Tier, if set
AgentType String Type of Agent reporting to this Tier
NumNodes Integer Number of Nodes in Tier
NumBTs Integer Number of Business Transactions in Application
NumSEPs Integer Number of Service Endpoints in Application
NumErrors Integer Number of Errors in Application
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
FlameGraphLink Hyperlink Link to the Flame Graph report
FlameChartLink Hyperlink Link to the Flame Chart report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller

6.Tiers.Type

This sheet uses data in 6.Tiers sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of APM Agents by AgentType in all Controllers, Applications and Tiers.

Columns Rows Values Filters
AgentType
Controller
ApplicationName
TierName (Count)

Example report showing Application with Node.js, Java and .NET APM agents:

Full Size

7.Nodes

This sheet provides information about all Nodes in all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
NodeName String Name of Node
AgentType String Type of APM Agent
AgentVersion String Version of APM Agent, parsed to #.#.#.#
AgentVersionRaw String Version of APM Agent as reported to Controller
AgentPresent Boolean Whether APM Agent is present
MachineName String Machine Name as reported by Machine Agent
MachineAgentVersion String Version of Machine Agent, parsed to #.#.#.#
MachineAgentVersionRaw String Version of Machine Agent as reported to Controller
MachineAgentPresent Boolean Whether Machine Agent is present
MachineOSType String Type of the OS where Machine Agent is running
MachineType String Type of the Machine where Machine Agent is running
AgentRuntime String Java runtime name and version
InstallDirectory String Install directory of the agent
InstallTime DateTime Datetime of the installation
LastStartTime DateTime Datetime of last agent start
IsDisabled Boolean Whether the agent is disabled. Never seen it true. Not sure if used.
IsMonitoringDisabled Boolean Whether the agent monitoring is disabled. Never seen it true. Not sure if used.
WebHostContainerType String Type of the executable host (Tomcat, JBoss, WebLogic)
CloudHostType String Type of the Cloud (AWS, Azure, GCP)
CloudRegion String Region of the Cloud
ContainerRuntimeType String Type of the container runtime (Pivotal, Kubernetes)
HeapInitialSizeMB Integer Value of Xms in Megabytes. Java Agents only
HeapMaxSizeMB Integer Value of Xmx in Megabytes. Java Agents only
HeapYoungInitialSizeMB Integer Value of Xmn or XX:NewSize in Megabytes. Java Agents only
HeapYoungMaxSizeMB Integer Value of XX:MaxNewSize in Megabytes. Java Agents Only
ClassPath String Value of java.class.path JVM property. Java Agents Only
ClassVersion String Value of java.class.version JVM property. Java Agents Only
Home String Value of java.class.home JVM property. Java Agents Only
RuntimeName String Value of java.runtime.name JVM property for Java Agent or Common Language Runtime for .NET Agent
RuntimeVersion String Value of java.runtime.version JVM property for Java Agent or version of CLR for .NET Agent
Vendor String Value of java.vendor JVM property for Java Agent or Microsoft for .NET Agent
VendorVersion String Value of java.vendor.version JVM property. Java Agents Only
Version String Value of java.version JVM property for Java Agent or version of .NET Framework for .NET Agent
VMInfo String Value of java.vm.info JVM property. Java Agents Only
VMName String Value of java.vm.name JVM property. Java Agents Only
VMVendor String Value of java.vm.vendor JVM property for Java Agent or Microsoft for .NET Agent
VMVersion String Value of java.vm.version JVM property for Java Agent or 2.0, 3.0, 3.5, 4.0 or 5.0 for .NET Agent
OSArchitecture String Value of os.arch JVM property for Java Agent PROCESSOR_ARCHITECTURE environment variable
OSName String Value of os.name JVM property for Java Agent, Windows if dotnet-os-ver agent property contains that for .NET Agent or OS environment variable
OSVersion String Value of os.version JVM property for Java Agent or dotnet-os-ver agent property for .NET Agent
OSComputerName String Value of COMPUTERNAME, HOSTNAME or HOST_NAME environment variable
OSProcessorType String Value of PROCESSOR_IDENTIFIER environment variable
OSProcessorRevision String Value of PROCESSOR_REVISION environment variable
OSNumberOfProcs Integer Value of NUMBER_OF_PROCESSORS environment variable
UserName String Value of process-identity agent property for .NET Agent, USER or USERNAME environment variable
Domain String Value of DOMAIN or USERDOMAIN environment variable
NumStartupOptions Integer Number of JVM startup options for this node
NumProperties Integer Number of JVM options for this node
NumEnvVariables Integer Number of environment variables for this node
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
NodeID Integer ID of APM Agent in Application
MachineID Integer ID of Machine Agent in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
FlameGraphLink Hyperlink Link to the Flame Graph report
FlameChartLink Hyperlink Link to the Flame Chart report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller
NodeLink URL Link to Node in Controller

7.Nodes.Type.AppAgent

This sheet uses data in 7.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of APM Agents by AgentType and AgentVersion in all Controllers, Applications and Tiers.

Columns Rows Values Filters
AgentType
AgentVersion
Controller
ApplicationName
TierName
NodeName
NodeName (Count)
AgentPresent

Example report showing Application with Java and .NET APM agents and their versions. This customer needs to upgrade those old agents:

Full Size

7.Nodes.Type.MachineAgent

This sheet uses data in 7.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Machine Agents by AgentVersion in all Controllers, Applications and Tiers.

Columns Rows Values Filters
AgentType
MachineAgentVersion
Controller
ApplicationName
TierName
MachineName
MachineName (Count)
MachineAgentPresent

Example report showing Application with Machine Agents of various ages:

Full Size

7.Nodes.Host.Type

This sheet uses data in 7.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of APM Agents by Cloud Host, Region and Container type.

Columns Rows Values Filters
AgentType
CloudHostType
CloudRegion
ContainerRuntimeType
WebHostContainerType
Controller
ApplicationName
TierName
NodeName
NodeName (Count)
AgentPresent

Example report showing :

Full Size

7.Nodes.Heap.Size

This sheet uses data in 7.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Java Min and Max Heap Size for Java Agents only.

Columns Rows Values Filters
Controller
ApplicationName
TierName
NodeName
HeapInitialSizeMB (Average)
HeapMaxSizeMB (Average)
AgentPresent
HeapInitialSizeMB
HeapMaxSizeMB

Example report showing Java nodes in application with their heap sizes:

Full Size

7.Nodes.Runtime.Version

This sheet uses data in 7.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of JVMs and CLR versions by VM Name and Vendor.

Columns Rows Values Filters
VMName
VMVendor
Version
Controller
ApplicationName
TierName
NodeName
NodeName (Count)
AgentPresent
AgentType

Example report showing Java and .NET nodes by their version:

Full Size

8.Node Startup Options

This sheet provides information about all startup options for Nodes in all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
NodeName String Name of Node
AgentType String Type of APM Agent
PropName String Name of option
PropValue String Value of option
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
NodeID Integer ID of APM Agent in Application

8.Node Startup Options.Type

This sheet uses data in 8.Node Startup Options sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of startup options and their values for each APM Agents by AgentType and AgentVersion in all Controllers, Applications and Tiers.

Columns Rows Values Filters
AgentType
Controller
ApplicationName
TierName
NodeName
PropName
PropValue
NodeName (Count)

Example report showing Applications with startup options starting with "java":

Full Size

8.Node Startup Options.Location

This sheet uses data in 5.Nodes sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of startup options and their values used by APM Agents by AgentType and AgentVersion in all Controllers, Applications and Tiers.

Columns Rows Values Filters
AgentType
PropName
PropValue
Controller
ApplicationName
TierName
NodeName
NodeName (Count)

Example report showing all unique values for with startup options starting with "java" and which applications they belong to:

Full Size

8.Node VM Properties

This sheet provides information about all JVM options for Nodes in all Tiers in all Applications in all Controllers covered by this report.

Structure is identical to 8.Node Startup Options

8.Node VM Properties.Type

This sheet uses data in 8.Node VM Properties sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Structure is identical to 8.Node Startup Options.Type

8.Node VM Properties.Location

This sheet uses data in 8.Node VM Properties sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Structure is identical to 8.Node Startup Options.Location

8.Node Env Variables

This sheet provides information about all environment variables for Nodes in all Tiers in all Applications in all Controllers covered by this report.

Structure is identical to 8.Node Startup Options

8.Node Env Variables.Type

This sheet uses data in 8.Node Env Variables sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Structure is identical to 8.Node Startup Options.Type

8.Node Env Variables.Location

This sheet uses data in 8.Node Env Variables sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Structure is identical to 8.Node Startup Options.Location

9.Backends

This sheet provides information about all Backends in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
BackendName String Name of Backend
BackendType String Type of Backend
NumProps Integer Number of properties in Backend
IsExplicitRule Boolean Whether Backend was registered by explicit Backend Detection rule
RuleName String Name of the Backend Detection rule, if applicable
Prop#Name (1-7) String Name of the N’th property
Prop#Value (1-7) String Value of the N’th property
DBMonCollectorName String Name of the Database Monitoring Collector that is mapped to this Backend
DBMonCollectorType String Type of the Database Monitoring Collector that is mapped to this Backend
ApplicationID Integer ID of Application in Controller
BackendID Integer ID of Backend in Application
DBMonCollectorConfigID Integer ID of Database Monitoring Collector that is mapped to this Backend
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
BackendLink URL Link to Backend in Controller

9.Backends.Type

This sheet uses data in 9.Backends sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Backends by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
BackendType
Controller
ApplicationName
BackendName
BackendName (Count)

Example report showing fairly complex application with a lot of various Backends registered:

Full Size

Further drill-down shows Custom backends. Notice how one of the exits is defined by Custom Correlation setting, great place to start investigating:

Full Size

9.Backends.Location

This sheet uses data in 9.Backends sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Backends by location in all Controllers, Applications and Tiers. This is useful when finding Backends with same name registered in multiple places.

Columns Rows Values Filters
BackendType
BackendName
Controller
ApplicationName
BackendName (Count)

An example of Backend registered in multiple Applications:

Full Size

10.BTs

This sheet provides information about all Business Transactions in all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
BTName String Name of Business Transaction
BTNameOriginal String OriginalName of Business Transaction before it was renamed
IsRenamed Boolean Whether Business Transaction was renamed
BTType String Type of Business Transaction
IsExplicitRule Boolean Whether Business Transaction was registered by explicit Business Transaction Detection rule
RuleName String Name of the Business Transaction Detection rule, if applicable
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
BTID Integer ID of Business Transaction in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
FlameGraphLink Hyperlink Link to the Flame Graph report
FlameChartLink Hyperlink Link to the Flame Chart report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller
BTLink URL Link to Business Transaction in Controller

10.BTs.Type

This sheet uses data in 10.BTs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Business Transactions by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
BTType
Controller
ApplicationName
TierName
BTName
BTName (Count)
IsRenamed

Example report of fairly complex Application with lots of Business Transactions of various types, including BT Overflow:

Full Size

Drilling down deeper into POJO Business Transactions, we can see what they are:

Full Size

10.BTs.Location

This sheet uses data in 10.BTs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Business Transactions by location in all Controllers, Applications and Tiers. This is useful when finding Business Transactions with same name registered in multiple places.

Columns Rows Values Filters
BTType
BTName
Controller
ApplicationName
TierName
BTName (Count)
IsRenamed

Example report showing custom POJO registered in multiple Application in two Controllers:

Full Size

11.SEPs

This sheet provides information about all Service Endpoints in all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
SEPName String Name of Service Endpoint
SEPType String Type of Service Endpoint
IsExplicitRule Boolean Whether Service Endpoint was registered by explicit Service Endpoint Detection rule
RuleName String Name of the Service Endpoint Detection rule, if applicable
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
SEPID Integer ID of Service Endpoint in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller
SEPLink URL Link to Service Endpoint in Controller

11.SEPs.Type

This sheet uses data in 11.SEPs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Service Endpoints by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
SEPType
Controller
ApplicationName
TierName
SEPName
SEPName (Count)

Example report of Application with a LOT of Service Endpoints:

Full Size

11.SEPs.Location

This sheet uses data in 11.SEPs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Business Transactions by location in all Controllers, Applications and Tiers. This is useful when finding Service Endpoints with same name registered in multiple places.

Columns Rows Values Filters
SEPType
SEPName
Controller
ApplicationName
TierName
SEPName (Count)

Here is an example of Servlet Service Endpoint that should probably be ignored, shown in multiple Applications in multiple Controllers:

Full Size

12.Errors

This sheet provides information about all Errors in all Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
ErrorName String Name of Error, raw
ErrorType String Type of error (Error, Exception, HTTP)
HttpCode Integer HTTP Error Code, if ErrorType=HTTP
ErrorDepth Integer Depth of wrapped Exception, if ErrorType=Exception
ErrorLevel# (1-5) String N’th portion of the Exception, if it was nested
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
ErrorID Integer ID of Error in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller
ErrorLink URL Link to Error in Controller

12.Errors.Type

This sheet uses data in 12.Errors sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Errors by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
ErrorType
Controller
ApplicationName
TierName
ErrorName
ErrorName (Count)
ErrorDepth

Example report showing Application with many types of Errors:

Full Size

12.Errors.Location

This sheet uses data in 12.Errors sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Business Transactions by location in all Controllers, Applications and Tiers. This is useful when finding Errors with same name registered in multiple places.

Columns Rows Values Filters
ErrorType
ErrorName
Controller
ApplicationName
TierName
ErrorName (Count)
ErrorDepth

Example report showing interestingly unique Exception showing up across multiple Applications in multiple Controllers:

Full Size

13.Information Points

This sheet provides information about all Information Points all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
IPName String Name of Information Point
IPType String Type of Information Point (Java, .NET)
ApplicationID Integer ID of Application in Controller
IPID Integer ID of Information Point in Application
DetailLink Hyperlink Link to the Entity Details report
MetricGraphLink HyperLink Link to the Entity Metric Graphs report
ControllerLink URL Link to Controller
ApplicationLink URL Link to Application in Controller
IPLink URL Link to Information Point in Controller

13.Information Points.Type

This sheet uses data in 13.Information Points sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Errors by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
IPType
Controller
ApplicationName
IPName
IPName (Count)

Example report showing Application with some Information Points: Full Size

14.Mapped Backends

This sheet provides information about all Backends mapped/resolved to Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
NodeName String Name of Node
BackendName String Name of Backend
BackendType String Type of Backend
NumProps Integer Number of properties in Backend
Prop#Name (1-7) String Name of the N’th property
Prop#Value (1-7) String Value of the N’th property
CreatedOn DateTime When the Backend was resolved to Tier, local time
CreatedOnUtc DateTime When the Backend was resolved to Tier, UTC time
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
TierID Integer ID of Tier in Application
NodeID Integer ID of APM Agent in Application
BackendID Integer ID of Backend in Application

14.Mapped Backends.Type

This sheet uses data in 14.Mapped Backends sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides breakdown of Backends by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
BackendType
Controller
ApplicationName
TierName
BackendName
BackendID (Count)

Example report showing ECommerce application with what Backends were resolved to specific Tier: Full Size

15.Overflow BTs

This sheet provides information about all Business Transactions that tried to registere, failed and are now in the All Other Traffic Business Transaction for the Tiers in all Applications in all Controllers covered by this report.

Column Data Type Purpose
Controller URL Controller that was queried
ApplicationName String Name of Application
TierName String Name of Tier
BTName String Name of Business Transaction
BTType String Type of Business Transaction
Calls Integer Number of calls to this Business Transaction in the duration of the last hour of the report
ApplicationID Integer ID of Application in Controller
TierID Integer ID of Tier in Application
ApplicationLink URL Link to Application in Controller
TierLink URL Link to Tier in Controller

15.Overflow.BTs.Type

This sheet uses data in 15.BTs sheet as source for pivot table to enable summary reporting and ad-hoc drill-down.

Default configuration provides sum of calls to the unregistered Business Transactions by Type in all Controllers, Applications and Tiers.

Columns Rows Values Filters
BTType
Controller
ApplicationName
TierName
BTName
Calls (Sum)
Clone this wiki locally