Skip to content

Server Info

Module: server_info (default)
API Endpoint: /server/info

Collects Moonraker server information including Klippy connection state, loaded components, and version details.

Metrics

MetricTypeDescription
klipper_klippy_connectedGaugeWhether Klippy is connected (1) or not (0)
klipper_klippy_state_infoGauge=1The current state of Klippy with state label (ready, error, shutdown, startup, disconnected)
klipper_component_infoGauge=1A registered Moonraker component with component label
klipper_component_failed_infoGauge=1A Moonraker component that failed to load with failed_component label
klipper_moonraker_version_infoGauge=1Moonraker version with version label
klipper_api_version_infoGauge=1Moonraker API version with version label

Example PromQL

promql
# Is Klippy connected?
klipper_klippy_connected

# Current Klippy state
klipper_klippy_state_info

# Failed components
klipper_component_failed_info

Released under the MIT License.