This project provides a Provider interface to easily integrate any provider to fetch some targets to export a compatible Prometheus file_sd format.
This project works, but is still ongoing
You can find an example here.
List of available providers:
- Docker
Feel free to contribute to adding new providers or create a provider integration request with an issue :)
clone the project
$ git clone [email protected]:acamilleri/prometheus-aio-filesd.git
build
$ make build
- Improve code (tests!, logger, comments, ..)
- Adding metrics
- Add more providers