From 2a640321d504db4b4e9d459346197ea727e2dec7 Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Sat, 19 Oct 2024 13:21:00 +0200 Subject: [PATCH] chore: remove useless file --- TODO | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 585f8e373..000000000 --- a/TODO +++ /dev/null @@ -1,12 +0,0 @@ -doc: -* technical endpoints - ** some example around pprof? - -* graph metrics: - ** process.runtime.go.mem.heap_alloc (Bytes of allocated heap objects) - ** process.runtime.go.mem.heap_objects (Number of allocated heap objects) - ** process.runtime.go.gc.count (Number of completed garbage collection cycles) - ** process.runtime.go.gc.pause_total_ns (Cumulative nanoseconds in GC stop-the-world pauses since the program started) - ** system.network.io (Bytes transferred attributed by direction (Transmit, Receive)) - ** system.memory.utilization (Memory utilization of this process attributed by memory state (Used, Available)) - ** process.cpu.time (Accumulated CPU time spent by this process attributed by state (User, System, ...)) \ No newline at end of file