Is there any way to measure how ElasticScheduler
utilities it's thread pools? I've went through code but I haven't seen any straightforward option to do it.
Asked
Active
Viewed 315 times
0

pixel
- 24,905
- 36
- 149
- 251
1 Answers
1
You can use method enableMetrics
on Schedulers
class.
https://projectreactor.io/docs/core/release/api/reactor/core/scheduler/Schedulers.html#enableMetrics--

Jakub Bibro
- 1,570
- 13
- 17
-
1(since as of this comment recently released version 3.2.3.RELEASE) – Simon Baslé Nov 30 '18 at 13:59