]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Add maintainers for the Prometheus exporter
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Jan 2021 13:39:04 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Jan 2021 14:14:15 +0000 (15:14 +0100)
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

index 82e8e13455b1bd896e5235f49b95ebfdf47a8b18..4b00bd7154b6d1da00dd11e35183e0b518067b8f 100644 (file)
@@ -86,3 +86,12 @@ Note: every change around the locking or synchronization point will require
 ScientiaMobile WURFL Device Detection
 Maintainer: Paul Borile, Massimiliano Bellomi <wurfl-haproxy-support@scientiamobile.com>
 Files: src/wurfl.c
+
+Prometheus Exporter
+Maintainer: Christopher Faulet <cfaulet@haproxy.com>
+Maintainer: William Dauchy <wdauchy@gmail.com>
+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.