mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Replace AUTHORS.md by an updated MAINTAINERS.md
This commit is contained in:
parent
0436e982cb
commit
a1596f9c79
13
AUTHORS.md
13
AUTHORS.md
|
@ -1,13 +0,0 @@
|
||||||
The Prometheus project was started by Matt T. Proud (emeritus) and
|
|
||||||
Julius Volz in 2012.
|
|
||||||
|
|
||||||
Maintainers of this repository:
|
|
||||||
|
|
||||||
* Björn Rabenstein <beorn@soundcloud.com>
|
|
||||||
* Fabian Reinartz <fabian.reinartz@coreos.com>
|
|
||||||
* Julius Volz <julius.volz@gmail.com>
|
|
||||||
|
|
||||||
More than [100 individuals][1] have contributed to this repository. Please
|
|
||||||
refer to the Git commit log for a complete list.
|
|
||||||
|
|
||||||
[1]: https://github.com/prometheus/prometheus/graphs/contributors
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
Prometheus uses GitHub to manage reviews of pull requests.
|
Prometheus uses GitHub to manage reviews of pull requests.
|
||||||
|
|
||||||
* If you have a trivial fix or improvement, go ahead and create a pull
|
* If you have a trivial fix or improvement, go ahead and create a pull request,
|
||||||
request, addressing (with `@...`) one or more of the maintainers
|
addressing (with `@...`) a suitable maintainer of this repository (see
|
||||||
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
|
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
|
||||||
|
|
||||||
* If you plan to do something more involved, first discuss your ideas
|
* If you plan to do something more involved, first discuss your ideas
|
||||||
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
|
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
|
||||||
|
|
7
MAINTAINERS.md
Normal file
7
MAINTAINERS.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Maintainers of this repository with their focus areas:
|
||||||
|
|
||||||
|
* Björn Rabenstein <beorn@soundcloud.com>: Local storage; general code-level issues.
|
||||||
|
* Brian Brazil <brian.brazil@robustperception.io>: Console templates; semantics of PromQL, service discovery, and relabeling.
|
||||||
|
* Fabian Reinartz <fabian.reinartz@coreos.com>: PromQL parsing and evaluation; implementation of retrieval, alert notification, and service discovery.
|
||||||
|
* Julius Volz <julius.volz@gmail.com>: Remote storage integrations; web UI.
|
||||||
|
|
Loading…
Reference in a new issue