From: Christopher Faulet Date: Fri, 8 Jan 2021 13:39:04 +0000 (+0100) Subject: DOC: Add maintainers for the Prometheus exporter X-Git-Tag: v2.4-dev6~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84c88a58c5153b8fffa509934375c92435298a1b;p=thirdparty%2Fhaproxy.git DOC: Add maintainers for the Prometheus exporter William Dauchy and Christopher Faulet are the official maintainers of the Prometheus exporter. William better knows the Prometheus usages and is the referent for the features while Christopher's role is more code-centric, he takes care of bugs and the exporter integration into Haproxy. --- diff --git a/MAINTAINERS b/MAINTAINERS index 82e8e13455..4b00bd7154 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -86,3 +86,12 @@ Note: every change around the locking or synchronization point will require ScientiaMobile WURFL Device Detection Maintainer: Paul Borile, Massimiliano Bellomi Files: src/wurfl.c + +Prometheus Exporter +Maintainer: Christopher Faulet +Maintainer: William Dauchy +Files: contrib/prometheus-exporter +Note: William is the referent regarding Prometheus. He should be consulted for + all additions and modifications of features. Christopher is the referent + for the code itself. He should be consulted for questions regarding the + exporter integration into HAProxy, as well as for the bugs.