mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
fe35f2dac3
I have been the de-facto maintainer for native histograms from the beginning. So let's put this into MAINTAINERS.md. In addition, I hereby proposose George Krajcsovits AKA Krajo as a co-maintainer. He has contributed a lot of native histogram code, but more importantly, he has contributed substantially to reviewing other contributors' native histogram code, up to a point where I was merely rubberstamping the PRs he had already reviewed. I'm confident that he is ready to to be granted commit rights as outlined in the "Maintainers" section of the governance: https://prometheus.io/governance/#maintainers According to the same section of the governance, I will announce the proposed change on the developers mailing list and will give some time for lazy consensus before merging this PR. Signed-off-by: beorn7 <beorn@grafana.com>
28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
# Maintainers
|
|
|
|
Julien Pivotto (<roidelapluie@prometheus.io> / @roidelapluie) and Levi Harrison (<levi@leviharrison.dev> / @LeviHarrison) are the main/default maintainers, some parts of the codebase have other maintainers:
|
|
|
|
* `cmd`
|
|
* `promtool`: David Leadbeater (<dgl@dgl.cx> / @dgl)
|
|
* `discovery`
|
|
* `k8s`: Frederic Branczyk (<fbranczyk@gmail.com> / @brancz)
|
|
* `documentation`
|
|
* `prometheus-mixin`: Matthias Loibl (<mail@matthiasloibl.com> / @metalmatze)
|
|
* `model/histogram` and other code related to native histograms: Björn Rabenstein (<beorn@grafana.com> / @beorn7),
|
|
George Krajcsovits (<gyorgy.krajcsovits@grafana.com> / @krajorama)
|
|
* `storage`
|
|
* `remote`: Callum Styan (<callumstyan@gmail.com> / @cstyan), Bartłomiej Płotka (<bwplotka@gmail.com> / @bwplotka), Tom Wilkie (<tom.wilkie@gmail.com> / @tomwilkie)
|
|
* `tsdb`: Ganesh Vernekar (<ganesh@grafana.com> / @codesome), Bartłomiej Płotka (<bwplotka@gmail.com> / @bwplotka), Jesús Vázquez (<jesus.vazquez@grafana.com> / @jesusvazquez)
|
|
* `agent`: Robert Fratto (<robert.fratto@grafana.com> / @rfratto)
|
|
* `web`
|
|
* `ui`: Julius Volz (<julius.volz@gmail.com> / @juliusv)
|
|
* `module`: Augustin Husson (<husson.augustin@gmail.com> @nexucis)
|
|
* `Makefile` and related build configuration: Simon Pasquier (<pasquier.simon@gmail.com> / @simonpasquier), Ben Kochie (<superq@gmail.com> / @SuperQ)
|
|
|
|
|
|
For the sake of brevity, not all subtrees are 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.
|