customer_name— your organization’s name.deployment_name— a label for this specific Domino environment, for exampleprod-us-east,staging, ordev-eu-west.
Setting
customer_name and deployment_name helps Domino Support identify your deployment. It does not give your team its own analytics, reporting, or filtering on this data.How the values are resolved
Domino resolvescustomer_name and deployment_name from the first of the following sources that has a value, in order of priority:
- A configuration record (highest priority).
- The environment variable set from your installation configuration.
- A built-in default of an empty string (lowest priority).
Set the value
Add the following to therelease_overrides block of your installation configuration, then run the deployer:
DOMINO_TELEMETRY_CUSTOMER_NAME and DOMINO_TELEMETRY_DEPLOYMENT_NAME environment variables on the nucleus deployment.
Change the value afterward
There are two ways to change either value after your initial install:-
Update your installation configuration and re-run the deployer (preferred).
Change the values in therelease_overridesblock (as explained under Set the value) and re-run the deployer. The deployer only reconciles the configuration that changed, it does not redeploy your entire cluster. -
Set a configuration record.
You can use this override if you can’t re-run the deployer right away, for example if a change-control process limits how often you’re able to run it. You don’t need to wait for your next deployer run to update the values:As with any configuration record change, you must restart the Domino services for the update to take effect. Deleting a record reverts that field to the value set in your installation configuration.Configuration record key Sets com.cerebro.domino.telemetry.customerNamecustomer_namecom.cerebro.domino.telemetry.deploymentNamedeployment_name
What to enter
customerName— a stable name for your organization, such as the account name on your Domino license or contract.deploymentName— a free-text label you choose to tell one environment apart from another, for exampleprod-us-east,staging, ordev-eu-west. Keep it consistent across upgrades.
What data is being captured
Product analytics telemetry does not include file contents, code, datasets, or other project data, only the categories below.
- Identity information used to attribute events to your organization and users.
- Version and build information for the reporting service.
- In-product actions taken by users, along with metadata describing each action.
mixpanel.redacted_mode in the install configuration reference) removes email addresses and reduces names to initials.
This is separate from Fleetcommand telemetry, which reports installation and cluster health data to Domino for support purposes. See Deployments telemetry.