Discovery docs: add a pull requests examples section (#8556)

* add a pull requests examples section

Signed-off-by: Rémy Léone <rleone@scaleway.com>
This commit is contained in:
Rémy Léone 2021-03-04 10:11:08 +01:00 committed by GitHub
parent dd5a46aa47
commit 6962e44618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,3 +259,9 @@ Here are some non-obvious parts of adding service discoveries that need to be ve
`<alertmanager_config>` in `docs/configuration/configuration.md`.
<!-- TODO: Add best-practices -->
### 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)