rycus86/prometheus_flask_exporter

View on GitHub
examples/gunicorn-exceptions-113/config.py

Summary

Maintainability
A
0 mins
Test Coverage
from prometheus_flask_exporter.multiprocess import GunicornInternalPrometheusMetrics


def child_exit(server, worker):
    GunicornInternalPrometheusMetrics.mark_process_dead_on_child_exit(worker.pid)