• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 3.2.0-alpha2, 3.2.0
    • None
    • backend
    • 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

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

                Created:
                Updated:
                Resolved: