# micrometer-prometheus-agent **Repository Path**: mirrors_micrometer-metrics/micrometer-prometheus-agent ## Basic Information - **Project Name**: micrometer-prometheus-agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.