Skip to content

puzzle/micrometer-prometheus-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micrometer-prometheus-agent

Prometheus Agent

Build the agent with mvn package.

Run an application with java -javaagent:micrometer-prometheus-agent.jar -jar application.jar.

This exposes a Prometheus scrape endpoint on http://YOURHOST:7001/prometheus.

What is this?

This project is a "what-if" thought experiment on adding Micrometer instrumentation as an agent that can be statically or dynamically loaded into an application without adding a dependency.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%