encoder_state_enum.h 181 B

123456789101112
  1. #pragma once
  2. namespace NMonitoring {
  3. enum class EEncoderState {
  4. ROOT,
  5. COMMON_LABELS,
  6. METRIC,
  7. METRIC_LABELS,
  8. };
  9. } // namespace NMonitoring