kTelemetryTagSetting#
Fully qualified name: omni::telemetry::kTelemetryTagSetting
Defined in omni/structuredlog/Telemetry.h
-
constexpr char omni::telemetry::kTelemetryTagSetting[] = "/telemetry/modeTag"#
This can be used to apply the “(dev)” and “(test)” source tags onto structured log messages without applying the other behavior of kTelemetryModeSetting.
If kTelemetryModeSetting is set to a valid value, it will take precedence over this setting.
Note
This setting is only applied on startup and changing it later into the process will have no effect. Use structuredlog::IStructuredLogSettings3 for this if needed.