0

I'd like to track the concurrency levels of my bulkhead in an application for monitoring purposes.

Is the concurrency count for a Resiliency4j bulkhead externally available?

I can keep tack of it myself with the onCallPermitted and onCallFinished event callbacks, but I would rather not have to keep track of that if it is already available.

Thor
  • 600
  • 1
  • 6
  • 17

1 Answers1

0

Bulkhead.getMetrics does the trick.

Thor
  • 600
  • 1
  • 6
  • 17