Interface Internals

  • All Known Implementing Classes:
    InternalsImpl

    public interface Internals
    This class represents the structure of data describing Camunda internal metrics and the technical environment in which Camunda is set-up. This information is sent to Camunda when telemetry is enabled.
    See Also:
    Camunda Documentation: Collected Telemetry Data
    • Method Detail

      • getDatabase

        Database getDatabase()
        Information about the connected database system.
      • getApplicationServer

        ApplicationServer getApplicationServer()
        Information about the application server Camunda is running on.
      • getLicenseKey

        LicenseKeyData getLicenseKey()
        Information about the Camunda license key issued for enterprise editions of Camunda Platform. May be null when no license is used.
      • getCommands

        Map<String,​Command> getCommands()
        Information about the number of command executions performed by the Camunda engine. If telemetry sending is enabled, the number of executions per command resets on sending the data to Camunda. Retrieving the data through ManagementService.getTelemetryData() will not reset the count.
      • getMetrics

        Map<String,​Metric> getMetrics()
        A selection of metrics collected by the engine. Metrics included are:
        • The number of root process instance executions started.
        • The number of activity instances started or also known as flow node instances.
        • The number of executed decision instances.
        • The number of executed decision elements.
        The metrics reset on sending the data to Camunda. Retrieving the data through ManagementService.getTelemetryData() will not reset the count.
      • getCamundaIntegration

        Set<String> getCamundaIntegration()
        Used Camunda integrations (e.g, Spring boot starter, Camunda Platform Run, WildFly/JBoss subsystem or Camunda EJB service).
      • getWebapps

        Set<String> getWebapps()
        Webapps enabled in the Camunda installation (e.g., cockpit, admin, tasklist).
      • getJdk

        Jdk getJdk()
        Information about the installed Java runtime environment.