metric_consumer.pxd 253 B

12345678
  1. from util.generic.ptr cimport TIntrusivePtr
  2. cdef extern from "library/cpp/monlib/metrics/metric_consumer.h" namespace "NMonitoring" nogil:
  3. cdef cppclass IMetricConsumer:
  4. pass
  5. ctypedef TIntrusivePtr[IMetricConsumer] IMetricConsumerPtr