-
Notifications
You must be signed in to change notification settings - Fork 43
TreeGateway Dashboard
The Tree Gateway Dashboard can be accessed here. It is an online service that can be used to monitor your gateway machines and routed APIs.
The dashboard uses one local agent to collect data from the gateway database (Redis) and synchronize this data with the Dashboard Cloud. This agent must be installed on your infrasctructure and must be able to access the Redis gateway database.
To install the agent on your infrastructure, just run:
$ npm install -g tree-gateway-agent
Then, you can run the agent through the command:
$ treeGatewayAgent
You will be asked to input your Leanty API KEY.
That Key can be obtained from the Dashboard website, after you have created your account. Just access the Dashboard and click in the API KEY field, located on the top bar, near to your name. A dialog box will appear with your API KEY.