Analytics telemetry runtime settings

You can override the following analytics telemetry settings at runtime without restarting automation orchestrator.

Changes take effect across all automation orchestrator components immediately. To update these settings, use the Settings page in the UI or the runtime settings API. See Configure application runtime settings for instructions.

Important:

Telemetry data collection in automation orchestrator is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product capabilities, enabling customers to test functionality and provide feedback during the development process. For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.

Setting key Description Default
telemetry.segment_write_key Analytics write API key for telemetry transmission. Set to an empty string to fall back to theAPP_SEGMENT_WRITE_KEY environment variable. Empty (uses environment variable)
telemetry.segment_endpoint Analytics endpoint URL for telemetry transmission. Set to an empty string to fall back to theAPP_SEGMENT_ENDPOINT environment variable. Empty (uses environment variable)
telemetry.collection_interval_seconds Interval in seconds between periodic analytics collection cycles. Set to an empty string to fall back to theAPP_COLLECTION_INTERVAL_SECONDS environment variable. Empty (uses environment variable)

If you set the write key to an empty string and no APP_SEGMENT_WRITE_KEY environment variable is configured, telemetry transmission is disabled.