https://github.com/thomasdarimont/prometheus-spring-boot-starter
An unofficial spring-boot-starter for the Prometheus Monitoring System
https://github.com/thomasdarimont/prometheus-spring-boot-starter
Last synced: 6 months ago
JSON representation
An unofficial spring-boot-starter for the Prometheus Monitoring System
- Host: GitHub
- URL: https://github.com/thomasdarimont/prometheus-spring-boot-starter
- Owner: thomasdarimont
- License: apache-2.0
- Created: 2016-10-11T22:43:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T20:44:34.000Z (about 9 years ago)
- Last Synced: 2024-05-08T00:39:20.919Z (almost 2 years ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-native-java - thomasdarimont - boot-starter-prometheus), [nickymoeholm](https://github.com/nickymoelholm/prometheus-spring-boot-starter)\) (Metrics / RPC)
README
# Spring Boot Starter for Prometheus
This is an unofficial spring-boot-starter for the [Prometheus](https://prometheus.io/)
monitoring system.
## Example Project
The [spring-boot-starter-prometheus-example](https://github.com/thomasdarimont/spring-boot-starter-prometheus-example) shows
an example for using the `prometheus-spring-boot-starter`.
An example for setting up prometheus can be found in the
[spring-boot-prometheus-example](https://github.com/thomasdarimont/spring-boot-prometheus-example) repository.
## Build
```
mvn clean install
```
## Usage
Just add the following dependency to your spring-boot-project.
```
de.tdlabs
prometheus-spring-boot-starter
0.0.3-SNAPSHOT
```
# Configuration
The following properties can be configured:
```
# the metrics path to be pulled by prometheus defaults to '/prometheus'
prometheus.metrics.path=/prometheus
```