Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/docs/source/polars-on-premises/bare-metal/environment-variables.md
8327 views

Polars

VariableDescription
POLARS_TEMP_DIROverride the default temporary directory Polars uses for scratch files and some I/O operations.

You may also set any Polars OSS-recognized environment variables.

Polars on-premises

VariableDescription
OTLP_ENDPOINTTarget endpoint for sending OTLP traces/metrics/logs to your OpenTelemetry collector/observability stack.
e.g. http://otel-collector:4317.
OTEL_SERVICE_INSTANCE_IDOpenTelemetry service.instance.id that uniquely identifies this node in telemetry.
Must match instance_id.
PLC_LOG_LEVELControls logging verbosity for the Polars on-premises components (e.g. scheduler/worker).
e.g. Info, Debug, Trace, etc. (follows the Rust naming).