This document summarizes the speaker's experience trying different technologies to write monitoring data from cgroups to InfluxDB for Grafana visualization. The speaker initially tried using CAdvisor, collectd, and Flume together but found the solution too complex. They realized these additional technologies were unnecessary and instead wrote a simpler Python script, CGroups Simple, to read cgroup data directly and write directly to InfluxDB's HTTP API. This 1200 line script provides a simpler and more maintainable solution for their use case of enriching cgroup data with job IDs and writing to InfluxDB.