As per dev summit, SD moratorium has been lifted. (#6324)

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan 2019-11-20 16:22:15 -08:00 committed by Brian Brazil
parent d2cb05846b
commit 7bf17b654c

View file

@ -2,10 +2,6 @@
This directory contains the service discovery (SD) component of Prometheus. This directory contains the service discovery (SD) component of Prometheus.
There is currently a moratorium on new service discovery mechanisms being added
to Prometheus due to a lack of developer capacity. In the meantime `file_sd`
remains available.
## Design of a Prometheus SD ## Design of a Prometheus SD
There are many requests to add new SDs to Prometheus, this section looks at There are many requests to add new SDs to Prometheus, this section looks at
@ -19,6 +15,10 @@ use across multiple organizations. It should allow discovering of machines
and/or services running somewhere. When exactly an SD is popular enough to and/or services running somewhere. When exactly an SD is popular enough to
justify being added to Prometheus natively is an open question. justify being added to Prometheus natively is an open question.
Note: As part of lifting the past moratorium on new SD implementations it was
agreed that, in addition to the existing requirements, new service discovery
implementations will be required to have a committed maintainer with push access (i.e., on -team).
It should not be a brand new SD mechanism, or a variant of an established It should not be a brand new SD mechanism, or a variant of an established
mechanism. We want to integrate Prometheus with the SD that's already there in mechanism. We want to integrate Prometheus with the SD that's already there in
your infrastructure, not invent yet more ways to do service discovery. We also your infrastructure, not invent yet more ways to do service discovery. We also