Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-4126

Add connected engine installation IDs to Optimize telemetry data DTOs

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • backend

      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

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              helene.waechtler Helene Waechtler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: