0

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.

pixel
  • 24,905
  • 36
  • 149
  • 251

1 Answers1

1

You can use method enableMetricson Schedulers class. https://projectreactor.io/docs/core/release/api/reactor/core/scheduler/Schedulers.html#enableMetrics--

Jakub Bibro
  • 1,570
  • 13
  • 17