redfish_ctl 1.1.3
pip install redfish_ctl==1.1.3 (native OTLP: pip install 'redfish_ctl[otlp]')
Native OTLP telemetry output: redfish_ctl exporter --output otlp pushes the hw.* contract over OTLP, honoring standard OTEL_EXPORTER_OTLP_* env — a drop-in OpenTelemetry producer (no Collector hop). Identity dims -> OTel resource attributes, per-metric dims -> datapoint attributes; monotonic counters -> Sum, rest -> Gauge. Metric names/dimensions unchanged.
Env consistency: HTTP + discovery tuning knobs and the exporter credential file all read REDFISH_* first (IDRAC_* fallback).