-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: None
-
None
I'm using wildfly and have enabled the telemetry option
When I observe the ET request I saw that the information for Camunda Integration is missing
Request
{
"installation": "d733a1e6-f1b4-499c-b04b-23817bfa1e76",
"product": {
"name": "Camunda BPM Runtime",
"version": "7.14.0-SNAPSHOT",
"edition": "community",
"internals": {
"commands": {
"TaskQueryImpl": {
"count": 8
},
"HistoricProcessInstanceQueryImpl": {
"count": 2
},
"TelemetrySendingTask$$Lambda$1266/0x00000001014f7840": {
"count": 1
},
"DbGroupQueryImpl": {
"count": 1
},
"SuccessfulJobListener": {
"count": 5
},
"CreateUserQueryCmd": {
"count": 12
},
"DecisionDefinitionQueryImpl": {
"count": 2
},
"BootstrapEngineCommand": {
"count": 1
},
"IsIdentityServiceReadOnlyCmd": {
"count": 8
},
"DeployCmd": {
"count": 1
},
"SetLicenseKeyCmd": {
"count": 1
},
"HistoryCleanupHandler$1": {
"count": 5
},
"DbUserQueryImpl": {
"count": 12
},
"CheckPassword": {
"count": 1
},
"ProcessDefinitionStatisticsQueryImpl": {
"count": 3
},
"AcquireJobsCmd": {
"count": 28
},
"GetLicenseKeyCmd": {
"count": 4
},
"MetricsQueryImpl": {
"count": 34
},
"ProcessDefinitionQueryImpl": {
"count": 5
},
"ExecuteJobsCmd": {
"count": 5
},
"ProcessInstanceQueryImpl": {
"count": 2
},
"UserOperationLogQueryImpl": {
"count": 2
},
"DeploymentQueryImpl": {
"count": 2
},
"DbTenantQueryImpl": {
"count": 1
},
"CreateGroupQueryCmd": {
"count": 1
},
"AuthorizationCheckCmd": {
"count": 8
},
"CaseDefinitionQueryImpl": {
"count": 2
},
"IsTelemetryEnabledCmd": {
"count": 3
},
"CreateTenantQueryCmd": {
"count": 1
},
"DbMetricsReporter$1": {
"count": 15
}
},
"camunda-integration": [],
"metrics": {
"root-process-instance-start": {
"count": 0
},
"unique-task-workers": {
"count": 1
},
"activity-instance-start": {
"count": 0
},
"executed-decision-elements": {
"count": 0
},
"executed-decision-instances": {
"count": 0
}
},
"jdk": {
"version": "11.0.7",
"vendor": "Oracle Corporation"
},
"database": {
"vendor": "H2",
"version": "1.4.190 (2015-10-11)"
},
"license-key": {
"features": {
"cawemo": "false",
"camundaBPM": "true",
"optimize": "true"
},
"raw": "customer = Kino;expiryDate = unlimited;camundaBPM = true;optimize = true;cawemo = false;",
"customer": "Kino",
"type": "UNIFIED",
"unlimited": true
}
}
}
}