autopush.metrics¶
Metrics interface and implementations
Interface¶
-
class
autopush.metrics.IMetrics(*args, **kwargs)[source]¶ Metrics interface
Each method except
__init__()andstart()must be implemented.Additional
kwargsmay be recorded as additional metric tags for metric systems that support it, otherwise they should be ignored.