skylight.io provides a rich set of performance monitoring tools, available form on the apps dashboard page. Normally we enable skylight only in production.
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.
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