interface MetricsRegistryOptions {
    instanceId: string;
    isCluster?: boolean;
    logger?: LoggerInstance;
    name: string;
}

Properties

instanceId: string

Service instance unique identification within the scope of the service identification

`085f47e9-7fad-4da1-b5e5-31fc6eed9f94`
isCluster?: boolean

Is the service running in cluster mode

Logger instance

name: string

Service name

`myOwnService`