-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Context:
The current telemetry data does not include license key information. Once a decision has been made as to the details of which information to include (either license key as complete string or just the customer name, or both), it needs to be added to the `internals` part of our telemetry data.
Decision from stakeholder meeting: include entire license key in telemetry payload
{ "installation": "8343cc7a-8ad1-42d4-97d2-43452c0bdfa3" (must be a valid UUID) "product": { "name": "Camunda Optimize", "version": "3.2.0", "edition": "enterprise", "internals": { "license key": "someLicenseKey", // <---------- "database": { "vendor": "elasticsearch", "version": "7.6.1" }, "engineInstallationIds": ["engineInstallationId1", "engineInstallationId2",..] } } }
AT:
- license key information has been added to telemetry data
This is the controller panel for Smart Panels app
- depends on
-
OPT-4124 Add telemetry data DTOs for telemetry request payload
- Done