Package | Description |
---|---|
com.codahale.metrics.health | |
com.codahale.metrics.health.jvm |
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckRegistry.register(String name,
HealthCheck healthCheck)
Registers an application
HealthCheck . |
Modifier and Type | Class and Description |
---|---|
class |
ThreadDeadlockHealthCheck
A health check which returns healthy if no threads are deadlocked.
|
Copyright © 2023. All rights reserved.