# 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 summary go_gc_duration_seconds{quantile="0"} 3.9281e-05 go_gc_duration_seconds{quantile="0.25"} 5.9023e-05 go_gc_duration_seconds{quantile="0.5"} 6.9402e-05 go_gc_duration_seconds{quantile="0.75"} 0.000137225 go_gc_duration_seconds{quantile="1"} 0.004026277 go_gc_duration_seconds_sum 0.087938265 go_gc_duration_seconds_count 399 # 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 gauge go_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 gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 15 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.11"} 1 # 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 gauge go_memstats_alloc_bytes 458024 # 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 counter go_memstats_alloc_bytes_total 1.6120736e+07 # 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 gauge go_memstats_buck_hash_sys_bytes 1.451821e+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 counter go_memstats_frees_total 135239 # 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 gauge go_memstats_gc_sys_bytes 3.121936e+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 gauge go_memstats_heap_alloc_bytes 458024 # 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 gauge go_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 gauge go_memstats_heap_inuse_bytes 1.531904e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 2417 # 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 gauge go_memstats_heap_released_bytes 6.242304e+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 gauge go_memstats_heap_sys_bytes 7.798784e+06 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7830022855098555e+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 counter go_memstats_mallocs_total 137656 # 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 gauge go_memstats_mcache_inuse_bytes 2416 # 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 gauge go_memstats_mcache_sys_bytes 15704 # 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 gauge go_memstats_mspan_inuse_bytes 55840 # 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 gauge go_memstats_mspan_sys_bytes 81600 # 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 gauge go_memstats_next_gc_bytes 4.194304e+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 gauge go_memstats_other_sys_bytes 660147 # 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 gauge go_memstats_stack_inuse_bytes 589824 # 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 gauge go_memstats_stack_sys_bytes 589824 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.3719816e+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 gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 8 # HELP nskpulse_events_by_category события по категориям # TYPE nskpulse_events_by_category gauge nskpulse_events_by_category{category="accident"} 199 nskpulse_events_by_category{category="construction"} 151 nskpulse_events_by_category{category="crime"} 341 nskpulse_events_by_category{category="event"} 256 nskpulse_events_by_category{category="fire"} 112 nskpulse_events_by_category{category="other"} 1260 nskpulse_events_by_category{category="traffic"} 230 nskpulse_events_by_category{category="utility"} 130 nskpulse_events_by_category{category="weather"} 86 # HELP nskpulse_events_by_geo_status события по geo_status # TYPE nskpulse_events_by_geo_status gauge nskpulse_events_by_geo_status{status="located"} 794 nskpulse_events_by_geo_status{status="unlocated"} 1971 # HELP nskpulse_events_last_hour событий за последний час # TYPE nskpulse_events_last_hour gauge nskpulse_events_last_hour 16 # HELP nskpulse_events_total событий в базе # TYPE nskpulse_events_total gauge nskpulse_events_total 2765 # HELP nskpulse_source_error_total ошибок опроса источника # TYPE nskpulse_source_error_total counter nskpulse_source_error_total{kind="rss",source="academ"} 0 nskpulse_source_error_total{kind="rss",source="aif"} 0 nskpulse_source_error_total{kind="rss",source="berdsk"} 0 nskpulse_source_error_total{kind="rss",source="berdsk_bn"} 0 nskpulse_source_error_total{kind="rss",source="gorsite"} 0 nskpulse_source_error_total{kind="rss",source="infopro54"} 0 nskpulse_source_error_total{kind="rss",source="ksonline"} 0 nskpulse_source_error_total{kind="rss",source="ndn"} 5 nskpulse_source_error_total{kind="rss",source="nsknews"} 0 nskpulse_source_error_total{kind="rss",source="precedent"} 0 nskpulse_source_error_total{kind="telegram",source="tg_act54"} 0 nskpulse_source_error_total{kind="telegram",source="tg_afisha"} 0 nskpulse_source_error_total{kind="telegram",source="tg_codd"} 0 nskpulse_source_error_total{kind="telegram",source="tg_crash"} 0 nskpulse_source_error_total{kind="telegram",source="tg_gibdd"} 0 nskpulse_source_error_total{kind="telegram",source="tg_inc54"} 0 nskpulse_source_error_total{kind="telegram",source="tg_kp"} 0 nskpulse_source_error_total{kind="telegram",source="tg_mash"} 0 nskpulse_source_error_total{kind="telegram",source="tg_mchs"} 0 nskpulse_source_error_total{kind="telegram",source="tg_meria"} 0 nskpulse_source_error_total{kind="telegram",source="tg_ndn"} 0 nskpulse_source_error_total{kind="telegram",source="tg_news54"} 0 nskpulse_source_error_total{kind="telegram",source="tg_ngs"} 0 nskpulse_source_error_total{kind="telegram",source="tg_novasib"} 0 nskpulse_source_error_total{kind="telegram",source="tg_nsktg"} 0 nskpulse_source_error_total{kind="telegram",source="tg_nso"} 0 nskpulse_source_error_total{kind="telegram",source="tg_online"} 0 nskpulse_source_error_total{kind="telegram",source="tg_podslush"} 0 nskpulse_source_error_total{kind="telegram",source="tg_prec"} 0 nskpulse_source_error_total{kind="telegram",source="tg_rosseti"} 0 nskpulse_source_error_total{kind="telegram",source="tg_sgk"} 0 nskpulse_source_error_total{kind="telegram",source="tg_tvoy"} 0 nskpulse_source_error_total{kind="telegram",source="tg_typa"} 0 nskpulse_source_error_total{kind="telegram",source="tg_vesti"} 0 # HELP nskpulse_source_fetch_total циклов опроса источника # TYPE nskpulse_source_fetch_total counter nskpulse_source_fetch_total{kind="rss",source="academ"} 61 nskpulse_source_fetch_total{kind="rss",source="aif"} 61 nskpulse_source_fetch_total{kind="rss",source="berdsk"} 46 nskpulse_source_fetch_total{kind="rss",source="berdsk_bn"} 46 nskpulse_source_fetch_total{kind="rss",source="gorsite"} 61 nskpulse_source_fetch_total{kind="rss",source="infopro54"} 61 nskpulse_source_fetch_total{kind="rss",source="ksonline"} 61 nskpulse_source_fetch_total{kind="rss",source="ndn"} 61 nskpulse_source_fetch_total{kind="rss",source="nsknews"} 92 nskpulse_source_fetch_total{kind="rss",source="precedent"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_act54"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_afisha"} 31 nskpulse_source_fetch_total{kind="telegram",source="tg_codd"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_crash"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_gibdd"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_inc54"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_kp"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_mash"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_mchs"} 183 nskpulse_source_fetch_total{kind="telegram",source="tg_meria"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_ndn"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_news54"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_ngs"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_novasib"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_nsktg"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_nso"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_online"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_podslush"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_prec"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_rosseti"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_sgk"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_tvoy"} 61 nskpulse_source_fetch_total{kind="telegram",source="tg_typa"} 92 nskpulse_source_fetch_total{kind="telegram",source="tg_vesti"} 92 # HELP nskpulse_source_last_ok_timestamp_seconds unix-время последнего успешного опроса # TYPE nskpulse_source_last_ok_timestamp_seconds gauge nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="academ"} 1.783001713e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="aif"} 1.783001714e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="berdsk"} 1.783001395e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="berdsk_bn"} 1.783001404e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="gorsite"} 1.783001712e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="infopro54"} 1.783001699e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="ksonline"} 1.78300172e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="ndn"} 1.783001703e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="nsknews"} 1.783001994e+09 nskpulse_source_last_ok_timestamp_seconds{kind="rss",source="precedent"} 1.783001708e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_act54"} 1.783002289e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_afisha"} 1.783000797e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_codd"} 1.783002312e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_crash"} 1.783001988e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_gibdd"} 1.783002309e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_inc54"} 1.783002304e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_kp"} 1.783002002e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_mash"} 1.7830023e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_mchs"} 1.783002299e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_meria"} 1.783001696e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_ndn"} 1.783001688e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_news54"} 1.783002006e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_ngs"} 1.783002007e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_novasib"} 1.783001707e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_nsktg"} 1.783002017e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_nso"} 1.783001714e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_online"} 1.783002013e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_podslush"} 1.783002008e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_prec"} 1.783001698e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_rosseti"} 1.783001997e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_sgk"} 1.783001991e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_tvoy"} 1.783001696e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_typa"} 1.783001997e+09 nskpulse_source_last_ok_timestamp_seconds{kind="telegram",source="tg_vesti"} 1.783002015e+09 # HELP nskpulse_source_stored_total сохранено событий с источника # TYPE nskpulse_source_stored_total counter nskpulse_source_stored_total{kind="rss",source="academ"} 11 nskpulse_source_stored_total{kind="rss",source="aif"} 43 nskpulse_source_stored_total{kind="rss",source="berdsk"} 20 nskpulse_source_stored_total{kind="rss",source="berdsk_bn"} 8 nskpulse_source_stored_total{kind="rss",source="gorsite"} 45 nskpulse_source_stored_total{kind="rss",source="infopro54"} 24 nskpulse_source_stored_total{kind="rss",source="ksonline"} 25 nskpulse_source_stored_total{kind="rss",source="ndn"} 25 nskpulse_source_stored_total{kind="rss",source="nsknews"} 25 nskpulse_source_stored_total{kind="rss",source="precedent"} 20 nskpulse_source_stored_total{kind="telegram",source="tg_act54"} 18 nskpulse_source_stored_total{kind="telegram",source="tg_afisha"} 8 nskpulse_source_stored_total{kind="telegram",source="tg_codd"} 14 nskpulse_source_stored_total{kind="telegram",source="tg_crash"} 1 nskpulse_source_stored_total{kind="telegram",source="tg_gibdd"} 4 nskpulse_source_stored_total{kind="telegram",source="tg_inc54"} 16 nskpulse_source_stored_total{kind="telegram",source="tg_kp"} 17 nskpulse_source_stored_total{kind="telegram",source="tg_mash"} 5 nskpulse_source_stored_total{kind="telegram",source="tg_mchs"} 12 nskpulse_source_stored_total{kind="telegram",source="tg_meria"} 4 nskpulse_source_stored_total{kind="telegram",source="tg_ndn"} 26 nskpulse_source_stored_total{kind="telegram",source="tg_news54"} 30 nskpulse_source_stored_total{kind="telegram",source="tg_ngs"} 33 nskpulse_source_stored_total{kind="telegram",source="tg_novasib"} 1 nskpulse_source_stored_total{kind="telegram",source="tg_nsktg"} 2 nskpulse_source_stored_total{kind="telegram",source="tg_nso"} 38 nskpulse_source_stored_total{kind="telegram",source="tg_online"} 10 nskpulse_source_stored_total{kind="telegram",source="tg_podslush"} 38 nskpulse_source_stored_total{kind="telegram",source="tg_prec"} 31 nskpulse_source_stored_total{kind="telegram",source="tg_rosseti"} 0 nskpulse_source_stored_total{kind="telegram",source="tg_sgk"} 2 nskpulse_source_stored_total{kind="telegram",source="tg_tvoy"} 3 nskpulse_source_stored_total{kind="telegram",source="tg_typa"} 24 nskpulse_source_stored_total{kind="telegram",source="tg_vesti"} 15 # HELP nskpulse_toponyms_total топонимов в словаре # TYPE nskpulse_toponyms_total gauge nskpulse_toponyms_total 2248