1from plain.runtime import Secret
2
3CLOUD_EXPORT_ENABLED: bool = True # Set to False to disable all OTEL reporting
4CLOUD_EXPORT_URL: str = "https://plainframework.com/otel"
5CLOUD_EXPORT_TOKEN: Secret[str] = "" # Auth token for the export endpoint
6CLOUD_TRACE_SAMPLE_RATE: float = 1.0 # 0.0–1.0, probability of exporting a trace