Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

tolleiv/spring-ms-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring MS Exporter

TravisCI build status Docker Build Statu

This Prometheus exporter operates similar to the Blackbox exporters. It's used to monitor some of our Spring boot microservices and exposes the service version along with the health status.

Parameters

  • target: info endpoint URL

Docker usage

docker build -t spring-ms-exporter .
docker -d -p 9117:9117 --name spring-ms-exporter spring-ms-exporter

The related metrics can then be found under:

http://localhost:9117/probe?target=<service-url>

License

MIT License

Releases

No releases published

Packages

No packages published

Languages