Closed adrianco closed 8 years ago
Nice find - good to add. On Wed, Jun 17, 2015 at 11:18 AM Adrian Cockcroft notifications@github.com wrote:
Sysdig https://github.com/draios/sysdig has a zoomable service view that can show machines, vms, containers and processes https://dl.dropboxusercontent.com/u/16649518/2015-06-11-monitorama.pptx
To model this in spigo, need to expand the "service" to instance + container + process for cloud, and machine + VM + container + process for on prem models.
— Reply to this email directly or view it on GitHub https://github.com/adrianco/spigo/issues/29.
First phase done, names package now has definitions for container and process, and new MakeContainer function. Need to change architecture package next to allow containers to be specified.
Names now extended to include container hierarchy as default, with configurable filter to hide the extra levels when not being used. All json output files have been re-generated with the new naming scheme.
Good it's cofigurable - CIFS will have a problem On Sun, Jun 21, 2015 at 1:23 AM Adrian Cockcroft notifications@github.com wrote:
Names now extended to include container hierarchy as default, with configurable filter to hide the extra levels when not being used. All json output files have been re-generated with the new naming scheme.
— Reply to this email directly or view it on GitHub https://github.com/adrianco/spigo/issues/29#issuecomment-113875909.
The filter is just for what gets sent to the json file for visualization, the simulation can have as much detail as it needs for generating monitoring output for a specific tool.
Filtering and naming is managed in names.go Filtering occurs centrally in edda.go before calling graphjson.go to log the node or edge
architecture format updated, new simple container architecture created, build.sh and run.sh used to regenerate all the output files. Code synced.
Sysdig https://github.com/draios/sysdig interfaces to Sysdig Cloud which has a zoomable service view that can show machines, vms, containers and processes https://dl.dropboxusercontent.com/u/16649518/2015-06-11-monitorama.pptx
To model this in spigo, need to expand the "service" to instance + container + process for cloud, and machine + VM + container + process for on prem models.