passive mode
- endpoint dedication for each product
- provides metrics per product by a dedicated endpoint. Ex: /metrics/PRODUCT_NAME
- provides all metrics under /metrics
- passive mode data collection
- collects data in background by interval in
collectorlayer, and stores in LRU cache - gets data from cache in
handlerlayer and returns it back - adds
intervalfield to config
- collects data in background by interval in
- renames
objecttostoragein config and code base