Package

com.lightbend.akka

diagnostics

Permalink

package diagnostics

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigChecker extends AnyRef

    Permalink

    The ConfigChecker will try to find potential configuration issues. It is run when the actor system is started. It also possible to run it as a Java main program, see ConfigChecker#main.

    The ConfigChecker will try to find potential configuration issues. It is run when the actor system is started. It also possible to run it as a Java main program, see ConfigChecker#main.

    Detailed documentation can be found in the akka.diagnostics.checker section of the reference.conf and in the "Configuration Checker" section of the Akka Reference Documentation.

  2. class DiagnosticsImpl extends Extension

    Permalink
  3. final class ManagementRoutes extends Extension with ManagementRouteProvider

    Permalink

    Provides management routes for the diagnostics extensions plus a few additional endpoints when Akka Management is used together with Akka Diagnostics.

    Provides management routes for the diagnostics extensions plus a few additional endpoints when Akka Management is used together with Akka Diagnostics.

    INTERNAL API

    Annotations
    @InternalApi()
  4. abstract class StarvationDetectorSettings extends AnyRef

    Permalink

Value Members

  1. object ConfigChecker

    Permalink
  2. object DiagnosticsExtension extends ExtensionId[DiagnosticsImpl] with ExtensionIdProvider

    Permalink

    The diagnostics extension enables both the com.lightbend.akka.diagnostics.ConfigChecker and the DiagnosticsRecorder for an actor system.

  3. object ManagementRoutes extends ExtensionId[ManagementRoutes]

    Permalink

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  4. object StarvationDetector

    Permalink
  5. object StarvationDetectorSettings

    Permalink
  6. package mbean

    Permalink

Ungrouped