From 84c88a58c5153b8fffa509934375c92435298a1b Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 8 Jan 2021 14:39:04 +0100 Subject: [PATCH] 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. --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) 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.