DBX Agent Setting
Write the settings required by the DBX agent in the whatap.conf file. This document guides you through the options used for SingleStore monitoring.
Default options
| Option | Type | Description |
|---|---|---|
license | string | Project Access Key |
whatap.server.host | string | Address of the WhaTap Server to send data to |
dbms | string | Fixed to singlestore |
db_ip | string | IP of the SingleStore node to connect to |
db_port | integer | Connection port |
whatap.conf
license={AccessKey}
whatap.server.host={WhaTap_Server_Address}
dbms=singlestore
db_ip={DB_Server_IP}
db_port={DB_Server_Port}