kLaunchGuardNameSetting#

Fully qualified name: omni::telemetry::kLaunchGuardNameSetting

Defined in omni/structuredlog/Telemetry.h

constexpr char omni::telemetry::kLaunchGuardNameSetting[] = "/telemetry/launchGuardName"#

This allows the name of the transmitter launch guard to be changed from its default.

This launch guard controls whether a new instance of the telemetry transmitter can be launched at any given time. Each unique launch guard name allows for an independent unique transmitter instance to be run even if another instance using a different guard name is already running. This defaults to “omni.telemetry.transmitter”. This should only be used for testing purposes and to allow for a different transmitter to run in the system as long as it is not looking at the same log directory as any other concurrently running instance of the transmitter.