-
Type:
Task
-
Resolution: Won't Do
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: backend
-
Not defined
Context:
With OPT-4124, we have added the first iteration of DTOs required for the payload of our Optimize telemetry request. We also want to add a list of connected engine installation IDs to this data once the engine has added an endpoint to retrieve the engine installation ID. This list is to be added to `internals`:
{ "installation": "8343cc7a-8ad1-42d4-97d2-43452c0bdfa3",
"product": {
"name": "Camunda Optimize",
"version": "3.2.0",
"edition": "enterprise",
"internals": {
"database": {
"vendor": "elasticsearch",
"version": "7.6.1"
},
"engineInstallationIds": ["engineInstallationId1", "engineInstallationId2",..] <-------------
}
}
}
AT:
- connected engines' installation IDs are added to telemetry data
- documentation is updated accordingly