-
Notifications
You must be signed in to change notification settings - Fork 4
Prometheus output example
# HELP go_cgo_go_to_c_calls_calls_total Count of calls made from Go to C by the current process. Sourced from /cgo/go-to-c-calls:calls# TYPE go_cgo_go_to_c_calls_calls_total countergo_cgo_go_to_c_calls_calls_total 0# HELP go_cpu_classes_gc_mark_assist_cpu_seconds_total Estimated total CPU time goroutines spent performing GC tasks to assist the GC and prevent it from falling behind the application. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/assist:cpu-seconds# TYPE go_cpu_classes_gc_mark_assist_cpu_seconds_total countergo_cpu_classes_gc_mark_assist_cpu_seconds_total 0.000253332# HELP go_cpu_classes_gc_mark_dedicated_cpu_seconds_total Estimated total CPU time spent performing GC tasks on processors (as defined by GOMAXPROCS) dedicated to those tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/dedicated:cpu-seconds# TYPE go_cpu_classes_gc_mark_dedicated_cpu_seconds_total countergo_cpu_classes_gc_mark_dedicated_cpu_seconds_total 0.00200942# HELP go_cpu_classes_gc_mark_idle_cpu_seconds_total Estimated total CPU time spent performing GC tasks on spare CPU resources that the Go scheduler could not otherwise find a use for. This should be subtracted from the total GC CPU time to obtain a measure of compulsory GC CPU time. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/idle:cpu-seconds# TYPE go_cpu_classes_gc_mark_idle_cpu_seconds_total countergo_cpu_classes_gc_mark_idle_cpu_seconds_total 0.00070225# HELP go_cpu_classes_gc_pause_cpu_seconds_total Estimated total CPU time spent with the application paused by the GC. Even if only one thread is running during the pause, this is computed as GOMAXPROCS times the pause latency because nothing else can be executing. This is the exact sum of samples in /sched/pauses/total/gc:seconds if each sample is multiplied by GOMAXPROCS at the time it is taken. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/pause:cpu-seconds# TYPE go_cpu_classes_gc_pause_cpu_seconds_total countergo_cpu_classes_gc_pause_cpu_seconds_total 0.001911126# HELP go_cpu_classes_gc_total_cpu_seconds_total Estimated total CPU time spent performing GC tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/gc. Sourced from /cpu/classes/gc/total:cpu-seconds# TYPE go_cpu_classes_gc_total_cpu_seconds_total countergo_cpu_classes_gc_total_cpu_seconds_total 0.004876128# HELP go_cpu_classes_idle_cpu_seconds_total Estimated total available CPU time not spent executing any Go or Go runtime code. In other words, the part of /cpu/classes/total:cpu-seconds that was unused. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/idle:cpu-seconds# TYPE go_cpu_classes_idle_cpu_seconds_total countergo_cpu_classes_idle_cpu_seconds_total 0.191582298# HELP go_cpu_classes_scavenge_assist_cpu_seconds_total Estimated total CPU time spent returning unused memory to the underlying platform in response eagerly in response to memory pressure. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/assist:cpu-seconds# TYPE go_cpu_classes_scavenge_assist_cpu_seconds_total countergo_cpu_classes_scavenge_assist_cpu_seconds_total 1.66e-07# HELP go_cpu_classes_scavenge_background_cpu_seconds_total Estimated total CPU time spent performing background tasks to return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/background:cpu-seconds# TYPE go_cpu_classes_scavenge_background_cpu_seconds_total countergo_cpu_classes_scavenge_background_cpu_seconds_total 2.09e-07# HELP go_cpu_classes_scavenge_total_cpu_seconds_total Estimated total CPU time spent performing tasks that return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/scavenge. Sourced from /cpu/classes/scavenge/total:cpu-seconds# TYPE go_cpu_classes_scavenge_total_cpu_seconds_total countergo_cpu_classes_scavenge_total_cpu_seconds_total 3.75e-07# HELP go_cpu_classes_total_cpu_seconds_total Estimated total available CPU time for user Go code or the Go runtime, as defined by GOMAXPROCS. In other words, GOMAXPROCS integrated over the wall-clock duration this process has been executing for. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes. Sourced from /cpu/classes/total:cpu-seconds# TYPE go_cpu_classes_total_cpu_seconds_total countergo_cpu_classes_total_cpu_seconds_total 0.2213855# HELP go_cpu_classes_user_cpu_seconds_total Estimated total CPU time spent running user Go code. This may also include some small amount of time spent in the Go runtime. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/user:cpu-seconds# TYPE go_cpu_classes_user_cpu_seconds_total countergo_cpu_classes_user_cpu_seconds_total 0.024926699# HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime. Sourced from /gc/cycles/automatic:gc-cycles# TYPE go_gc_cycles_automatic_gc_cycles_total countergo_gc_cycles_automatic_gc_cycles_total 2# HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application. Sourced from /gc/cycles/forced:gc-cycles# TYPE go_gc_cycles_forced_gc_cycles_total countergo_gc_cycles_forced_gc_cycles_total 0# HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles. Sourced from /gc/cycles/total:gc-cycles# TYPE go_gc_cycles_total_gc_cycles_total countergo_gc_cycles_total_gc_cycles_total 2# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.# TYPE go_gc_duration_seconds summarygo_gc_duration_seconds{quantile="0"} 3.3417e-05go_gc_duration_seconds{quantile="0.25"} 3.3417e-05go_gc_duration_seconds{quantile="0.5"} 0.000129083go_gc_duration_seconds{quantile="0.75"} 0.000129083go_gc_duration_seconds{quantile="1"} 0.000129083go_gc_duration_seconds_sum 0.0001625go_gc_duration_seconds_count 2# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent# TYPE go_gc_gogc_percent gaugego_gc_gogc_percent 100# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes# TYPE go_gc_gomemlimit_bytes gaugego_gc_gomemlimit_bytes 9.223372036854776e+18# HELP go_gc_heap_allocs_by_size_bytes Distribution of heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs-by-size:bytes# TYPE go_gc_heap_allocs_by_size_bytes histogramgo_gc_heap_allocs_by_size_bytes_bucket{le="8.999999999999998"} 413go_gc_heap_allocs_by_size_bytes_bucket{le="24.999999999999996"} 5509go_gc_heap_allocs_by_size_bytes_bucket{le="64.99999999999999"} 11536go_gc_heap_allocs_by_size_bytes_bucket{le="144.99999999999997"} 14291go_gc_heap_allocs_by_size_bytes_bucket{le="320.99999999999994"} 15682go_gc_heap_allocs_by_size_bytes_bucket{le="704.9999999999999"} 16243go_gc_heap_allocs_by_size_bytes_bucket{le="1536.9999999999998"} 16485go_gc_heap_allocs_by_size_bytes_bucket{le="3200.9999999999995"} 16624go_gc_heap_allocs_by_size_bytes_bucket{le="6528.999999999999"} 16691go_gc_heap_allocs_by_size_bytes_bucket{le="13568.999999999998"} 16726go_gc_heap_allocs_by_size_bytes_bucket{le="27264.999999999996"} 16744go_gc_heap_allocs_by_size_bytes_bucket{le="+Inf"} 16767go_gc_heap_allocs_by_size_bytes_sum 3.848992e+06go_gc_heap_allocs_by_size_bytes_count 16767# HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application. Sourced from /gc/heap/allocs:bytes# TYPE go_gc_heap_allocs_bytes_total countergo_gc_heap_allocs_bytes_total 3.848992e+06# HELP go_gc_heap_allocs_objects_total Cumulative count of heap allocations triggered by the application. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs:objects# TYPE go_gc_heap_allocs_objects_total countergo_gc_heap_allocs_objects_total 16767# HELP go_gc_heap_frees_by_size_bytes Distribution of freed heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees-by-size:bytes# TYPE go_gc_heap_frees_by_size_bytes histogramgo_gc_heap_frees_by_size_bytes_bucket{le="8.999999999999998"} 188go_gc_heap_frees_by_size_bytes_bucket{le="24.999999999999996"} 2790go_gc_heap_frees_by_size_bytes_bucket{le="64.99999999999999"} 5000go_gc_heap_frees_by_size_bytes_bucket{le="144.99999999999997"} 6723go_gc_heap_frees_by_size_bytes_bucket{le="320.99999999999994"} 7020go_gc_heap_frees_by_size_bytes_bucket{le="704.9999999999999"} 7140go_gc_heap_frees_by_size_bytes_bucket{le="1536.9999999999998"} 7212go_gc_heap_frees_by_size_bytes_bucket{le="3200.9999999999995"} 7240go_gc_heap_frees_by_size_bytes_bucket{le="6528.999999999999"} 7246go_gc_heap_frees_by_size_bytes_bucket{le="13568.999999999998"} 7251go_gc_heap_frees_by_size_bytes_bucket{le="27264.999999999996"} 7256go_gc_heap_frees_by_size_bytes_bucket{le="+Inf"} 7259go_gc_heap_frees_by_size_bytes_sum 887624go_gc_heap_frees_by_size_bytes_count 7259# HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector. Sourced from /gc/heap/frees:bytes# TYPE go_gc_heap_frees_bytes_total countergo_gc_heap_frees_bytes_total 887624# HELP go_gc_heap_frees_objects_total Cumulative count of heap allocations whose storage was freed by the garbage collector. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees:objects# TYPE go_gc_heap_frees_objects_total countergo_gc_heap_frees_objects_total 7259# HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle. Sourced from /gc/heap/goal:bytes# TYPE go_gc_heap_goal_bytes gaugego_gc_heap_goal_bytes 6.483794e+06# HELP go_gc_heap_live_bytes Heap memory occupied by live objects that were marked by the previous GC. Sourced from /gc/heap/live:bytes# TYPE go_gc_heap_live_bytes gaugego_gc_heap_live_bytes 2.932472e+06# HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory. Sourced from /gc/heap/objects:objects# TYPE go_gc_heap_objects_objects gaugego_gc_heap_objects_objects 9508# HELP go_gc_heap_tiny_allocs_objects_total Count of small allocations that are packed together into blocks. These allocations are counted separately from other allocations because each individual allocation is not tracked by the runtime, only their block. Each block is already accounted for in allocs-by-size and frees-by-size. Sourced from /gc/heap/tiny/allocs:objects# TYPE go_gc_heap_tiny_allocs_objects_total countergo_gc_heap_tiny_allocs_objects_total 525# HELP go_gc_limiter_last_enabled_gc_cycle GC cycle the last time the GC CPU limiter was enabled. This metric is useful for diagnosing the root cause of an out-of-memory error, because the limiter trades memory for CPU time when the GC's CPU time gets too high. This is most likely to occur with use of SetMemoryLimit. The first GC cycle is cycle 1, so a value of 0 indicates that it was never enabled. Sourced from /gc/limiter/last-enabled:gc-cycle# TYPE go_gc_limiter_last_enabled_gc_cycle gaugego_gc_limiter_last_enabled_gc_cycle 0# HELP go_gc_pauses_seconds Deprecated. Prefer the identical /sched/pauses/total/gc:seconds. Sourced from /gc/pauses:seconds# TYPE go_gc_pauses_seconds histogramgo_gc_pauses_seconds_bucket{le="6.399999999999999e-08"} 0go_gc_pauses_seconds_bucket{le="6.399999999999999e-07"} 0go_gc_pauses_seconds_bucket{le="7.167999999999999e-06"} 2go_gc_pauses_seconds_bucket{le="8.191999999999999e-05"} 3go_gc_pauses_seconds_bucket{le="0.0009175039999999999"} 4go_gc_pauses_seconds_bucket{le="0.010485759999999998"} 4go_gc_pauses_seconds_bucket{le="0.11744051199999998"} 4go_gc_pauses_seconds_bucket{le="+Inf"} 4go_gc_pauses_seconds_sum 9.0368e-05go_gc_pauses_seconds_count 4# HELP go_gc_scan_globals_bytes The total amount of global variable space that is scannable. Sourced from /gc/scan/globals:bytes# TYPE go_gc_scan_globals_bytes gaugego_gc_scan_globals_bytes 556562# HELP go_gc_scan_heap_bytes The total amount of heap space that is scannable. Sourced from /gc/scan/heap:bytes# TYPE go_gc_scan_heap_bytes gaugego_gc_scan_heap_bytes 2.311568e+06# HELP go_gc_scan_stack_bytes The number of bytes of stack that were scanned last GC cycle. Sourced from /gc/scan/stack:bytes# TYPE go_gc_scan_stack_bytes gaugego_gc_scan_stack_bytes 62288# HELP go_gc_scan_total_bytes The total amount space that is scannable. Sum of all metrics in /gc/scan. Sourced from /gc/scan/total:bytes# TYPE go_gc_scan_total_bytes gaugego_gc_scan_total_bytes 2.930418e+06# HELP go_gc_stack_starting_size_bytes The stack size of new goroutines. Sourced from /gc/stack/starting-size:bytes# TYPE go_gc_stack_starting_size_bytes gaugego_gc_stack_starting_size_bytes 4096# HELP go_goroutines Number of goroutines that currently exist.# TYPE go_goroutines gaugego_goroutines 26# HELP go_info Information about the Go environment.# TYPE go_info gaugego_info{version="go1.24.4"} 1# HELP go_memory_classes_heap_free_bytes Memory that is completely free and eligible to be returned to the underlying system, but has not been. This metric is the runtime's estimate of free address space that is backed by physical memory. Sourced from /memory/classes/heap/free:bytes# TYPE go_memory_classes_heap_free_bytes gaugego_memory_classes_heap_free_bytes 737280# HELP go_memory_classes_heap_objects_bytes Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector. Sourced from /memory/classes/heap/objects:bytes# TYPE go_memory_classes_heap_objects_bytes gaugego_memory_classes_heap_objects_bytes 2.961368e+06# HELP go_memory_classes_heap_released_bytes Memory that is completely free and has been returned to the underlying system. This metric is the runtime's estimate of free address space that is still mapped into the process, but is not backed by physical memory. Sourced from /memory/classes/heap/released:bytes# TYPE go_memory_classes_heap_released_bytes gaugego_memory_classes_heap_released_bytes 5.5296e+06# HELP go_memory_classes_heap_stacks_bytes Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use. Currently, this represents all stack memory for goroutines. It also includes all OS thread stacks in non-cgo programs. Note that stacks may be allocated differently in the future, and this may change. Sourced from /memory/classes/heap/stacks:bytes# TYPE go_memory_classes_heap_stacks_bytes gaugego_memory_classes_heap_stacks_bytes 917504# HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects. Sourced from /memory/classes/heap/unused:bytes# TYPE go_memory_classes_heap_unused_bytes gaugego_memory_classes_heap_unused_bytes 2.43716e+06# HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use. Sourced from /memory/classes/metadata/mcache/free:bytes# TYPE go_memory_classes_metadata_mcache_free_bytes gaugego_memory_classes_metadata_mcache_free_bytes 14496# HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used. Sourced from /memory/classes/metadata/mcache/inuse:bytes# TYPE go_memory_classes_metadata_mcache_inuse_bytes gaugego_memory_classes_metadata_mcache_inuse_bytes 16912# HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use. Sourced from /memory/classes/metadata/mspan/free:bytes# TYPE go_memory_classes_metadata_mspan_free_bytes gaugego_memory_classes_metadata_mspan_free_bytes 5920# HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used. Sourced from /memory/classes/metadata/mspan/inuse:bytes# TYPE go_memory_classes_metadata_mspan_inuse_bytes gaugego_memory_classes_metadata_mspan_inuse_bytes 157280# HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata. Sourced from /memory/classes/metadata/other:bytes# TYPE go_memory_classes_metadata_other_bytes gaugego_memory_classes_metadata_other_bytes 3.12628e+06# HELP go_memory_classes_os_stacks_bytes Stack memory allocated by the underlying operating system. In non-cgo programs this metric is currently zero. This may change in the future.In cgo programs this metric includes OS thread stacks allocated directly from the OS. Currently, this only accounts for one stack in c-shared and c-archive build modes, and other sources of stacks from the OS are not measured. This too may change in the future. Sourced from /memory/classes/os-stacks:bytes# TYPE go_memory_classes_os_stacks_bytes gaugego_memory_classes_os_stacks_bytes 0# HELP go_memory_classes_other_bytes Memory used by execution trace buffers, structures for debugging the runtime, finalizer and profiler specials, and more. Sourced from /memory/classes/other:bytes# TYPE go_memory_classes_other_bytes gaugego_memory_classes_other_bytes 2.454661e+06# HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling. Sourced from /memory/classes/profiling/buckets:bytes# TYPE go_memory_classes_profiling_buckets_bytes gaugego_memory_classes_profiling_buckets_bytes 1.451083e+06# HELP go_memory_classes_total_bytes All memory mapped by the Go runtime into the current process as read-write. Note that this does not include memory mapped by code called via cgo or via the syscall package. Sum of all metrics in /memory/classes. Sourced from /memory/classes/total:bytes# TYPE go_memory_classes_total_bytes gaugego_memory_classes_total_bytes 1.9809544e+07# HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes.# TYPE go_memstats_alloc_bytes gaugego_memstats_alloc_bytes 2.961368e+06# HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes.# TYPE go_memstats_alloc_bytes_total countergo_memstats_alloc_bytes_total 3.848992e+06# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes.# TYPE go_memstats_buck_hash_sys_bytes gaugego_memstats_buck_hash_sys_bytes 1.451083e+06# HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects.# TYPE go_memstats_frees_total countergo_memstats_frees_total 7784# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes.# TYPE go_memstats_gc_sys_bytes gaugego_memstats_gc_sys_bytes 3.12628e+06# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes.# TYPE go_memstats_heap_alloc_bytes gaugego_memstats_heap_alloc_bytes 2.961368e+06# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.# TYPE go_memstats_heap_idle_bytes gaugego_memstats_heap_idle_bytes 6.26688e+06# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes# TYPE go_memstats_heap_inuse_bytes gaugego_memstats_heap_inuse_bytes 5.398528e+06# HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects.# TYPE go_memstats_heap_objects gaugego_memstats_heap_objects 9508# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes.# TYPE go_memstats_heap_released_bytes gaugego_memstats_heap_released_bytes 5.5296e+06# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes.# TYPE go_memstats_heap_sys_bytes gaugego_memstats_heap_sys_bytes 1.1665408e+07# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.# TYPE go_memstats_last_gc_time_seconds gaugego_memstats_last_gc_time_seconds 1.7525137103844428e+09# HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects.# TYPE go_memstats_mallocs_total countergo_memstats_mallocs_total 17292# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes.# TYPE go_memstats_mcache_inuse_bytes gaugego_memstats_mcache_inuse_bytes 16912# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes.# TYPE go_memstats_mcache_sys_bytes gaugego_memstats_mcache_sys_bytes 31408# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes.# TYPE go_memstats_mspan_inuse_bytes gaugego_memstats_mspan_inuse_bytes 157280# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes.# TYPE go_memstats_mspan_sys_bytes gaugego_memstats_mspan_sys_bytes 163200# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes.# TYPE go_memstats_next_gc_bytes gaugego_memstats_next_gc_bytes 6.483794e+06# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes.# TYPE go_memstats_other_sys_bytes gaugego_memstats_other_sys_bytes 2.454661e+06# HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes.# TYPE go_memstats_stack_inuse_bytes gaugego_memstats_stack_inuse_bytes 917504# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes.# TYPE go_memstats_stack_sys_bytes gaugego_memstats_stack_sys_bytes 917504# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.# TYPE go_memstats_sys_bytes gaugego_memstats_sys_bytes 1.9809544e+07# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads# TYPE go_sched_gomaxprocs_threads gaugego_sched_gomaxprocs_threads 14# HELP go_sched_goroutines_goroutines Count of live goroutines. Sourced from /sched/goroutines:goroutines# TYPE go_sched_goroutines_goroutines gaugego_sched_goroutines_goroutines 25# HELP go_sched_latencies_seconds Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running. Bucket counts increase monotonically. Sourced from /sched/latencies:seconds# TYPE go_sched_latencies_seconds histogramgo_sched_latencies_seconds_bucket{le="6.399999999999999e-08"} 49go_sched_latencies_seconds_bucket{le="6.399999999999999e-07"} 53go_sched_latencies_seconds_bucket{le="7.167999999999999e-06"} 68go_sched_latencies_seconds_bucket{le="8.191999999999999e-05"} 76go_sched_latencies_seconds_bucket{le="0.0009175039999999999"} 78go_sched_latencies_seconds_bucket{le="0.010485759999999998"} 78go_sched_latencies_seconds_bucket{le="0.11744051199999998"} 78go_sched_latencies_seconds_bucket{le="+Inf"} 78go_sched_latencies_seconds_sum 0.00023104go_sched_latencies_seconds_count 78# HELP go_sched_pauses_stopping_gc_seconds Distribution of individual GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total GC-related stop-the-world time (/sched/pauses/total/gc:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/gc:seconds# TYPE go_sched_pauses_stopping_gc_seconds histogramgo_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-08"} 0go_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-07"} 0go_sched_pauses_stopping_gc_seconds_bucket{le="7.167999999999999e-06"} 3go_sched_pauses_stopping_gc_seconds_bucket{le="8.191999999999999e-05"} 3go_sched_pauses_stopping_gc_seconds_bucket{le="0.0009175039999999999"} 4go_sched_pauses_stopping_gc_seconds_bucket{le="0.010485759999999998"} 4go_sched_pauses_stopping_gc_seconds_bucket{le="0.11744051199999998"} 4go_sched_pauses_stopping_gc_seconds_bucket{le="+Inf"} 4go_sched_pauses_stopping_gc_seconds_sum 8.384e-05go_sched_pauses_stopping_gc_seconds_count 4# HELP go_sched_pauses_stopping_other_seconds Distribution of individual non-GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total non-GC-related stop-the-world time (/sched/pauses/total/other:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/other:seconds# TYPE go_sched_pauses_stopping_other_seconds histogramgo_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-08"} 0go_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-07"} 0go_sched_pauses_stopping_other_seconds_bucket{le="7.167999999999999e-06"} 0go_sched_pauses_stopping_other_seconds_bucket{le="8.191999999999999e-05"} 0go_sched_pauses_stopping_other_seconds_bucket{le="0.0009175039999999999"} 0go_sched_pauses_stopping_other_seconds_bucket{le="0.010485759999999998"} 0go_sched_pauses_stopping_other_seconds_bucket{le="0.11744051199999998"} 0go_sched_pauses_stopping_other_seconds_bucket{le="+Inf"} 0go_sched_pauses_stopping_other_seconds_sum 0go_sched_pauses_stopping_other_seconds_count 0# HELP go_sched_pauses_total_gc_seconds Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (this is measured directly in /sched/pauses/stopping/gc:seconds), during which some threads may still be running. Bucket counts increase monotonically. Sourced from /sched/pauses/total/gc:seconds# TYPE go_sched_pauses_total_gc_seconds histogramgo_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-08"} 0go_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-07"} 0go_sched_pauses_total_gc_seconds_bucket{le="7.167999999999999e-06"} 2go_sched_pauses_total_gc_seconds_bucket{le="8.191999999999999e-05"} 3go_sched_pauses_total_gc_seconds_bucket{le="0.0009175039999999999"} 4go_sched_pauses_total_gc_seconds_bucket{le="0.010485759999999998"} 4go_sched_pauses_total_gc_seconds_bucket{le="0.11744051199999998"} 4go_sched_pauses_total_gc_seconds_bucket{le="+Inf"} 4go_sched_pauses_total_gc_seconds_sum 9.0368e-05go_sched_pauses_total_gc_seconds_count 4# HELP go_sched_pauses_total_other_seconds Distribution of individual non-GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (measured directly in /sched/pauses/stopping/other:seconds). Bucket counts increase monotonically. Sourced from /sched/pauses/total/other:seconds# TYPE go_sched_pauses_total_other_seconds histogramgo_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-08"} 0go_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-07"} 0go_sched_pauses_total_other_seconds_bucket{le="7.167999999999999e-06"} 0go_sched_pauses_total_other_seconds_bucket{le="8.191999999999999e-05"} 0go_sched_pauses_total_other_seconds_bucket{le="0.0009175039999999999"} 0go_sched_pauses_total_other_seconds_bucket{le="0.010485759999999998"} 0go_sched_pauses_total_other_seconds_bucket{le="0.11744051199999998"} 0go_sched_pauses_total_other_seconds_bucket{le="+Inf"} 0go_sched_pauses_total_other_seconds_sum 0go_sched_pauses_total_other_seconds_count 0# HELP go_sync_mutex_wait_total_seconds_total Approximate cumulative time goroutines have spent blocked on a sync.Mutex, sync.RWMutex, or runtime-internal lock. This metric is useful for identifying global changes in lock contention. Collect a mutex or block profile using the runtime/pprof package for more detailed contention data. Sourced from /sync/mutex/wait/total:seconds# TYPE go_sync_mutex_wait_total_seconds_total countergo_sync_mutex_wait_total_seconds_total 0.000824672# HELP go_threads Number of OS threads created.# TYPE go_threads gaugego_threads 14# HELP temporal_s2s_proxy_health_check_success s2s-proxy service is healthy# TYPE temporal_s2s_proxy_health_check_success gaugetemporal_s2s_proxy_health_check_success 1# HELP temporal_s2s_proxy_health_check_success_count Number of healthy checks from s2s-proxy since service start# TYPE temporal_s2s_proxy_health_check_success_count countertemporal_s2s_proxy_health_check_success_count 1# HELP temporal_s2s_proxy_proxy_start_count Emitted once per startup# TYPE temporal_s2s_proxy_proxy_start_count countertemporal_s2s_proxy_proxy_start_count 2