Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 504 Bytes

Monitor Your Java Apps with Spring Boot Actuator

How to launch the sample application

$ git clone https://github.com/indiepopart/custom-httptrace
$ OKTA_OAUTH2_ISSUER=<issuer> OKTA_OAUTH2_CLIENT_ID=<client_id> OKTA_OAUTH2_CLIENT_SECRET=<secret> ./mvnw spring-boot:run

Go to /hello/greeting.

How to see the http trace

After the login, go to /actuator/httptrace.