GithubHelp home page GithubHelp logo

dasboot's Introduction

Das Boot: Diving in debugging Spring Boot applications

Maintainer

Purpose

This meta-repo accompanies my session titled "Das Boot: Diving in debugging Spring Boot applications" and includes all code written within the session and potentially more. I’ll update and add to these repos as the session evolves and/or as I think of more things to share.

Star+watch this repo for updates!

Notes

  1. I’ve disabled security on all Actuator endpoints for this demonstration. PLEASE DO NOT DO THIS FOR YOUR PRODUCTION APPS! This is for ease of demonstration only.

  2. To browse all Actuator endpoints available, verify upon port Tomcat is using for your application (the default 8080 for the das-boot app and 9090 for das-boot-backing, as assigned in its application.properties), then substitute that port number below in a browser window tab: http://localhost:<insert_your_app_port_number_here>/actuator

  3. To view traces, you must first execute the runZipkin.sh script in this repo to run Zipin using a container execution environment, e.g. Docker Desktop, on Linux/Mac/BSD/WSL/etc. From Windows, you’ll need to perform actions equivalent to those within this script to start Zipkin.

  4. Zipkin runs locally on port 9411, so to view the Zipkin dashboard and find traces, visualize the trace actions between apps, etc., you can run it from any browser with http://localhost:9411

dasboot's People

Contributors

mkheck avatar

Stargazers

Selim Horri avatar Feraru Bogdan avatar Ruli avatar Rashed avatar Nicolae Spinu avatar jamilxt avatar Antoni avatar  avatar

Watchers

Víctor Martín Molina avatar  avatar Feraru Bogdan avatar  avatar  avatar Nicolae Spinu avatar Sherzod Omonov 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.