Skip to main content

Find teacher training - Performance Monitoring

External Integrations

Skylight

skylight.io provides a rich set of performance monitoring tools, available form on the apps dashboard page.

Configuring in deployed environments

In a deployed environment, the environment variable SKYLIGHT_AUTH_TOKEN should be set to the auth token available from the application setting in skylight.io.

To enable Skylight for a given environment, the environment variable SKYLIGHT_ENABLE should be set to true.

Configuring for local development

In local development, if you need to test performance monitoring you can enable Skylight and set the auth token in a development.local.yml file with the token itself available on the Skylight application setting page

skylight_enable: true
skylight_auth_token: auth token goes here