Skip to main content
Version: 8.5 / 3.13.0

Telemetry

Camunda 7 only

At Camunda, we strive to offer excellent user experience at a high and stable level. On a strict opt-in basis, we are looking to collect environment and usage data to further improve the user experience for you. These insights help us to understand typical environment setups and product usage patterns and will be used to inform product improvement decisions to your benefit.

The telemetry reporting is disabled by default and only collects and sends data after you explicitly enable the telemetry configuration flag. The configuration can be changed by superusers at any time during runtime via a configuration menu option in the UI.

The collected data will be sent once every 24 hours via HTTPS, and it is ensured that the performance of Optimize will not be negatively affected by the reporting, even if the telemetry reporter faces unexpected errors. Furthermore, no data will be collected and sent when you stop Optimize.

Collected data

Below you find the full list of data we want to collect, followed by a real-world example. On a conceptual level, they can be categorized into general data and meta/environment data.

General data

The general data category contains information about your Optimize installation:

ItemExplanation
InstallationA unique installation ID stored in Optimize's Elasticsearch database
Product nameThe name of the product (i.e. Camunda Optimize)
Product versionThe version of Optimize you are running
Product editionThe edition of the product (i.e. "enterprise")

Meta/environment data

The meta/environment data category contains information about the environmental setup:

ItemExplanation
Database vendorThe database vendor (i.e. Elasticsearch)
Database versionThe version of Elasticsearch Optimize is using
License Key: Customer nameThe customer name that appears in the license key you are using with this Optimize installation
License Key: TypeThe type of license key used with this Optimize installation
License Key: Valid UntilThe expiry date of the license key used with this Optimize installation
License Key: UnlimitedA flag that indicates whether this license key is unlimited
License Key: FeaturesA map which includes information on which products can be used with this license key
License Key: RawThe raw license key string without signature. We add this just in case some properties are listed in the raw license key that have not yet been mapped to other fields (eg. the features map).
Engine Installation IDsA list containing the ID of each engine connected to this Optimize installation

Example

Below is an example payload including all telemetry data currently sent by Optimize.

{
"installation": "7b86edba-fcb7-11ea-adc1-0242ac120002",
"product": {
"name": "Camunda Optimize",
"version": "3.2.0",
"edition": "enterprise",
"internals": {
"database": {
"vendor": "elasticsearch",
"version": "7.0.0"
},
"license-key": {
"customer": "a customer name",
"type": "UNIFIED",
"valid-until": "2025-01-01",
"unlimited": "false",
"features": {
"camundaBPM": "false",
"optimize": "true",
"cawemo": "false"
},
"raw":
"customer = a customer name; expiryDate = 2025-01-01; optimize: true;"
},
"engine-installation-ids":
[ "8343cc7a-8ad1-42d4-97d2-43452c0bdfa3",
"22607b92-fcb8-11ea-adc1-0242ac120002" ]
}
}
}

How to enable telemetry

Optimize configuration

You can enable telemetry before starting Optimize by setting the initializeTelemetry flag in your configuration file to true. Refer to the configuration section for more details.

UI

Once Optimize is running, telemetry can be enabled (or disabled) via a modal accessible from the user menu. Only superusers are authorized to access this menu and alter the telemetry configuration.

Before you install Camunda Optimize version >= 3.2.0 or activate the telemetric functionality, please make sure that you are authorized to take this step, and that the installation or activation of the telemetric functionality is not in conflict with any internal company policies, compliance guidelines, any contractual or other provisions or obligations of your company.

Camunda cannot be held responsible in the event of unauthorized installation or activation of this function.