Hi,

After a discussion with Willy and William about the Prometheus exporter, we decided to officially introduce William as co-maintainer on this module. He better knows than me the Prometheus usages and is better placed to discuss about features and to decide how the exporter must evolved to better suite the users habits.

William, thanks for your help on this subject !

--
Christopher Faulet
>From e4a1d97b06d8c0aa8b0de0abeeb03c2d494e17e0 Mon Sep 17 00:00:00 2001
From: Christopher Faulet <[email protected]>
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 knowns 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 82e8e1345..4b00bd715 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 <[email protected]>
 Files: src/wurfl.c
+
+Prometheus Exporter
+Maintainer: Christopher Faulet <[email protected]>
+Maintainer: William Dauchy <[email protected]>
+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.
-- 
2.29.2

Reply via email to