CMDP1 Module#

SPDX-FileCopyrightText: 2025 DESY and the Constellation authors SPDX-License-Identifier: EUPL-1.2

Module containing definitions for CMDP.

class core.protocol.cmdp1.LogLevel(*values)#

Bases: IntEnum

Constellation log levels

CRITICAL = 50#
DEBUG = 10#
INFO = 20#
STATUS = 35#
TRACE = 5#
WARNING = 30#
class core.protocol.cmdp1.Metric(name: str, unit: str, description: str)#

Bases: object

description: str#
name: str#
unit: str#