Copyright 2024 Mytra Control S.L. All rights reserved.

Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.

interface ObservabilityServiceOptions {
    clusterUpdateInterval?: number;
    host?: string;
    includeStack?: boolean;
    isCluster?: boolean;
    maxSize?: number;
    port?: number;
    primaryPort?: number;
}

Properties

clusterUpdateInterval?: number

Cluster polling interval

host?: string

Host IP Addresses to be attached

includeStack?: boolean

Include stack trace in the error

isCluster?: boolean

Enable cluster mode

maxSize?: number

Max size of the registry

port?: number

Port to listen for incoming requests

primaryPort?: number

Primary port to listen for incoming requests on cluster mode

MMNEPVFCICPMFPCPTTAAATR