Skip to content

ykorzikowski/jmx-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Prometheus JMX Exporter in a docker container.

Info

From openjdk:jre-alpine (specific version but to avoid updating to much)

Usage

docker run -v [pathToYourConfig]:/opt/jmx_exporter/config/jmx_exporter.yml -P etraveli/jmx_exporter

It's setup with CMD, since it Alping you can use sh if you want to inspect the container.

It's exposed on 9209 -P for auto map or -p "externalPort:9209".

And don't forget localhost is only the docker host i network mode host.

About

Docker image for jmx_exporter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%