HealthzClient
class HealthzClient(lightctl.client.base_client.BaseClient)
| Helper functions for acessing metrics
|
| Example:
| hc = HealthzClient()
| hc.get_healthz_info()
|
| Methods defined here:
|
| get_healthz_info(self) -> Dict
| Get healthz info
|
| Returns:
| dict: healthz info
Updated 12 months ago