Skip to content

arturveiga/quarkus-monitoring-grafana-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-monitoring-grafana-prometheus project

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Prometheus

docker run --name prometheus -d --network host prom/prometheus

Config prometheus: change only if necessary

docker exec -it prometheus vi /etc/prometheus/prometheus.yml

Grafana

docker run --name grafana -d --network host grafana/grafana

Run Project

./mvnw quarkus:dev

About

Project Quarkus: Monitoring Grafana and Prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published