Package | Description |
---|---|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics |
Metrics (Codahale).
|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.core |
Metrics core (Codehale).
|
com.espertech.esper.runtime.internal.metrics.codahale_metrics.metrics.util |
Metrics util classes (Codehale).
|
Modifier and Type | Method and Description |
---|---|
static void |
HealthChecks.register(HealthCheck healthCheck)
Registers an application
HealthCheck with a given name. |
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckRegistry.register(HealthCheck healthCheck)
Registers an application
HealthCheck . |
void |
HealthCheckRegistry.unregister(HealthCheck healthCheck)
Unregisters the given
HealthCheck . |
Modifier and Type | Class and Description |
---|---|
class |
DeadlockHealthCheck
A
HealthCheck implementation which returns a list of deadlocked threads, if any. |
Copyright © 2005–2021. All rights reserved.