Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

acamilleri/prometheus-aio-filesd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus all in one file_sd integration

Go Report Card

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

Usage

Docker:

You can find an example here.

Providers

List of available providers:

  • Docker

Feel free to contribute to adding new providers or create a provider integration request with an issue :)

Build from source

clone the project

$ git clone git@github.com:acamilleri/prometheus-aio-filesd.git

build

$ make build

TODO:

  • Improve code (tests!, logger, comments, ..)
  • Adding metrics
  • Add more providers