Package org.camunda.bpm.engine.telemetry
Interface TelemetryData
- All Known Implementing Classes:
- TelemetryDataImpl
public interface TelemetryData
The engine collects information about multiple aspects of the installation.
 If telemetry is enabled this information is sent to Camunda. If telemetry is
 disabled, the engine still collects this information and provides it through
 
ManagementService.getTelemetryData().
 This class represents the data structure used to collect telemetry data.- 
Method SummaryModifier and TypeMethodDescriptionThis method returns a String which is unique for each installation of Camunda.Returns a data object that stores information about the used Camunda product.
- 
Method Details- 
getInstallationString getInstallation()This method returns a String which is unique for each installation of Camunda. It is stored once per database so all engines connected to the same database will have the same installation ID. The ID is used to identify a single installation of Camunda Platform.
- 
getProductProduct getProduct()Returns a data object that stores information about the used Camunda product.
 
-