Skip to content

fengxsong/queryexporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queryexporter

a exporter to transform query results into prometheus metric. currently support MySQL/Postgres/Mongo/HTTP.

build

$ git clone https://github.com/fengxsong/queryexporter
$ # make sure go/make has installed
$ make local-cross
$ # or make container images
make buildimages

how to use

please check example.yaml.

roadmap

no specific roadmap :)

contributions

🐛 fix and feature request are welcome!