# spring-boot-prometheus-exporter **Repository Path**: rootgd/spring-boot-prometheus-exporter ## Basic Information - **Project Name**: spring-boot-prometheus-exporter - **Description**: https://github.com/tshumal/spring-boot-prometheus-exporter - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-07 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring boot Prometheus Exporter Open source prometheus exporter library for Springboot apps. Exports Springboot actuator metrics into Prometheus format and exposes them at /prometheus endpoint. ## How to use Clone this repository ``` git clone https://github.com/tshumal/spring-boot-prometheus-exporter.git ``` Then install as maven library ``` mvn clean install ``` Then include the dependency in your pom.xml ``` io.linx.prometheus spring-boot-prometheus-exporter 0.0.1-SNAPSHOT ``` When you run your springboot app you should be able to see Prometheus metrics at the /prometheus endpoint.