Analytics Settings

You can configure the Node.js Agent to send default transaction data to the Analytics Agent.

To add a setting for the Analytics host and port with the following format, specify the host and port numbers. The Analytics Agent may report on the same or different host and port numbers from the Node.js Agent.

analytics: {
    host: <analyticsHostName>,
    port: <analyticsPortNumber>,
    ssl: <true / false>  
}
Note: In Analytics Settings, ensure to specify the values for the variables in their supported data types.
Variables Supported Data Type
host String
port Number
ssl Boolean

To configure Analytics data limits, see Configure Transaction Analytics for Node.js, PHP, and Python Applications.