Skip to content

Instantly share code, notes, and snippets.

@skonto
Created January 28, 2021 13:33
Show Gist options
  • Save skonto/f9b0511da30d61af337d32672bffd4d3 to your computer and use it in GitHub Desktop.
Save skonto/f9b0511da30d61af337d32672bffd4d3 to your computer and use it in GitHub Desktop.
# HELP activator_client_results Total number of API requests (broken down by status code)
# TYPE activator_client_results counter
activator_client_results{name=""} 28
# HELP activator_go_alloc The number of bytes of allocated heap objects.
# TYPE activator_go_alloc gauge
activator_go_alloc{name=""} 6.934424e+06
# HELP activator_go_bucket_hash_sys The number of bytes of memory in profiling bucket hash tables.
# TYPE activator_go_bucket_hash_sys gauge
activator_go_bucket_hash_sys{name=""} 1.457761e+06
# HELP activator_go_frees The cumulative count of heap objects freed.
# TYPE activator_go_frees gauge
activator_go_frees{name=""} 456408
# HELP activator_go_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE activator_go_gc_cpu_fraction gauge
activator_go_gc_cpu_fraction{name=""} 4.315057689337942e-06
# HELP activator_go_gc_sys The number of bytes of memory in garbage collection metadata.
# TYPE activator_go_gc_sys gauge
activator_go_gc_sys{name=""} 3.590408e+06
# HELP activator_go_heap_alloc The number of bytes of allocated heap objects.
# TYPE activator_go_heap_alloc gauge
activator_go_heap_alloc{name=""} 6.934424e+06
# HELP activator_go_heap_idle The number of bytes in idle (unused) spans.
# TYPE activator_go_heap_idle gauge
activator_go_heap_idle{name=""} 5.3993472e+07
# HELP activator_go_heap_in_use The number of bytes in in-use spans.
# TYPE activator_go_heap_in_use gauge
activator_go_heap_in_use{name=""} 1.24928e+07
# HELP activator_go_heap_objects The number of allocated heap objects.
# TYPE activator_go_heap_objects gauge
activator_go_heap_objects{name=""} 40637
# HELP activator_go_heap_released The number of bytes of physical memory returned to the OS.
# TYPE activator_go_heap_released gauge
activator_go_heap_released{name=""} 5.2600832e+07
# HELP activator_go_heap_sys The number of bytes of heap memory obtained from the OS.
# TYPE activator_go_heap_sys gauge
activator_go_heap_sys{name=""} 6.6486272e+07
# HELP activator_go_last_gc The time the last garbage collection finished, as nanoseconds since 1970 (the UNIX epoch).
# TYPE activator_go_last_gc gauge
activator_go_last_gc{name=""} 1.6118379891626726e+18
# HELP activator_go_lookups The number of pointer lookups performed by the runtime.
# TYPE activator_go_lookups gauge
activator_go_lookups{name=""} 0
# HELP activator_go_mallocs The cumulative count of heap objects allocated.
# TYPE activator_go_mallocs gauge
activator_go_mallocs{name=""} 497045
# HELP activator_go_mcache_in_use The number of bytes of allocated mcache structures.
# TYPE activator_go_mcache_in_use gauge
activator_go_mcache_in_use{name=""} 1736
# HELP activator_go_mcache_sys The number of bytes of memory obtained from the OS for mcache structures.
# TYPE activator_go_mcache_sys gauge
activator_go_mcache_sys{name=""} 16384
# HELP activator_go_mspan_in_use The number of bytes of allocated mspan structures.
# TYPE activator_go_mspan_in_use gauge
activator_go_mspan_in_use{name=""} 164560
# HELP activator_go_mspan_sys The number of bytes of memory obtained from the OS for mspan structures.
# TYPE activator_go_mspan_sys gauge
activator_go_mspan_sys{name=""} 229376
# HELP activator_go_next_gc The target heap size of the next GC cycle.
# TYPE activator_go_next_gc gauge
activator_go_next_gc{name=""} 3.9472896e+07
# HELP activator_go_num_forced_gc The number of GC cycles that were forced by the application calling the GC function.
# TYPE activator_go_num_forced_gc gauge
activator_go_num_forced_gc{name=""} 0
# HELP activator_go_num_gc The number of completed GC cycles.
# TYPE activator_go_num_gc gauge
activator_go_num_gc{name=""} 25
# HELP activator_go_other_sys The number of bytes of memory in miscellaneous off-heap runtime allocations.
# TYPE activator_go_other_sys gauge
activator_go_other_sys{name=""} 817559
# HELP activator_go_stack_in_use The number of bytes in stack spans.
# TYPE activator_go_stack_in_use gauge
activator_go_stack_in_use{name=""} 622592
# HELP activator_go_stack_sys The number of bytes of stack memory obtained from the OS.
# TYPE activator_go_stack_sys gauge
activator_go_stack_sys{name=""} 622592
# HELP activator_go_sys The total bytes of memory obtained from the OS.
# TYPE activator_go_sys gauge
activator_go_sys{name=""} 7.3220352e+07
# HELP activator_go_total_alloc The cumulative bytes allocated for heap objects.
# TYPE activator_go_total_alloc gauge
activator_go_total_alloc{name=""} 4.3214488e+07
# HELP activator_go_total_gc_pause_ns The cumulative nanoseconds in GC stop-the-world pauses since the program started.
# TYPE activator_go_total_gc_pause_ns gauge
activator_go_total_gc_pause_ns{name=""} 325181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment