https://github.com/marschall/jetty-jfr
a Jetty handler that generates JFR events
https://github.com/marschall/jetty-jfr
Last synced: 3 months ago
JSON representation
a Jetty handler that generates JFR events
- Host: GitHub
- URL: https://github.com/marschall/jetty-jfr
- Owner: marschall
- Created: 2019-06-30T16:59:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T18:37:22.000Z (over 4 years ago)
- Last Synced: 2025-01-16T02:45:06.522Z (5 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jetty JFR
=========A Catalina [handler](https://www.eclipse.org/jetty/documentation/9.4.x/architecture.html#_handlers) that generates [Flight Recorder](https://openjdk.java.net/jeps/328) events. Unlike a filter based approach a valve based approach also generate events for internal servlets like the `DefaultServlet` and `JasperServlet`. This valve can correlate multiple async events that belong to the same original HTTP request.
This project requires Java 11.