Commit Graph

64 Commits

Author SHA1 Message Date
treydock 6a5b8ef5c4
Merge pull request #14 from treydock/module-update
Update Go module dependencies
2021-04-23 12:52:41 -04:00
Trey Dockendorf 3d2331d010 Update Go module dependencies 2021-04-23 10:16:52 -04:00
treydock 87e6de6f99
Merge pull request #13 from treydock/go-update
Update to Go 1.16
2021-04-23 10:10:38 -04:00
Trey Dockendorf 42bb4f8350 Update to Go 1.16 2021-04-23 09:52:33 -04:00
Trey Dockendorf b996dde3b4 Releae v0.6.0 2020-10-03 10:47:15 -04:00
treydock d5c089ef27
Merge pull request #12 from treydock/go-1.15
Upgrade to Go 1.15
2020-10-03 10:46:27 -04:00
Trey Dockendorf 2b29768c73 Upgrade to Go 1.15 2020-10-02 16:57:28 -04:00
Trey Dockendorf f1a2d7b8f4 Release v0.5.0 2020-10-02 16:43:29 -04:00
treydock 59b0b2779f
Merge pull request #11 from treydock/parallel
Parallelize cgroup loads and process info collection
2020-10-02 16:42:04 -04:00
Trey Dockendorf a2dea897a8 Parallelize cgroup loads and process info collection 2020-10-02 16:24:03 -04:00
treydock 946ae521b8
Merge pull request #10 from treydock/promlog
Switch logging to promlog
2020-10-02 15:38:30 -04:00
Trey Dockendorf b9b73e7658 Switch logging to promlog 2020-10-02 15:28:03 -04:00
treydock ea267dd2fd
Merge pull request #9 from treydock/processes
Add cgroup_process_exec_count metric
2020-10-02 14:49:57 -04:00
Trey Dockendorf bd489d1a7c Use ttar fixtures for tests , idea borrowed from prometheus/procfs 2020-10-02 13:58:33 -04:00
Trey Dockendorf 1666fe6c96 Add cgroup_process_exec_count metric 2020-10-02 13:53:15 -04:00
Trey Dockendorf ab23c89789 Release v0.4.0 2020-10-01 11:18:24 -04:00
treydock 9640f099e3
Merge pull request #8 from treydock/go1.14
Update to Go 1.14 and update dependencies
2020-10-01 11:16:48 -04:00
treydock cd0c8008d8
Merge pull request #7 from treydock/cpulist
Add cgroup_cpu_info metric
2020-10-01 11:05:40 -04:00
Trey Dockendorf b4051f0e71 Update to Go 1.14 and update dependencies 2020-10-01 11:05:13 -04:00
Trey Dockendorf 839bed51c3 Add cgroup_cpu_info metric 2020-10-01 10:50:22 -04:00
Trey Dockendorf 5ae58af988 Release v0.3.0 2020-04-03 09:07:03 -04:00
Trey Dockendorf 0e1eaa40e6 Add new metrics to README 2020-04-03 09:06:32 -04:00
treydock 7cd2ec3c3a
Merge pull request #6 from treydock/memory
Add cgroup_memory_rss_bytes and cgroup_memory_cache_bytes metrics
2020-04-03 09:06:01 -04:00
Trey Dockendorf e0f7c0470d Add cgroup_memory_rss_bytes and cgroup_memory_cache_bytes metrics 2020-04-03 08:54:56 -04:00
Trey Dockendorf 47d48d1f85 Release v0.2.1 2020-03-18 09:22:48 -04:00
treydock 37a9541a57
Merge pull request #5 from treydock/docker
Fix Dockerfile
2020-03-18 09:21:33 -04:00
Trey Dockendorf 14f8c163d9 s390x is not supported and not building with CGO enabled 2020-03-18 09:09:43 -04:00
Trey Dockendorf 7c792da037 Fix Dockerfile 2020-03-18 08:50:44 -04:00
Trey Dockendorf 198fd38043 Release v0.2.0 2020-02-27 11:40:26 -05:00
treydock 720706e742
Merge pull request #4 from treydock/memsw
Replace swap metrics with memsw to describe the raw values
2020-02-27 11:39:12 -05:00
Trey Dockendorf 714fd70b14 Replace swap metrics with memsw to describe the raw values 2020-02-27 11:03:20 -05:00
Trey Dockendorf beb70052d3 Merge branch 'master' of github.com:treydock/cgroup_exporter 2020-02-24 13:41:45 -05:00
Trey Dockendorf ab509b63ae Use more meaningful port 2020-02-23 14:36:58 -05:00
treydock 7d61a7fee6
Merge pull request #3 from treydock/tests
Expanded tests
2020-02-23 14:17:03 -05:00
Trey Dockendorf 3e294b3091 Expanded tests 2020-02-23 14:05:43 -05:00
Trey Dockendorf 0b38ae82ee Update README metrics examples 2020-02-20 15:15:23 -05:00
Trey Dockendorf f8df4c7f4f Release v0.1.0 2020-02-20 15:13:05 -05:00
Trey Dockendorf a58b20c257 Fix error handling 2020-02-20 15:13:04 -05:00
Trey Dockendorf 903b0fd581 Cleanup collect_error metric 2020-02-20 14:46:08 -05:00
Trey Dockendorf 7043a29cb6 Update README 2020-02-20 14:46:08 -05:00
Trey Dockendorf 64869138e2 Rename cgroup_cpu_kernel_seconds to cgroup_cpu_system_seconds 2020-02-20 14:31:49 -05:00
Trey Dockendorf a4411e8ec8 Add codecov 2020-02-20 14:29:26 -05:00
treydock a3af84ed27
Merge pull request #2 from treydock/info
Combine cgroup_userslice_info and cgroup_job_info into cgroup_info
2020-02-20 14:26:30 -05:00
Trey Dockendorf 025dd068b9 Combine cgroup_userslice_info and cgroup_job_info into cgroup_info 2020-02-20 14:13:45 -05:00
treydock 252ed00465
Merge pull request #1 from treydock/errors
Better error handling
2020-02-20 14:04:55 -05:00
Trey Dockendorf cd39799d62 Remove success metric 2020-02-20 13:51:46 -05:00
Trey Dockendorf 9bfac687d6 Add metric to indicate collect failures 2020-02-20 13:48:02 -05:00
Trey Dockendorf 77f32e859b Release v0.0.1 2020-02-20 12:44:12 -05:00
Trey Dockendorf 87d5b24852 Add README 2020-02-20 12:43:31 -05:00
Trey Dockendorf 88c000ca82 Add fail count metrics for memory and swap 2020-02-14 12:08:22 -05:00