Class TelemetryLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- org.camunda.bpm.engine.impl.telemetry.TelemetryLogger
-
public class TelemetryLogger extends ProcessEngineLogger
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
ADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
-
-
Constructor Summary
Constructors Constructor Description TelemetryLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
databaseTelemetryPropertyMissingInfo()
void
databaseTelemetryPropertyMissingInfo(boolean telemetryEnabled)
ProcessEngineException
exceptionWhileRetrievingTelemetryDataRegistryNull()
void
exceptionWhileSendingTelemetryData(Exception e)
ProcessEngineException
schedulingTaskFails(Exception e)
void
schedulingTaskFailsOnEngineStart(Exception e)
void
sendingTelemetryData(String data)
void
sendingTelemetryDataFails(TelemetryData productData)
void
startTelemetrySendingTask()
void
telemetryDisabled()
void
telemetrySentSuccessfully()
void
unableToConfigureHttpConnectorWarning()
void
unexpectedExceptionDuringHttpConnectorConfiguration(Exception e)
void
unexpectedResponseSuccessCode(int statusCode)
void
unexpectedResponseWhileSendingTelemetryData()
ProcessEngineException
unexpectedResponseWhileSendingTelemetryData(int responseCode)
-
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
-
-
-
-
Method Detail
-
startTelemetrySendingTask
public void startTelemetrySendingTask()
-
exceptionWhileSendingTelemetryData
public void exceptionWhileSendingTelemetryData(Exception e)
-
unexpectedResponseWhileSendingTelemetryData
public ProcessEngineException unexpectedResponseWhileSendingTelemetryData(int responseCode)
-
unexpectedResponseWhileSendingTelemetryData
public void unexpectedResponseWhileSendingTelemetryData()
-
sendingTelemetryData
public void sendingTelemetryData(String data)
-
databaseTelemetryPropertyMissingInfo
public void databaseTelemetryPropertyMissingInfo(boolean telemetryEnabled)
-
databaseTelemetryPropertyMissingInfo
public void databaseTelemetryPropertyMissingInfo()
-
telemetryDisabled
public void telemetryDisabled()
-
schedulingTaskFails
public ProcessEngineException schedulingTaskFails(Exception e)
-
schedulingTaskFailsOnEngineStart
public void schedulingTaskFailsOnEngineStart(Exception e)
-
unableToConfigureHttpConnectorWarning
public void unableToConfigureHttpConnectorWarning()
-
unexpectedExceptionDuringHttpConnectorConfiguration
public void unexpectedExceptionDuringHttpConnectorConfiguration(Exception e)
-
unexpectedResponseSuccessCode
public void unexpectedResponseSuccessCode(int statusCode)
-
telemetrySentSuccessfully
public void telemetrySentSuccessfully()
-
sendingTelemetryDataFails
public void sendingTelemetryDataFails(TelemetryData productData)
-
exceptionWhileRetrievingTelemetryDataRegistryNull
public ProcessEngineException exceptionWhileRetrievingTelemetryDataRegistryNull()
-
-