connexion.decorators.metrics

This module defines view function decorator to collect UWSGI metrics and expose them via an endpoint.

Module Contents

Classes

UWSGIMetricsCollector

Attributes

HAS_UWSGI_METRICS

connexion.decorators.metrics.HAS_UWSGI_METRICS = True
class connexion.decorators.metrics.UWSGIMetricsCollector(path, method)
static is_available()
__call__(self, function)
Return type:

types.FunctionType