-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
78 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
doc: | ||
* technical endpoints | ||
** some example around pprof? | ||
** 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, ...)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters