Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Engine 2.0.6
-
None
Description
For status monitoring it would be useful to have the number of total processed requests since restart of the JVM. Is it possible to have a "statistics" component which could provide such numbers?
(The "manual" way to do it would be writing a very simple RequestFilter which just increments a counter and expose this object as OSGI component.)