Skip to main content

Register trainee teachers - Alerting and Monitoring

External Integrations

Skylight

skylight.io provides a rich set of performance monitoring tools, available form on the apps dashboard page. Normally we enable skylight only in production.

Configuring in deployed environments

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

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 local settings file config/settings.local.yml, with the token itself availble on the Skylight application setting page

skylight:
  authentication: "auth_token_goes_here"
  enable: true