Metrics service

Enable logging of metrics

Metrics can be displayed in the log of the ASAB application. In order to enable this, enter following lines in the configuration:

[logging]
levels=
   asab.metrics INFO

Reference

class asab.metrics.Metrics(app)
class asab.metrics.Module(app)[source]

Bases: asab.abc.module.Module