Giter Site home page Giter Site logo

carlos-aliaga / monitoring-and-profiling Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bolivianjug/monitoring-and-profiling

0.0 0.0 0.0 944 KB

Repositorio con los recursos del evento sobre monitoring an profiling de Agosto de 2021

Java 35.73% HTML 64.27%

monitoring-and-profiling's Introduction

Monitoring and Profiling

This project uses Quarkus with Java 11

Running the application in dev mode

./mvnw compile quarkus:dev

Building the docker container

./mvnw package
docker build -f src/main/docker/Dockerfile.jvm -t bolivianjug/monitoring-and-profiling .

Run the application using docker

docker-compose up -d monitoring-and-profiling

Test that everything is running:

curl -X GET http://localhost:8080/hello/world

Run prometheus

docker-compose up -d prometheus

Now, go to http://localhost:9090 then click on Status>Targets, and finally check that you have the following entries with the label "UP":

  • my-app (1/1 up)
  • prometheus (1/1 up)

Run grafana

docker-compose up -d grafana

To check that grafana is running go to http://localhost:3000. The default user/pwd is admin/admin

References

monitoring-and-profiling's People

Contributors

carfernandez16 avatar victor-ramos-h avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.