couchbase
    Preparing search index...

    Interface AppTelemetryConfig

    Specifies Application Telemetry options for the client.

    interface AppTelemetryConfig {
        backoff?: number;
        enabled?: boolean;
        endpoint?: string;
        pingInterval?: number;
        pingTimeout?: number;
    }
    Index

    Properties

    backoff?: number

    Specifies the time to wait before attempting a websocket reconnection, specified in millseconds.

    enabled?: boolean

    Specifies if application telemetry feature should be enabled or not.

    endpoint?: string

    Specifies an endpoint to override the application metrics endpoint discovered during configuration.

    pingInterval?: number

    Specifies the time to wait between sending consecutive websocket PING commands to the server, specified in millseconds.

    pingTimeout?: number

    Specifies the time allowed for the server to respond to websocket PING command, specified in millseconds.