Skip to main content

Topology map

The following guides you to the agent configuration options that use the data collected by the Java agent to create a topology map for applications. You can visualize and analyze the topology of your system through various metrics, such as transaction callers, database connection information, HTTPC outbound information, and active transaction status.

  • tx_caller_meter_enabled Boolean

    Default false

    It creates the topology statistics by using transactions. If the value of the mtrace_enabled option is true, it works.

  • sql_dbc_meter_enabled Boolean

    Default false

    It creates the topology statistics based on the database connection information.

  • httpc_host_meter_enabled Boolean

    Default false

    It represents the HTTPC outbound data from the topology map.

  • actx_meter_enabled Boolean

    Default false

    It represents the status of active transactions in the topology map.