Skip to main content

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

OptionTypeDescription
licensestringProject Access Key
whatap.server.hoststringAddress of the WhaTap Server to send data to
dbmsstringFixed to singlestore
db_ipstringIP of the SingleStore node to connect to
db_portintegerConnection port
whatap.conf
license={AccessKey}
whatap.server.host={WhaTap_Server_Address}
dbms=singlestore
db_ip={DB_Server_IP}
db_port={DB_Server_Port}

Additional options