You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| logging.stackdriver | string | Location to send logs that are formatted for Google Stackdriver. Set to an empty string to disable. |`""`|
72
72
| metrics | object | Configure various metrics to gain observability into Coder. |`{"amplitudeKey":""}`|
73
-
| metrics.amplitudeKey | string | Enables telemetry pushing to Amplitude. Keep empty to disable |`""`|
73
+
| metrics.amplitudeKey | string | Enables telemetry pushing to Amplitude. Amplitude records how users interact with Coder, which is used to improve the product. No events store any personal information. Amplitude can be found here: https://amplitude.com/Keep empty to disable.|`""`|
74
74
| postgres.database | string | Name of the database that Coder will use. You must create this database first. |`""`|
| postgres.default.enable | bool | Deploys a PostgreSQL instance. We recommend using an external PostgreSQL instance in production. If true, all other values are ignored. |`true`|
0 commit comments