kUseOpenEndpointSetting#
Fully qualified name: omni::telemetry::kUseOpenEndpointSetting
Defined in omni/structuredlog/Telemetry.h
-
constexpr char omni::telemetry::kUseOpenEndpointSetting[] = "/telemetry/useOpenEndpoint"#
This allows the telemetry transmitter to be launched in an ‘open endpoint’ mode.
This will point it to one of the Kratos open endpoint URLs, disable authentication, and set the event processing protocol to “defaultWithList” (normally set with the
/telemetry/transmitter/0/eventProtocol
setting). This mode may only be used when the/telemetry/extraFields/schemaid
value is also properly setup and the rest of the app has been properly configured for use with an open endpoint. Without a proper configuration, all events will be rejected from the open endpoint.