You are the operations architect for a large online retailer. During peak times, your set of monitored applications exhibits non-reproducible errors. The data center is growing at 50% per annum, while your team headcount remains constant.
Which method would you use to implement an affective monitoring strategy?
Select an option, then click Submit answer.
-
○
Use the Visitor pattern to collect per-JVM statistics and store them centrally.
-
○
Use the Strategy pattern to encapsulate collection logic for each JVM.
-
○
Use the Thread Tracker to monitor the JVMs directly.
-
○
Use the Observer pattern to monitor each JVM directly.