This wiki will hold the minutes of discussion topics from the Barometer Weekly Call
DMA Project Proposol
View file | ||||
---|---|---|---|---|
|
Service Assurance Project <April 11, 2018>
View file | ||||
---|---|---|---|---|
|
...
- Polling vs Event capture for the monitoring agent
- Platform independent monitor agent
- Network Interfaces
- Kernel events
- VM / Container monitoring
- Common bus for Events / Telemetry / Config
- Common Object model
- Agent configuration
- Performance
- <<50ms and other timing requirements
Decisions
Polling vs Event capture for the monitoring agent <Feb 07 2017>
The scope of polling being discussed is that of the monitoring agent itself (on the node that’s being observed). Collectd is configured to run at a particular interval by default every 10 seconds. the question is, do you leave the read plugins poll for stats and events every time the read interval fires?
...
Network (over)load should be taken into consideration as regards which model to use (push vs pull), you don't want to destabilize the network. push is more scalable overall and preferred for fault management.
Agent configuration <Feb 14 2017>
Should be able to dynamically:
...