Configuring scheduled CSV reports
Last updated
Was this helpful?
Last updated
Was this helpful?
You can schedule sending the CSV-based usage reports by email.
Go to the value.yaml
file of your Tabnine .
Add the following analytics
section to the values.yaml
file. If you already have an analytics
section, append the following content to the existing one. (Duplicated sections in the yaml file may result in unexpected behavior.)
enabled
: True/false toggle of the scheduling of the report email.
cronScheduling
: A timer representation of the recurrence of the report. In the above example, the email scheduling will be every day at midnight.
csvReportEmails
: List of comma-separated emails of the report email recipients.