https://github.com/marschall/jfr-libraries
a list of libraries that generate JFR events
https://github.com/marschall/jfr-libraries
java-flight-recorder
Last synced: 3 months ago
JSON representation
a list of libraries that generate JFR events
- Host: GitHub
- URL: https://github.com/marschall/jfr-libraries
- Owner: marschall
- Created: 2019-06-16T12:01:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T17:10:58.000Z (over 4 years ago)
- Last Synced: 2025-01-16T02:45:06.663Z (4 months ago)
- Topics: java-flight-recorder
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JFR Libraries
=============A list of libraries that generate [JFR]((https://openjdk.java.net/jeps/328)) events.
* [marschall/jfr-servlet](https://github.com/marschall/jfr-servlet) a servlet filter that generates JFR events
* [marschall/jfr-maven-extension](https://github.com/marschall/jfr-maven-extension) a Maven extension generates JFR events
* [marschall/catalina-jfr](https://github.com/marschall/catalina-jfr) a Catalina valve that generates JFR events
* [marschall/junit-jfr](https://github.com/marschall/junit-jfr) a JUnit 5 extension that generates JFR events
* [marschall/junit4-jfr](https://github.com/marschall/junit4-jfr) a JUnit 4 extension that generates JFR events
* [marschall/hibernate-jfr](https://github.com/marschall/hibernate-jfr) a Hiberante listener that generates JFR events
* [marschall/jfr-jdbctemplate](https://github.com/marschall/jfr-jdbctemplate) an implementation of Spring JdbcTemplate that generates JFR events
* [marschall/jfr-jmstemplate](https://github.com/marschall/jfr-jmstemplate) an implementation of Spring JmsTemplate that generates JFR events
* [marschall/jfr-resttemplate](https://github.com/marschall/jfr-resttemplate) an implementation of Spring RestTemplate that generates JFR events
* [marschall/jfr-jdbc](https://github.com/marschall/jfr-jdbc) a JDBC driver that wraps an other JDBC driver and generates JFR events
* [marschall/jfr-ejb](https://github.com/marschall/jfr-ejb) an EJB interceptor that generates JFR events
* [marschall/micrometer-jfr](https://github.com/marschall/micrometer-jfr) a meter registry that generates JFR events for corresponding Micrometer metrics