From 6f9558e7d972bd00ff5d0e1be2d28659953823e4 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Thu, 28 Nov 2019 12:13:09 +0000 Subject: [PATCH] Update and re-work maintainers file. For sanity I'm not going to try to distinguish the things I'm maintainer for because I'm the right person (e.g. template) vs things I'm the maintainer for because someone has to be (e.g. pkg). Also add a general warning to handle that this is more nuanced than it's worth trying to capture, and relatedly always going to be out of date. I'm also not giving full names/emails as we do elsewhere, as that'd make things only more difficult to read for this particular repository. I didn't put Bartek down for remote read, as particular functions of particular files seems a a bit fine grained. Fixes #4714 Signed-off-by: Brian Brazil --- MAINTAINERS.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index e676d06dd..2d7868452 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,10 +1,21 @@ -Maintainers of this repository with their focus areas: +@brian-brazil is the main/default maintainer, some parts of the codebase have other maintainers: + +* `cmd` + * `promtool`: @simonpasquier +* `discovery` + * `k8s`: @brancz +* `documentation` + * `prometheus-mixin`: @beorn7 +* `storage` + * `remote`: @csmarchbanks, @cstyan +* `tsdb`: @codesome, @krasi-georgiev +* `web` + * `ui`: @juliusv +* `Makefile` and related build configuration: @simonpasquier, @SuperQ + +For the sake of brevity all subtrees are not explicitly listed. Due to the size +of this repository, the natural changes in focus of maintainers over time, and +nuances of where particular features live, this list will always be incomplete +and out of date. However the listed maintainer(s) should be able to direct a +PR/question to the right person. -* Brian Brazil @brian-brazil: Console templates; semantics of PromQL, service discovery, and relabeling. -* Fabian Reinartz @fabxc: PromQL parsing and evaluation; implementation of retrieval, alert notification, and service discovery. -* Julius Volz @juliusv: Web UI. -* Krasi Georgiev @krasi-georgiev: TSDB - the storage engine. -* Ganesh Vernekar @codesome: TSDB - the storage engine. -* Chris Marchbanks @csmarchbanks: Remote write integration. -* Callum Styan @cstyan: Remote write integration. -* Bartłomiej Płotka @bwplotka: Remote read integration.