From 6962e446184f051fe1fa3cfe4466c241b8e25c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Thu, 4 Mar 2021 10:11:08 +0100 Subject: [PATCH] Discovery docs: add a pull requests examples section (#8556) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add a pull requests examples section Signed-off-by: Rémy Léone --- discovery/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/discovery/README.md b/discovery/README.md index f7d7120dd..9431876c7 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -259,3 +259,9 @@ Here are some non-obvious parts of adding service discoveries that need to be ve `` in `docs/configuration/configuration.md`. + +### Examples of Service Discovery pull requests + +The exemples given might become out of date but should give a good impression about the areas touched by a new service discovery. + +- [Eureka](https://github.com/prometheus/prometheus/pull/3369)