• Dominik Charousset's avatar
    Move Prometheus broker into its own thread · ec3b75a1
    Dominik Charousset authored
    Metrics are vitally important for monitoring a distributed CAF
    application. They should be available at all times, even if the CAF
    middleman becomes overloaded. By moving the Prometheus broker to its
    independent background thread, we shield it against overloads on the
    regular middleman multiplexer.
    ec3b75a1
middleman.cpp 18.7 KB