Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 924 Bytes

alerting_and_monitoring.md

File metadata and controls

28 lines (20 loc) · 924 Bytes

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