Documentation

AppTelemetryConfiguration
in package

Table of Contents

$backoffMilliseconds  : int|null
$enabled  : bool|null
$endpoint  : string|null
$pingIntervalMilliseconds  : int|null
$pingTimeoutMilliseconds  : int|null
backoff()  : AppTelemetryConfiguration
Specifies the time to wait before attempting a websocket reconnection, specified in millseconds.
enabled()  : AppTelemetryConfiguration
Specifies if the application telemetry feature should be enabled or not.
endpoint()  : AppTelemetryConfiguration
Specifies an endpoint to override the application metrics endpoint discovered during configuration.
pingInterval()  : AppTelemetryConfiguration
Specifies the time to wait between sending consecutive websocket PING commands to the server, specified in millseconds.
pingTimeout()  : AppTelemetryConfiguration
Specifies the time allowed for the server to respond to websocket PING command, specified in millseconds.

Properties

Methods


        

Search results