Telemetry
Enabling telemetry data is optional, but is helpful for Convier to know which versions of the software is running, which migrations have run, and some metadata about use and resources. Telemetry data helps the software development process. The telemetry data is sent once when the systems starts and contains the following information:
- Backend version
- Frontend version
- CPU count
- Memory / RAM
- Number of unique active users
- Number of projects
- Last migration ID
Telemetry is enabled by setting the environment variables TELEMETRY_APP_ID
to something descriptive, e.g. “acme_prod”.
The telemetry data is be sent to https://telemetry.convier.com
. Some changes in firewall settings may be needed.