Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 960 Bytes

performance-monitoring.md

File metadata and controls

28 lines (19 loc) · 960 Bytes

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 local .env file with the token itself available on the Skylight application setting page

SKYLIGHT_AUTH_TOKEN=auth token goes here
SKYLIGHT_ENABLE=true
SKYLIGHT_ENV=development