Skip to content

Function: mlflowEnabled()

mlflowEnabled(): boolean

Whether MLflow feedback logging is available for this deployment.

Enabled when an OTLP exporter endpoint is configured (traces are actually shipped somewhere) AND an MLflow experiment is named - the two signals that the OTLP backend is MLflow and traces will materialize there. Both are standard env vars, so no plugin config is required; a deployment opts in simply by wiring MLflow tracing.

boolean