/aql-monitor

Primary LanguageJavaScriptMIT LicenseMIT

Aqls Website

Our analytics dashboard displays GraphQL subscriptions concurrency, latency, errors, and resolver frequency on dynamic and interactive charts. By signing up for an account through GitHub at www.aqls.io you will receive a user token that is required for setup and allows you to view your app analytics on the dashboard.

Getting Started

  • 3. Once you are logged in, you will have access to your User Token. This token will need to be passed into the new instance of traql in the Aqls-server setup.
 const traql = new Traql(resolvers, 'INSERT USER TOKEN IN QUOTES');

Note: This token is unique to you and is needed to view your analytics on the dashboard.

For further information pertaining to our packages, please visit Aqls-client and Aqls-server.