# 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"} 0 go_gc_duration_seconds{quantile="0.25"} 0 go_gc_duration_seconds{quantile="0.5"} 0.0001662 go_gc_duration_seconds{quantile="0.75"} 0.000569 go_gc_duration_seconds{quantile="1"} 0.0940877 go_gc_duration_seconds_sum 0.1767985 go_gc_duration_seconds_count 41 # 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 16 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.3"} 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 1.29808e+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 counter go_memstats_alloc_bytes_total 3.6961104e+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 7722 # 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 430919 # 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.309584e+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 1.29808e+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 gauge go_memstats_heap_idle_bytes 8.216576e+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 3.514368e+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 12373 # 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 7.913472e+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 1.1730944e+07 # 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.7842860952197614e+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 443292 # 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 9056 # 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 15848 # 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 120000 # 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 146880 # 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 898590 # 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 851968 # 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 851968 # 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.6961536e+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 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP http_request_duration_seconds HTTP request duration. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="GET",route="/",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="1"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="5"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="10"} 7 http_request_duration_seconds_bucket{method="GET",route="/",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",route="/"} 0.0001153 http_request_duration_seconds_count{method="GET",route="/"} 7 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Deal/get_page",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Deal/get_page"} 0.1254694 http_request_duration_seconds_count{method="GET",route="/api/Deal/get_page"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Order/get_page",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Order/get_page"} 0.0541455 http_request_duration_seconds_count{method="GET",route="/api/Order/get_page"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Position/get_page",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Position/get_page"} 0.0316751 http_request_duration_seconds_count{method="GET",route="/api/Position/get_page"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getlist",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Symbol/getlist"} 0.1544676 http_request_duration_seconds_count{method="GET",route="/api/Symbol/getlist"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbymask",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Symbol/getsymbolsbymask"} 0.0783701 http_request_duration_seconds_count{method="GET",route="/api/Symbol/getsymbolsbymask"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="1"} 4 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="5"} 4 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="10"} 4 http_request_duration_seconds_bucket{method="GET",route="/api/Symbol/getsymbolsbyname",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",route="/api/Symbol/getsymbolsbyname"} 1.4083900999999999 http_request_duration_seconds_count{method="GET",route="/api/Symbol/getsymbolsbyname"} 4 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/*",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Test/*"} 0 http_request_duration_seconds_count{method="GET",route="/api/Test/*"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="1"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="5"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="10"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Test/getServerTime",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",route="/api/Test/getServerTime"} 0.0008884 http_request_duration_seconds_count{method="GET",route="/api/Test/getServerTime"} 13 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Tick/get"} 0.2452114 http_request_duration_seconds_count{method="GET",route="/api/Tick/get"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/getHistoryby1Dresolution",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Tick/getHistoryby1Dresolution"} 0.480132 http_request_duration_seconds_count{method="GET",route="/api/Tick/getHistoryby1Dresolution"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/get_marketdepth",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/Tick/get_marketdepth"} 0.0346905 http_request_duration_seconds_count{method="GET",route="/api/Tick/get_marketdepth"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="1"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="5"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="10"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/Tick/last",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",route="/api/Tick/last"} 3.1793892 http_request_duration_seconds_count{method="GET",route="/api/Tick/last"} 21 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/User/get"} 0.0467849 http_request_duration_seconds_count{method="GET",route="/api/User/get"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/api/User/get_trade_state",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/api/User/get_trade_state"} 0.1095775 http_request_duration_seconds_count{method="GET",route="/api/User/get_trade_state"} 1 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="1"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="5"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="10"} 4 http_request_duration_seconds_bucket{method="GET",route="/healthz",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",route="/healthz"} 5.78e-05 http_request_duration_seconds_count{method="GET",route="/healthz"} 4 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/metrics",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/metrics"} 0.0011113 http_request_duration_seconds_count{method="GET",route="/metrics"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/openapi.json",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/openapi.json"} 0.0018395 http_request_duration_seconds_count{method="GET",route="/openapi.json"} 1 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="1"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="5"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="10"} 4 http_request_duration_seconds_bucket{method="GET",route="/readyz",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",route="/readyz"} 7.1e-05 http_request_duration_seconds_count{method="GET",route="/readyz"} 4 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="1"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="5"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="10"} 1 http_request_duration_seconds_bucket{method="GET",route="/swagger",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",route="/swagger"} 5.77e-05 http_request_duration_seconds_count{method="GET",route="/swagger"} 1 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",route="/ws",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",route="/ws",le="1"} 5 http_request_duration_seconds_bucket{method="GET",route="/ws",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",route="/ws",le="5"} 5 http_request_duration_seconds_bucket{method="GET",route="/ws",le="10"} 5 http_request_duration_seconds_bucket{method="GET",route="/ws",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",route="/ws"} 5549.6204292 http_request_duration_seconds_count{method="GET",route="/ws"} 17 http_request_duration_seconds_bucket{method="GET",route="other",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="1"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="5"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="10"} 4 http_request_duration_seconds_bucket{method="GET",route="other",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",route="other"} 0.0018556 http_request_duration_seconds_count{method="GET",route="other"} 4 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.005"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.01"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.025"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.05"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.1"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.25"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="0.5"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="1"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="2.5"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="5"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="10"} 13 http_request_duration_seconds_bucket{method="OPTIONS",route="other",le="+Inf"} 13 http_request_duration_seconds_sum{method="OPTIONS",route="other"} 7.43e-05 http_request_duration_seconds_count{method="OPTIONS",route="other"} 13 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.005"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.01"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.025"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.05"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.1"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.25"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="0.5"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="1"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="2.5"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="5"} 0 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="10"} 1 http_request_duration_seconds_bucket{method="POST",route="/api/Authentication/login",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",route="/api/Authentication/login"} 6.1034933 http_request_duration_seconds_count{method="POST",route="/api/Authentication/login"} 1 # HELP http_requests_total HTTP requests by method, route, status. # TYPE http_requests_total counter http_requests_total{method="GET",route="/",status="200"} 7 http_requests_total{method="GET",route="/api/Deal/get_page",status="200"} 1 http_requests_total{method="GET",route="/api/Order/get_page",status="200"} 1 http_requests_total{method="GET",route="/api/Position/get_page",status="200"} 1 http_requests_total{method="GET",route="/api/Symbol/getlist",status="200"} 1 http_requests_total{method="GET",route="/api/Symbol/getsymbolsbymask",status="200"} 1 http_requests_total{method="GET",route="/api/Symbol/getsymbolsbyname",status="200"} 4 http_requests_total{method="GET",route="/api/Test/*",status="401"} 1 http_requests_total{method="GET",route="/api/Test/getServerTime",status="200"} 13 http_requests_total{method="GET",route="/api/Tick/get",status="200"} 1 http_requests_total{method="GET",route="/api/Tick/getHistoryby1Dresolution",status="200"} 1 http_requests_total{method="GET",route="/api/Tick/get_marketdepth",status="200"} 1 http_requests_total{method="GET",route="/api/Tick/last",status="200"} 21 http_requests_total{method="GET",route="/api/User/get",status="200"} 1 http_requests_total{method="GET",route="/api/User/get_trade_state",status="200"} 1 http_requests_total{method="GET",route="/healthz",status="200"} 4 http_requests_total{method="GET",route="/metrics",status="200"} 1 http_requests_total{method="GET",route="/openapi.json",status="200"} 1 http_requests_total{method="GET",route="/readyz",status="200"} 4 http_requests_total{method="GET",route="/swagger",status="200"} 1 http_requests_total{method="GET",route="/ws",status="101"} 17 http_requests_total{method="GET",route="other",status="404"} 4 http_requests_total{method="OPTIONS",route="other",status="204"} 13 http_requests_total{method="POST",route="/api/Authentication/login",status="200"} 1 # HELP mt5_requests_total MT5 upstream requests by result. # TYPE mt5_requests_total counter mt5_requests_total{result="ok"} 2085 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 40.234375 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.6777216e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 218 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.68352e+06 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.784282804e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 5.40672e+07 # HELP rate_limit_fail_open_total Requests allowed without a rate-limit decision because the limiter errored (e.g. Redis down). Alert on increase: rate protection is off. # TYPE rate_limit_fail_open_total counter rate_limit_fail_open_total 0 # HELP ws_active_connections Active WebSocket connections. # TYPE ws_active_connections gauge ws_active_connections 0 # HELP ws_messages_dropped_total WebSocket messages dropped due to backpressure. # TYPE ws_messages_dropped_total counter ws_messages_dropped_total 0