This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
100 changed files
with
17,836 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name,type,help | ||
"go_gc_duration_seconds","SUMMARY","A summary of the GC invocation durations." | ||
"go_goroutines","GAUGE","Number of goroutines that currently exist." | ||
"go_memstats_alloc_bytes","GAUGE","Number of bytes allocated and still in use." | ||
"go_memstats_alloc_bytes_total","COUNTER","Total number of bytes allocated, even if freed." | ||
"go_memstats_buck_hash_sys_bytes","GAUGE","Number of bytes used by the profiling bucket hash table." | ||
"go_memstats_frees_total","COUNTER","Total number of frees." | ||
"go_memstats_gc_sys_bytes","GAUGE","Number of bytes used for garbage collection system metadata." | ||
"go_memstats_heap_alloc_bytes","GAUGE","Number of heap bytes allocated and still in use." | ||
"go_memstats_heap_idle_bytes","GAUGE","Number of heap bytes waiting to be used." | ||
"go_memstats_heap_inuse_bytes","GAUGE","Number of heap bytes that are in use." | ||
"go_memstats_heap_objects","GAUGE","Number of allocated objects." | ||
"go_memstats_heap_released_bytes_total","COUNTER","Total number of heap bytes released to OS." | ||
"go_memstats_heap_sys_bytes","GAUGE","Number of heap bytes obtained from system." | ||
"go_memstats_last_gc_time_seconds","GAUGE","Number of seconds since 1970 of last garbage collection." | ||
"go_memstats_lookups_total","COUNTER","Total number of pointer lookups." | ||
"go_memstats_mallocs_total","COUNTER","Total number of mallocs." | ||
"go_memstats_mcache_inuse_bytes","GAUGE","Number of bytes in use by mcache structures." | ||
"go_memstats_mcache_sys_bytes","GAUGE","Number of bytes used for mcache structures obtained from system." | ||
"go_memstats_mspan_inuse_bytes","GAUGE","Number of bytes in use by mspan structures." | ||
"go_memstats_mspan_sys_bytes","GAUGE","Number of bytes used for mspan structures obtained from system." | ||
"go_memstats_next_gc_bytes","GAUGE","Number of heap bytes when next garbage collection will take place." | ||
"go_memstats_other_sys_bytes","GAUGE","Number of bytes used for other system allocations." | ||
"go_memstats_stack_inuse_bytes","GAUGE","Number of bytes in use by the stack allocator." | ||
"go_memstats_stack_sys_bytes","GAUGE","Number of bytes obtained from system for stack allocator." | ||
"go_memstats_sys_bytes","GAUGE","Number of bytes obtained by system. Sum of all system allocations." | ||
"process_cpu_seconds_total","COUNTER","Total user and system CPU time spent in seconds." | ||
"process_max_fds","GAUGE","Maximum number of open file descriptors." | ||
"process_open_fds","GAUGE","Number of open file descriptors." | ||
"process_resident_memory_bytes","GAUGE","Resident memory size in bytes." | ||
"process_start_time_seconds","GAUGE","Start time of the process since unix epoch in seconds." | ||
"process_virtual_memory_bytes","GAUGE","Virtual memory size in bytes." | ||
"pupernetes_kubelet_api_pods_running","GAUGE","Number of kubelet API pods running" | ||
"pupernetes_kubelet_logs_pods_running","GAUGE","Number of kubelet logs pods running" | ||
"pupernetes_kubelet_probe_failures","COUNTER","Total number of kubelet probe failures" | ||
"pupernetes_ready","GAUGE","Boolean for pupernetes readiness" | ||
"pupernetes_version","GAUGE","Pupernetes version" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package run | ||
package state | ||
|
||
import ( | ||
"os" | ||
|
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
Oops, something went wrong.