-
Notifications
You must be signed in to change notification settings - Fork 3k
Scheduler - make it possible to record metrics automatically #19192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b8a05c3
to
5bc8394
Compare
extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SchedulerConfig.java
Outdated
Show resolved
Hide resolved
d79309b
to
2ba8b4a
Compare
Squashed, rebased and ready for review ;-) |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 2ba8b4a
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 extensions/agroal/deployment✖
📦 extensions/scheduler/deployment✖
⚙️ JVM Tests - JDK 11 Windows #📦 extensions/agroal/deployment✖
📦 extensions/scheduler/deployment✖
⚙️ JVM Tests - JDK 16 #📦 extensions/agroal/deployment✖
📦 extensions/scheduler/deployment✖
⚙️ MicroProfile TCKs Tests #📦 tcks/microprofile-metrics/api✖
✖
⚙️ Native Tests - Data3 #📦 integration-tests/hibernate-orm-panache✖
|
CI failures seem related |
2ba8b4a
to
e0081fc
Compare
Yes, some of them are related... looking into this. |
Hm, the |
- when a metrics extension is present and quarkus.scheduler.metrics.enabled=true a timed interceptor binding is automatically added to a scheduled method - SmallRye Metrics - consider MP annotations added via annotation transformer - added MP metrics + quartz scheduler test - improved BeanInfo javadoc
e0081fc
to
7b53683
Compare
The CI is green so it's up to you guys :-) |
I've been keeping up, I'm ok |
CC @machi1990 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
quarkus.scheduler.metrics.enabled=true a timed interceptor binding is
automatically added to a scheduled method
TODO: