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

micrometer-metrics/micrometer-prometheus-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

micrometer-prometheus-agent is no longer actively maintained by VMware, Inc.

Prometheus Agent

Build the agent with ./gradlew build.

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages