Backend Identifying Properties

This table lists the identifying properties for the backends that are automatically detected by the Node.js Agent.

In the Controller UI, these properties are visible in the upper right panel of the backend dashboards.

Backend Service Exit Call Type Identifying Properties
HTTP Server "EXIT_HTTP" "HOST", "PORT"
MySql Server "EXIT_DB" "Host", "Port", "Database", "Vendor" = "MYSQL"
Postgres Server "EXIT_DB" "Host", "Port", "Database", "Vendor" = "POSTGRESQL"
MongoDB Server "EXIT_DB" "Server Pool"1, "Database", "Vendor" = "MONGODB"
Memcached "EXIT_CACHE" "EXIT_CACHE", "Server Pool"1
Redis Server "EXIT_CACHE" "Server Pool"2

1 "\n" separated list of server addresses in <host>:<port> format.

2 single server address in <host>:<port> format.