healthcheck
Example
const { startupHealthInfo } = require('@mimik/healthcheck');
healthcheck~startupHealthInfo(config, correlationId) ⇒
Generate service startup message.
Kind: inner method of healthcheck
Returns: null
.
Requires: module:@mimik/sumologic-winston-logger
, module:@mimik/address-helper
Param | Type | Description |
---|---|---|
config | object |
Configuration of the micro-service. |
correlationId | UUID.<string> |
CorrelationId to display during startup. |