Monasca-Statsd based Metrics
updated: 2021-09-29 20:34
Monasca-Statsd based Metrics
metrics Base
-
class designate.metrics.Metrics[source]
Bases: object
-
__dict__ = mappingproxy({'__module__': 'designate.metrics', '__init__': <function Metrics.__init__>, 'init': <function Metrics.init>, 'counter': <function Metrics.counter>, 'gauge': <function Metrics.gauge>, 'timing': <property object>, 'timer': <function Metrics.timer>, 'client': <property object>, '__dict__': <attribute '__dict__' of 'Metrics' objects>, '__weakref__': <attribute '__weakref__' of 'Metrics' objects>, '__doc__': None, '__annotations__': {}})
-
__init__()[source]
-
__module__ = 'designate.metrics'
-
__weakref__
list of weak references to the object (if defined)
-
property client
-
counter(*a, **kw)[source]
-
gauge(*a, **kw)[source]
-
init()[source]
-
timer()[source]
-
property timing
updated: 2021-09-29 20:34