interface HealthRegistryOptions {
    applicationMetadata: Metadata;
    clusterUpdateInterval?: number;
    isCluster?: boolean;
    logger?: LoggerInstance;
}

Properties

applicationMetadata: Metadata

App health metadata properties

clusterUpdateInterval?: number

Cluster polling interval

isCluster?: boolean

Is the service running in cluster mode

Logger instance