observabilityMode property

bool? observabilityMode
getter/setter pair

When set to true, the calls to the extension backend are performed asynchronously, without pausing the processing of the ongoing request.

In this mode, only STREAMED (default) body processing is supported. Responses, if any, are ignored. Supported by regional LbTrafficExtension and LbRouteExtension resources.

Optional.

Implementation

core.bool? observabilityMode;