# HELP bot_process_cpu_user_seconds_total Total user CPU time spent in seconds. # TYPE bot_process_cpu_user_seconds_total counter bot_process_cpu_user_seconds_total 248132.9245900038 # HELP bot_process_cpu_system_seconds_total Total system CPU time spent in seconds. # TYPE bot_process_cpu_system_seconds_total counter bot_process_cpu_system_seconds_total 36286.26168499857 # HELP bot_process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE bot_process_cpu_seconds_total counter bot_process_cpu_seconds_total 284419.18627501366 # HELP bot_process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE bot_process_start_time_seconds gauge bot_process_start_time_seconds 1773320689 # HELP bot_process_resident_memory_bytes Resident memory size in bytes. # TYPE bot_process_resident_memory_bytes gauge bot_process_resident_memory_bytes 145645568 # HELP bot_process_virtual_memory_bytes Virtual memory size in bytes. # TYPE bot_process_virtual_memory_bytes gauge bot_process_virtual_memory_bytes 21900275712 # HELP bot_process_heap_bytes Process heap size in bytes. # TYPE bot_process_heap_bytes gauge bot_process_heap_bytes 205815808 # HELP bot_process_open_fds Number of open file descriptors. # TYPE bot_process_open_fds gauge bot_process_open_fds 30 # HELP bot_process_max_fds Maximum number of open file descriptors. # TYPE bot_process_max_fds gauge bot_process_max_fds 524288 # HELP bot_nodejs_eventloop_lag_seconds Lag of event loop in seconds. # TYPE bot_nodejs_eventloop_lag_seconds gauge bot_nodejs_eventloop_lag_seconds 0.016024884 # HELP bot_nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay. # TYPE bot_nodejs_eventloop_lag_min_seconds gauge bot_nodejs_eventloop_lag_min_seconds 0.008740864 # HELP bot_nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE bot_nodejs_eventloop_lag_max_seconds gauge bot_nodejs_eventloop_lag_max_seconds 0.022593535 # HELP bot_nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays. # TYPE bot_nodejs_eventloop_lag_mean_seconds gauge bot_nodejs_eventloop_lag_mean_seconds 0.010278946565400845 # HELP bot_nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays. # TYPE bot_nodejs_eventloop_lag_stddev_seconds gauge bot_nodejs_eventloop_lag_stddev_seconds 0.001015263945183137 # HELP bot_nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays. # TYPE bot_nodejs_eventloop_lag_p50_seconds gauge bot_nodejs_eventloop_lag_p50_seconds 0.010092543 # HELP bot_nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays. # TYPE bot_nodejs_eventloop_lag_p90_seconds gauge bot_nodejs_eventloop_lag_p90_seconds 0.010502143 # HELP bot_nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays. # TYPE bot_nodejs_eventloop_lag_p99_seconds gauge bot_nodejs_eventloop_lag_p99_seconds 0.015155199 # HELP bot_nodejs_active_resources Number of active resources that are currently keeping the event loop alive, grouped by async resource type. # TYPE bot_nodejs_active_resources gauge bot_nodejs_active_resources{type="FSReqCallback"} 1 bot_nodejs_active_resources{type="PipeWrap"} 2 bot_nodejs_active_resources{type="TCPServerWrap"} 1 bot_nodejs_active_resources{type="TCPSocketWrap"} 5 bot_nodejs_active_resources{type="Timeout"} 28 bot_nodejs_active_resources{type="Immediate"} 1 # HELP bot_nodejs_active_resources_total Total number of active resources. # TYPE bot_nodejs_active_resources_total gauge bot_nodejs_active_resources_total 38 # HELP bot_nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name. # TYPE bot_nodejs_active_handles gauge bot_nodejs_active_handles{type="Socket"} 7 bot_nodejs_active_handles{type="Server"} 1 # HELP bot_nodejs_active_handles_total Total number of active handles. # TYPE bot_nodejs_active_handles_total gauge bot_nodejs_active_handles_total 8 # HELP bot_nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name. # TYPE bot_nodejs_active_requests gauge bot_nodejs_active_requests{type="FSReqCallback"} 1 # HELP bot_nodejs_active_requests_total Total number of active requests. # TYPE bot_nodejs_active_requests_total gauge bot_nodejs_active_requests_total 1 # HELP bot_nodejs_heap_size_total_bytes Process heap size from Node.js in bytes. # TYPE bot_nodejs_heap_size_total_bytes gauge bot_nodejs_heap_size_total_bytes 123052032 # HELP bot_nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes. # TYPE bot_nodejs_heap_size_used_bytes gauge bot_nodejs_heap_size_used_bytes 81349720 # HELP bot_nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE bot_nodejs_external_memory_bytes gauge bot_nodejs_external_memory_bytes 7462126 # HELP bot_nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes. # TYPE bot_nodejs_heap_space_size_total_bytes gauge bot_nodejs_heap_space_size_total_bytes{space="read_only"} 0 bot_nodejs_heap_space_size_total_bytes{space="old"} 60182528 bot_nodejs_heap_space_size_total_bytes{space="code"} 9383936 bot_nodejs_heap_space_size_total_bytes{space="map"} 5251072 bot_nodejs_heap_space_size_total_bytes{space="large_object"} 14680064 bot_nodejs_heap_space_size_total_bytes{space="code_large_object"} 0 bot_nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 bot_nodejs_heap_space_size_total_bytes{space="new"} 33554432 # HELP bot_nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes. # TYPE bot_nodejs_heap_space_size_used_bytes gauge bot_nodejs_heap_space_size_used_bytes{space="read_only"} 0 bot_nodejs_heap_space_size_used_bytes{space="old"} 55405776 bot_nodejs_heap_space_size_used_bytes{space="code"} 7596544 bot_nodejs_heap_space_size_used_bytes{space="map"} 2428632 bot_nodejs_heap_space_size_used_bytes{space="large_object"} 14530696 bot_nodejs_heap_space_size_used_bytes{space="code_large_object"} 0 bot_nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 bot_nodejs_heap_space_size_used_bytes{space="new"} 1392320 # HELP bot_nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes. # TYPE bot_nodejs_heap_space_size_available_bytes gauge bot_nodejs_heap_space_size_available_bytes{space="read_only"} 0 bot_nodejs_heap_space_size_available_bytes{space="old"} 3667056 bot_nodejs_heap_space_size_available_bytes{space="code"} 1197568 bot_nodejs_heap_space_size_available_bytes{space="map"} 2730040 bot_nodejs_heap_space_size_available_bytes{space="large_object"} 0 bot_nodejs_heap_space_size_available_bytes{space="code_large_object"} 0 bot_nodejs_heap_space_size_available_bytes{space="new_large_object"} 16495616 bot_nodejs_heap_space_size_available_bytes{space="new"} 15103296 # HELP bot_nodejs_version_info Node.js version info. # TYPE bot_nodejs_version_info gauge bot_nodejs_version_info{version="v18.20.8",major="18",minor="20",patch="8"} 1 # HELP bot_nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb. # TYPE bot_nodejs_gc_duration_seconds histogram bot_nodejs_gc_duration_seconds_bucket{le="0.001",kind="minor"} 25834 bot_nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 2359741 bot_nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 2360494 bot_nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 2360495 bot_nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 2360495 bot_nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 2360495 bot_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 2360495 bot_nodejs_gc_duration_seconds_sum{kind="minor"} 4090.301458997986 bot_nodejs_gc_duration_seconds_count{kind="minor"} 2360495 bot_nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 335906 bot_nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 346560 bot_nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_sum{kind="incremental"} 118.50989441335247 bot_nodejs_gc_duration_seconds_count{kind="incremental"} 346614 bot_nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 bot_nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 144964 bot_nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 180630 bot_nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 180630 bot_nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 180630 bot_nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 180630 bot_nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 180630 bot_nodejs_gc_duration_seconds_sum{kind="major"} 1504.8261772463222 bot_nodejs_gc_duration_seconds_count{kind="major"} 180630 # HELP bot_orders_placed_total Общее количество размещённых ордеров # TYPE bot_orders_placed_total counter bot_orders_placed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD",side="BUY"} 842 bot_orders_placed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD",side="BUY"} 93 bot_orders_placed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD",side="SELL"} 1652 bot_orders_placed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD",side="SELL"} 978657 bot_orders_placed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD",side="BUY"} 394665 bot_orders_placed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD",side="SELL"} 1223629 bot_orders_placed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD",side="SELL"} 992621 bot_orders_placed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD",side="SELL"} 825126 bot_orders_placed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD",side="BUY"} 501968 bot_orders_placed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD",side="SELL"} 1944044 bot_orders_placed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD",side="SELL"} 1940266 bot_orders_placed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD",side="BUY"} 397278 bot_orders_placed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD",side="BUY"} 960169 bot_orders_placed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD",side="BUY"} 1590691 bot_orders_placed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD",side="BUY"} 960371 bot_orders_placed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD",side="BUY"} 940 bot_orders_placed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD",side="BUY"} 1034 bot_orders_placed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD",side="BUY"} 910 bot_orders_placed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD",side="SELL"} 1314 bot_orders_placed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD",side="SELL"} 1423 bot_orders_placed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD",side="SELL"} 1751 bot_orders_placed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD",side="SELL"} 113 bot_orders_placed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD",side="BUY"} 63 bot_orders_placed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD",side="SELL"} 106 bot_orders_placed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD",side="BUY"} 6531 bot_orders_placed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD",side="BUY"} 6529 bot_orders_placed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD",side="BUY"} 11236 bot_orders_placed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD",side="SELL"} 34889 bot_orders_placed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD",side="SELL"} 39191 bot_orders_placed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD",side="BUY"} 10096 bot_orders_placed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD",side="BUY"} 8557 bot_orders_placed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD",side="BUY"} 14419 bot_orders_placed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD",side="BUY"} 8670 bot_orders_placed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD",side="SELL"} 39272 bot_orders_placed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD",side="BUY"} 14660 bot_orders_placed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD",side="SELL"} 35006 bot_orders_placed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD",side="SELL"} 12518 bot_orders_placed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD",side="SELL"} 12578 bot_orders_placed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD",side="SELL"} 11638 bot_orders_placed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD",side="SELL"} 11619 # HELP bot_orders_filled_total Общее количество исполненных ордеров # TYPE bot_orders_filled_total counter bot_orders_filled_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="unknown"} 4519 bot_orders_filled_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="unknown"} 375 bot_orders_filled_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="unknown"} 5347 bot_orders_filled_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="unknown"} 39244 bot_orders_filled_total{bot_id="taker-bot-d00gqacl",bot_type="taker",market="unknown"} 39396 bot_orders_filled_total{bot_id="trend-bot-m7380wxa",bot_type="trend",market="unknown"} 100057 bot_orders_filled_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="unknown"} 98712 # HELP bot_volume_total_usdc Общий объём торговли в USDC # TYPE bot_volume_total_usdc counter bot_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD"} 419413.92480984505 bot_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD"} 173281.5803084801 bot_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD"} 99260.40464723378 bot_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD"} 101527603.05899523 bot_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD"} 231513506.11760858 bot_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD"} 102866639.07699853 bot_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD"} 97293177.07800478 bot_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD"} 242568078.13818952 bot_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD"} 243337467.21439254 bot_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD"} 387767.249220822 bot_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD"} 97106.69789325166 bot_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD"} 249716.32119603796 bot_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD"} 2898852.187692098 bot_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD"} 2869525.4055404374 bot_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD"} 1992515.4121015538 bot_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD"} 13712538.352983994 bot_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD"} 1600629.2980857417 bot_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD"} 3117563.189252271 bot_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD"} 1773067.2324308942 bot_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD"} 3085954.3188848495 # HELP bot_buy_volume_total_usdc Объём покупок в USDC # TYPE bot_buy_volume_total_usdc counter bot_buy_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD"} 185266.01062254613 bot_buy_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD"} 86625.03808923696 bot_buy_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD"} 26441820.441999733 bot_buy_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD"} 35089089.27299938 bot_buy_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD"} 26825208.575999733 bot_buy_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD"} 75241755.53729758 bot_buy_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD"} 130122564.69409831 bot_buy_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD"} 74754289.25350387 bot_buy_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD"} 167031.8295198321 bot_buy_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD"} 37616.78847419004 bot_buy_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD"} 39179.77234423802 bot_buy_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD"} 143960.65208932597 bot_buy_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD"} 1110052.9006502351 bot_buy_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD"} 1049019.1521200777 bot_buy_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD"} 721944.6541862113 bot_buy_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD"} 334197.25200772064 bot_buy_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD"} 1339834.0830234764 bot_buy_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD"} 523284.23909272114 bot_buy_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD"} 1326679.1792689336 bot_buy_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD"} 12468682.872214137 # HELP bot_sell_volume_total_usdc Объём продаж в USDC # TYPE bot_sell_volume_total_usdc counter bot_sell_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD"} 61643.61617304395 bot_sell_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD"} 75085782.61700107 bot_sell_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD"} 101390941.42349625 bot_sell_volume_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD"} 76041430.5010044 bot_sell_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD"} 62204087.80500242 bot_sell_volume_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD"} 167813788.8846942 bot_sell_volume_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD"} 168095711.67709684 bot_sell_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD"} 220735.41970098988 bot_sell_volume_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD"} 234147.9141872993 bot_sell_volume_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD"} 57926.925549013904 bot_sell_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD"} 105755.66910671206 bot_sell_volume_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD"} 86656.542219243 bot_sell_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD"} 1243855.4807699216 bot_sell_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD"} 1266432.0460780044 bot_sell_volume_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD"} 1270570.757915343 bot_sell_volume_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD"} 1249782.9933381637 bot_sell_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD"} 1788799.2870418928 bot_sell_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD"} 1820506.253420341 bot_sell_volume_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD"} 1777729.1062287937 bot_sell_volume_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD"} 1759275.139615918 # HELP bot_realized_profit_total_usdc Суммарная реализованная прибыль в USDC # TYPE bot_realized_profit_total_usdc counter bot_realized_profit_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker"} 2054798.0203865329 bot_realized_profit_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 375328.41771209857 bot_realized_profit_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 72624.13862848369 bot_realized_profit_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 44237.73761184712 bot_realized_profit_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 13977.540005204073 bot_realized_profit_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 139223.11470680695 bot_realized_profit_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 8650988.767823733 bot_realized_profit_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend"} 17812995.353459798 bot_realized_profit_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker"} 9210528.160256106 bot_realized_profit_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 9061150.08085745 # HELP bot_realized_loss_total_usdc Суммарный реализованный убыток в USDC # TYPE bot_realized_loss_total_usdc counter bot_realized_loss_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 77273.84204586882 bot_realized_loss_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 20957.36381077107 bot_realized_loss_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker"} 15869605.906155549 bot_realized_loss_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 37553983.59930092 bot_realized_loss_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 34035716.66086766 bot_realized_loss_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 46184.16121544844 bot_realized_loss_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 20486446.84697115 bot_realized_loss_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend"} 100206.17640592031 bot_realized_loss_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker"} 466225.1595378754 bot_realized_loss_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 360327.32520118053 # HELP bot_errors_total Количество ошибок # TYPE bot_errors_total counter bot_errors_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",error_type="faucet_refill"} 380 bot_errors_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",error_type="general"} 3304 bot_errors_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",error_type="general"} 3326 bot_errors_total{bot_id="maker-bot-xjjh900j",bot_type="maker",error_type="general"} 3355 bot_errors_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",error_type="general"} 2 bot_errors_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",error_type="general"} 2 bot_errors_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",error_type="general"} 1 bot_errors_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",error_type="faucet_refill"} 1 bot_errors_total{bot_id="trend-bot-m7380wxa",bot_type="trend",error_type="general"} 10 bot_errors_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",error_type="faucet_refill"} 1 bot_errors_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",error_type="general"} 10 bot_errors_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",error_type="general"} 4 bot_errors_total{bot_id="taker-bot-d00gqacl",bot_type="taker",error_type="general"} 6 bot_errors_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",error_type="faucet_refill"} 1 # HELP bot_positions_closed_total Количество закрытых позиций # TYPE bot_positions_closed_total counter bot_positions_closed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",result="loss"} 4191 bot_positions_closed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",result="profit"} 66013 bot_positions_closed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",result="loss"} 1464 bot_positions_closed_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",result="profit"} 2630 bot_positions_closed_total{bot_id="maker-bot-xjjh900j",bot_type="maker",result="loss"} 43022 bot_positions_closed_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",result="profit"} 1826 bot_positions_closed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",result="profit"} 2915 bot_positions_closed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",result="profit"} 2136 bot_positions_closed_total{bot_id="maker-bot-gh8n5ewp",bot_type="maker",result="loss"} 91194 bot_positions_closed_total{bot_id="maker-bot-lqyt9sww",bot_type="maker",result="loss"} 90717 bot_positions_closed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",result="loss"} 374 bot_positions_closed_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",result="profit"} 923 bot_positions_closed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",result="profit"} 36728 bot_positions_closed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",result="loss"} 67294 bot_positions_closed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",result="loss"} 11703 bot_positions_closed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",result="loss"} 24964 bot_positions_closed_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",result="loss"} 23774 bot_positions_closed_total{bot_id="trend-bot-m7380wxa",bot_type="trend",result="profit"} 47771 bot_positions_closed_total{bot_id="taker-bot-d00gqacl",bot_type="taker",result="profit"} 35341 bot_positions_closed_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",result="profit"} 22950 # HELP bot_decisions_total Количество торговых решений (Signal Accuracy) # TYPE bot_decisions_total counter bot_decisions_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",decision_type="correct"} 98 bot_decisions_total{bot_id="taker-bot-39lcdsc6",bot_type="taker",decision_type="correct"} 25 bot_decisions_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",decision_type="correct"} 57 bot_decisions_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",decision_type="MISTAKE"} 23 bot_decisions_total{bot_id="taker-bot-za6a9ywr",bot_type="taker",decision_type="MISTAKE"} 3 bot_decisions_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",decision_type="FOMO"} 5 bot_decisions_total{bot_id="taker-bot-pxdv6xfr",bot_type="taker",decision_type="PANIC"} 4 bot_decisions_total{bot_id="trend-bot-m7380wxa",bot_type="trend",decision_type="correct"} 1426 bot_decisions_total{bot_id="trend-bot-hzd9aqyg",bot_type="trend",decision_type="correct"} 1436 bot_decisions_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",decision_type="correct"} 1066 bot_decisions_total{bot_id="taker-bot-d00gqacl",bot_type="taker",decision_type="correct"} 1087 bot_decisions_total{bot_id="trend-bot-m7380wxa",bot_type="trend",decision_type="WRONG_DIRECTION"} 150 bot_decisions_total{bot_id="trend-bot-m7380wxa",bot_type="trend",decision_type="FALSE_BREAKOUT"} 40 bot_decisions_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",decision_type="FOMO"} 20 bot_decisions_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",decision_type="MISTAKE"} 111 bot_decisions_total{bot_id="trend-bot-m7380wxa",bot_type="trend",decision_type="LATE_ENTRY"} 30 bot_decisions_total{bot_id="taker-bot-sdlfuhht",bot_type="taker",decision_type="PANIC"} 5 bot_decisions_total{bot_id="taker-bot-d00gqacl",bot_type="taker",decision_type="MISTAKE"} 56 bot_decisions_total{bot_id="trend-bot-m7380wxa",bot_type="trend",decision_type="OVERCONFIDENCE"} 20 bot_decisions_total{bot_id="taker-bot-d00gqacl",bot_type="taker",decision_type="PANIC"} 4 bot_decisions_total{bot_id="taker-bot-d00gqacl",bot_type="taker",decision_type="FOMO"} 10 # HELP bot_fees_total_usdc Общая сумма комиссий за торговлю в USDC (отрицательные = rebates) # TYPE bot_fees_total_usdc gauge bot_fees_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD"} 261.96981099999897 bot_fees_total_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD"} 365.33696499995614 bot_fees_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD"} 260.3649670000007 bot_fees_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD"} 41.943865000000066 bot_fees_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD"} 59.940998000000015 bot_fees_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD"} 162.01789100000025 bot_fees_total_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD"} 223.10695600000082 bot_fees_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD"} 255.4319590000001 bot_fees_total_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD"} 382.6054629999419 bot_fees_total_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD"} 54.842285000000025 bot_fees_total_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD"} 374.19166799996185 bot_fees_total_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD"} 148.30693799999986 bot_fees_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD"} 1798.5049790000335 bot_fees_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD"} 1185.8465480000207 bot_fees_total_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD"} 1066.718846000011 bot_fees_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD"} 885.3249840000083 bot_fees_total_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD"} 1199.2368390000174 bot_fees_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD"} 1829.824879000014 bot_fees_total_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD"} 2498.4358409998963 bot_fees_total_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD"} 2457.621703000025 # HELP bot_balance_usdc Текущий баланс бота в USDC # TYPE bot_balance_usdc gauge bot_balance_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker"} 9734248.010053148 bot_balance_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 9060217.825961761 bot_balance_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 236641.402865 bot_balance_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 138581.2035168524 bot_balance_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 223914.9318269598 bot_balance_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 10987063.740546832 bot_balance_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend"} 313331.7490211307 bot_balance_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 411440.3165312542 bot_balance_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 499935.3413292647 bot_balance_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker"} 390303.1879538192 # HELP bot_active_positions Количество активных позиций # TYPE bot_active_positions gauge # HELP bot_status Статус бота: 1=running, 0=stopped, -1=error, 2=init, 3=noBalance # TYPE bot_status gauge bot_status{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 1 bot_status{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_status{bot_id="maker-bot-xjjh900j",bot_type="maker"} 1 bot_status{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 1 bot_status{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 1 bot_status{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 1 bot_status{bot_id="taker-bot-d00gqacl",bot_type="taker"} 1 bot_status{bot_id="trend-bot-m7380wxa",bot_type="trend"} 1 bot_status{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 1 bot_status{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 1 # HELP bot_trend_direction Направление тренда для trend-ботов: 1=UP, -1=DOWN, 0=SIDEWAYS # TYPE bot_trend_direction gauge bot_trend_direction{bot_id="trend-bot-m7380wxa"} -1 bot_trend_direction{bot_id="trend-bot-hzd9aqyg"} 0 # HELP bot_skill_level Skill Level бота (1-10): уровень мастерства трейдера # TYPE bot_skill_level gauge bot_skill_level{bot_id="maker-bot-xjjh900j",bot_type="maker"} 8 bot_skill_level{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 7 bot_skill_level{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 5 bot_skill_level{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 5 bot_skill_level{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 7 bot_skill_level{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 7 bot_skill_level{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 5 bot_skill_level{bot_id="taker-bot-d00gqacl",bot_type="taker"} 7 bot_skill_level{bot_id="trend-bot-m7380wxa",bot_type="trend"} 5 bot_skill_level{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 10 # HELP bot_win_rate_percent Процент успешных закрытий позиций # TYPE bot_win_rate_percent gauge bot_win_rate_percent{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 35.907736166904236 bot_win_rate_percent{bot_id="maker-bot-xjjh900j",bot_type="maker"} 60.38159156279962 bot_win_rate_percent{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 61.76536816032425 bot_win_rate_percent{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 2.716514558397166 bot_win_rate_percent{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 1.5848075510088735 bot_win_rate_percent{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 85.40727902946273 bot_win_rate_percent{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 60.70543122541403 bot_win_rate_percent{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 25.431053588050172 bot_win_rate_percent{bot_id="trend-bot-m7380wxa",bot_type="trend"} 80.32249386286445 bot_win_rate_percent{bot_id="taker-bot-d00gqacl",bot_type="taker"} 58.603764198656826 # HELP bot_unrealized_pnl_usdc Нереализованный PnL в USDC # TYPE bot_unrealized_pnl_usdc gauge bot_unrealized_pnl_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="BTC-USD"} 21506.890662981878 bot_unrealized_pnl_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="BTC-USD"} 5.411678 bot_unrealized_pnl_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="BTC-USD"} -6847.923349952353 bot_unrealized_pnl_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="BTC-USD"} -7.48821126 bot_unrealized_pnl_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="BTC-USD"} 39942.35786281528 bot_unrealized_pnl_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="BTC-USD"} -892.34517515 bot_unrealized_pnl_usdc{bot_id="taker-bot-za6a9ywr",bot_type="taker",market="RIT-USD"} -66945.52559723645 bot_unrealized_pnl_usdc{bot_id="taker-bot-39lcdsc6",bot_type="taker",market="RIT-USD"} 68.801788498 bot_unrealized_pnl_usdc{bot_id="maker-bot-xjjh900j",bot_type="maker",market="RIT-USD"} 270136.1499245554 bot_unrealized_pnl_usdc{bot_id="maker-bot-gh8n5ewp",bot_type="maker",market="RIT-USD"} 26549.674895341795 bot_unrealized_pnl_usdc{bot_id="taker-bot-pxdv6xfr",bot_type="taker",market="RIT-USD"} -25309.46083290479 bot_unrealized_pnl_usdc{bot_id="maker-bot-lqyt9sww",bot_type="maker",market="RIT-USD"} 73503.72539181281 bot_unrealized_pnl_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="BTC-USD"} 0.01844384888888889 bot_unrealized_pnl_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="BTC-USD"} -21.563335029240662 bot_unrealized_pnl_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="BTC-USD"} -1.5697852852564103 bot_unrealized_pnl_usdc{bot_id="taker-bot-sdlfuhht",bot_type="taker",market="RIT-USD"} -44776.36637377027 bot_unrealized_pnl_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="BTC-USD"} -0.9809109457692308 bot_unrealized_pnl_usdc{bot_id="trend-bot-m7380wxa",bot_type="trend",market="RIT-USD"} -107279.79615473338 bot_unrealized_pnl_usdc{bot_id="trend-bot-hzd9aqyg",bot_type="trend",market="RIT-USD"} -136642.00852779028 bot_unrealized_pnl_usdc{bot_id="taker-bot-d00gqacl",bot_type="taker",market="RIT-USD"} -1269.7030324437408 # HELP bot_active_count Количество активных ботов # TYPE bot_active_count gauge # HELP bot_oracle_price Текущая Oracle цена # TYPE bot_oracle_price gauge bot_oracle_price{market="RIT-USD"} 162.012176 bot_oracle_price{market="BTC-USD"} 78050.17605 # HELP bot_market_price Текущая рыночная цена (mid) # TYPE bot_market_price gauge bot_market_price{market="RIT-USD"} 160.5 bot_market_price{market="BTC-USD"} 78036 # HELP bot_ml_model_status Статус ML модели: 1=загружена, 0=не загружена # TYPE bot_ml_model_status gauge bot_ml_model_status 0 # HELP bot_ml_model_accuracy Точность ML модели (0-1) # TYPE bot_ml_model_accuracy gauge bot_ml_model_accuracy 0 # HELP bot_ml_avg_confidence Средняя уверенность ML предсказаний (0-1) # TYPE bot_ml_avg_confidence gauge bot_ml_avg_confidence 0 # HELP bot_ml_predictions_total Общее количество ML предсказаний # TYPE bot_ml_predictions_total counter # HELP bot_ml_correct_predictions_total Количество правильных ML предсказаний # TYPE bot_ml_correct_predictions_total counter bot_ml_correct_predictions_total 0 # HELP bot_ml_last_direction Направление последнего предсказания: 1=UP, -1=DOWN, 0=NEUTRAL # TYPE bot_ml_last_direction gauge bot_ml_last_direction 0 # HELP bot_ml_last_confidence Уверенность последнего предсказания (0-1) # TYPE bot_ml_last_confidence gauge bot_ml_last_confidence 0 # HELP bot_ml_training_status Статус обучения: 0=idle, 1=training # TYPE bot_ml_training_status gauge bot_ml_training_status 0 # HELP bot_ml_training_progress Прогресс обучения (0-100%) # TYPE bot_ml_training_progress gauge bot_ml_training_progress 0 # HELP bot_ml_training_epoch Текущая эпоха обучения # TYPE bot_ml_training_epoch gauge bot_ml_training_epoch 0 # HELP bot_order_size_usdc Распределение размеров ордеров в USDC # TYPE bot_order_size_usdc histogram bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 2 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 11 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 18 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 45 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 71 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 117 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 172 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 231 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 324 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 768 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1190 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1623 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1762 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1771 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1782 bot_order_size_usdc_sum{bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 352297.84014237765 bot_order_size_usdc_count{bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="BUY"} 1782 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 0 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 1 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 4 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 19 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 101 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 156 bot_order_size_usdc_sum{bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 230585.69017856318 bot_order_size_usdc_count{bot_id="taker-bot-39lcdsc6",bot_type="taker",side="BUY"} 156 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 176 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 616 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 1626 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 2244 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 2789 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3085 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3243 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3333 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3379 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3390 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3400 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3400 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3401 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3402 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3403 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3403 bot_order_size_usdc_sum{bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 119570.5417220578 bot_order_size_usdc_count{bot_id="taker-bot-za6a9ywr",bot_type="taker",side="SELL"} 3403 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 1196764 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 1535543 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 1806146 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 1973190 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2113941 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2227101 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2328063 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2406997 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2468025 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2512625 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2604727 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2637842 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2698317 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2780559 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2885078 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2918923 bot_order_size_usdc_sum{bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 243181494.29410177 bot_order_size_usdc_count{bot_id="maker-bot-lqyt9sww",bot_type="maker",side="SELL"} 2918923 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 592490 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 743462 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 865616 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 941060 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1003886 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1053951 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1098404 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1133239 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1160318 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1180751 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1226786 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1243820 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1268684 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1300867 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1341030 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1354834 bot_order_size_usdc_sum{bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 101683575.97930084 bot_order_size_usdc_count{bot_id="maker-bot-lqyt9sww",bot_type="maker",side="BUY"} 1354834 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 894159 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1181884 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1385380 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1514413 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1622576 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1709819 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1785328 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1844518 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1890877 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1924491 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 1989736 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2013763 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2056968 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2116766 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2191994 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2216250 bot_order_size_usdc_sum{bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 177432371.92451176 bot_order_size_usdc_count{bot_id="maker-bot-xjjh900j",bot_type="maker",side="SELL"} 2216250 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 1151126 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 1461465 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 1718534 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 1876317 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2008476 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2114731 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2209948 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2284225 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2341545 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2382889 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2470479 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2502378 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2560602 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2638803 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2737412 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2769170 bot_order_size_usdc_sum{bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 230017876.68969035 bot_order_size_usdc_count{bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="SELL"} 2769170 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 630128 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 801522 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 933453 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1014928 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1082836 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1137925 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1185575 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1223261 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1252947 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1275271 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1323742 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1341897 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1368747 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1403710 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1447515 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1462339 bot_order_size_usdc_sum{bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 109843378.52650042 bot_order_size_usdc_count{bot_id="maker-bot-gh8n5ewp",bot_type="maker",side="BUY"} 1462339 bot_order_size_usdc_bucket{le="10",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 879435 bot_order_size_usdc_bucket{le="20",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1081213 bot_order_size_usdc_bucket{le="30",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1258823 bot_order_size_usdc_bucket{le="40",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1368764 bot_order_size_usdc_bucket{le="50",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1459003 bot_order_size_usdc_bucket{le="60",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1533007 bot_order_size_usdc_bucket{le="70",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1598005 bot_order_size_usdc_bucket{le="80",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1649003 bot_order_size_usdc_bucket{le="90",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1688219 bot_order_size_usdc_bucket{le="100",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1718784 bot_order_size_usdc_bucket{le="150",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1786250 bot_order_size_usdc_bucket{le="200",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1811340 bot_order_size_usdc_bucket{le="300",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1850173 bot_order_size_usdc_bucket{le="500",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1901809 bot_order_size_usdc_bucket{le="1000",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1966588 bot_order_size_usdc_bucket{le="+Inf",bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1987969 bot_order_size_usdc_sum{bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 156947773.27009732 bot_order_size_usdc_count{bot_id="maker-bot-xjjh900j",bot_type="maker",side="BUY"} 1987969 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 86 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 326 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 884 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1279 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1612 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1778 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1858 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1908 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1926 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1933 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1937 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1937 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1937 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1938 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1941 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1944 bot_order_size_usdc_sum{bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 76796.5608184279 bot_order_size_usdc_count{bot_id="taker-bot-za6a9ywr",bot_type="taker",side="BUY"} 1944 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 6 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 23 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 49 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 97 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 163 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 250 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 382 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 491 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 608 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 1357 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 1982 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2552 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2723 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2732 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2737 bot_order_size_usdc_sum{bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 454883.3338882894 bot_order_size_usdc_count{bot_id="taker-bot-pxdv6xfr",bot_type="taker",side="SELL"} 2737 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 0 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 1 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 11 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 38 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 147 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 219 bot_order_size_usdc_sum{bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 192412.21132595502 bot_order_size_usdc_count{bot_id="taker-bot-39lcdsc6",bot_type="taker",side="SELL"} 219 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 19 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 50 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 175 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 369 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 680 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 1132 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 1699 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 2367 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 3086 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 3912 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 8501 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 11863 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 14549 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 15018 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 15037 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 15088 bot_order_size_usdc_sum{bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 2449886.983673709 bot_order_size_usdc_count{bot_id="taker-bot-sdlfuhht",bot_type="taker",side="BUY"} 15088 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 18 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 45 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 170 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 353 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 671 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 1073 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 1620 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 2292 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 3022 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 3878 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 8523 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 11969 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 14732 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 15172 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 15176 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 15199 bot_order_size_usdc_sum{bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 2375698.3313890113 bot_order_size_usdc_count{bot_id="taker-bot-d00gqacl",bot_type="taker",side="BUY"} 15199 bot_order_size_usdc_bucket{le="10",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 2301 bot_order_size_usdc_bucket{le="20",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 7429 bot_order_size_usdc_bucket{le="30",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 10628 bot_order_size_usdc_bucket{le="40",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 15287 bot_order_size_usdc_bucket{le="50",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 20786 bot_order_size_usdc_bucket{le="60",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 23626 bot_order_size_usdc_bucket{le="70",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 24264 bot_order_size_usdc_bucket{le="80",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 24376 bot_order_size_usdc_bucket{le="90",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 24494 bot_order_size_usdc_bucket{le="100",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 24610 bot_order_size_usdc_bucket{le="150",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25189 bot_order_size_usdc_bucket{le="200",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25279 bot_order_size_usdc_bucket{le="300",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25356 bot_order_size_usdc_bucket{le="500",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25434 bot_order_size_usdc_bucket{le="1000",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25556 bot_order_size_usdc_bucket{le="+Inf",bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25896 bot_order_size_usdc_sum{bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 13190627.526400313 bot_order_size_usdc_count{bot_id="trend-bot-m7380wxa",bot_type="trend",side="BUY"} 25896 bot_order_size_usdc_bucket{le="10",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 7458 bot_order_size_usdc_bucket{le="20",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 23110 bot_order_size_usdc_bucket{le="30",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 33060 bot_order_size_usdc_bucket{le="40",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 47019 bot_order_size_usdc_bucket{le="50",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 62536 bot_order_size_usdc_bucket{le="60",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 70159 bot_order_size_usdc_bucket{le="70",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 71526 bot_order_size_usdc_bucket{le="80",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 71770 bot_order_size_usdc_bucket{le="90",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 72086 bot_order_size_usdc_bucket{le="100",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 72446 bot_order_size_usdc_bucket{le="150",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74032 bot_order_size_usdc_bucket{le="200",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74131 bot_order_size_usdc_bucket{le="300",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74147 bot_order_size_usdc_bucket{le="500",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74157 bot_order_size_usdc_bucket{le="1000",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74161 bot_order_size_usdc_bucket{le="+Inf",bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74161 bot_order_size_usdc_sum{bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 2514426.238685265 bot_order_size_usdc_count{bot_id="trend-bot-m7380wxa",bot_type="trend",side="SELL"} 74161 bot_order_size_usdc_bucket{le="10",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 7269 bot_order_size_usdc_bucket{le="20",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 22522 bot_order_size_usdc_bucket{le="30",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 32544 bot_order_size_usdc_bucket{le="40",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 46640 bot_order_size_usdc_bucket{le="50",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 62662 bot_order_size_usdc_bucket{le="60",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 70293 bot_order_size_usdc_bucket{le="70",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 71669 bot_order_size_usdc_bucket{le="80",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 71949 bot_order_size_usdc_bucket{le="90",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 72229 bot_order_size_usdc_bucket{le="100",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 72575 bot_order_size_usdc_bucket{le="150",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74114 bot_order_size_usdc_bucket{le="200",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_bucket{le="300",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_bucket{le="500",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_bucket{le="1000",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_bucket{le="+Inf",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_sum{bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 2516215.039416182 bot_order_size_usdc_count{bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="SELL"} 74197 bot_order_size_usdc_bucket{le="10",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 2066 bot_order_size_usdc_bucket{le="20",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 7223 bot_order_size_usdc_bucket{le="30",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 10331 bot_order_size_usdc_bucket{le="40",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 14757 bot_order_size_usdc_bucket{le="50",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 20143 bot_order_size_usdc_bucket{le="60",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 22989 bot_order_size_usdc_bucket{le="70",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 23648 bot_order_size_usdc_bucket{le="80",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 23750 bot_order_size_usdc_bucket{le="90",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 23854 bot_order_size_usdc_bucket{le="100",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 23966 bot_order_size_usdc_bucket{le="150",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24475 bot_order_size_usdc_bucket{le="200",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_bucket{le="300",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_bucket{le="500",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_bucket{le="1000",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_bucket{le="+Inf",bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_sum{bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 857481.4911004355 bot_order_size_usdc_count{bot_id="trend-bot-hzd9aqyg",bot_type="trend",side="BUY"} 24515 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 15 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 77 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 282 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 673 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 1173 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 1840 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 2861 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 3911 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 5138 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 6492 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 13797 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 19130 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 23391 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 24146 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 24151 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 24156 bot_order_size_usdc_sum{bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 3566528.393270671 bot_order_size_usdc_count{bot_id="taker-bot-sdlfuhht",bot_type="taker",side="SELL"} 24156 bot_order_size_usdc_bucket{le="10",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 20 bot_order_size_usdc_bucket{le="20",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 89 bot_order_size_usdc_bucket{le="30",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 292 bot_order_size_usdc_bucket{le="40",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 632 bot_order_size_usdc_bucket{le="50",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 1128 bot_order_size_usdc_bucket{le="60",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 1812 bot_order_size_usdc_bucket{le="70",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 2782 bot_order_size_usdc_bucket{le="80",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 3896 bot_order_size_usdc_bucket{le="90",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 5194 bot_order_size_usdc_bucket{le="100",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 6552 bot_order_size_usdc_bucket{le="150",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 13780 bot_order_size_usdc_bucket{le="200",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 19175 bot_order_size_usdc_bucket{le="300",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 23436 bot_order_size_usdc_bucket{le="500",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 24186 bot_order_size_usdc_bucket{le="1000",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 24193 bot_order_size_usdc_bucket{le="+Inf",bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 24197 bot_order_size_usdc_sum{bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 3579781.3930362775 bot_order_size_usdc_count{bot_id="taker-bot-d00gqacl",bot_type="taker",side="SELL"} 24197 # HELP bot_order_interval_seconds Время между ордерами в секундах # TYPE bot_order_interval_seconds histogram bot_order_interval_seconds_bucket{le="1",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 3056887 bot_order_interval_seconds_bucket{le="2",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 3538789 bot_order_interval_seconds_bucket{le="5",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4134157 bot_order_interval_seconds_bucket{le="10",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4271831 bot_order_interval_seconds_bucket{le="20",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273714 bot_order_interval_seconds_bucket{le="30",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273727 bot_order_interval_seconds_bucket{le="60",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273738 bot_order_interval_seconds_bucket{le="120",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273739 bot_order_interval_seconds_bucket{le="300",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273742 bot_order_interval_seconds_bucket{le="+Inf",bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273756 bot_order_interval_seconds_sum{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 3878233.8100042655 bot_order_interval_seconds_count{bot_id="maker-bot-lqyt9sww",bot_type="maker"} 4273756 bot_order_interval_seconds_bucket{le="1",bot_id="maker-bot-xjjh900j",bot_type="maker"} 2989974 bot_order_interval_seconds_bucket{le="2",bot_id="maker-bot-xjjh900j",bot_type="maker"} 3463965 bot_order_interval_seconds_bucket{le="5",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4065078 bot_order_interval_seconds_bucket{le="10",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4202443 bot_order_interval_seconds_bucket{le="20",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204181 bot_order_interval_seconds_bucket{le="30",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204191 bot_order_interval_seconds_bucket{le="60",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204200 bot_order_interval_seconds_bucket{le="120",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204201 bot_order_interval_seconds_bucket{le="300",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204204 bot_order_interval_seconds_bucket{le="+Inf",bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204218 bot_order_interval_seconds_sum{bot_id="maker-bot-xjjh900j",bot_type="maker"} 3878231.032004003 bot_order_interval_seconds_count{bot_id="maker-bot-xjjh900j",bot_type="maker"} 4204218 bot_order_interval_seconds_bucket{le="1",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 3016642 bot_order_interval_seconds_bucket{le="2",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 3496632 bot_order_interval_seconds_bucket{le="5",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4091086 bot_order_interval_seconds_bucket{le="10",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4229593 bot_order_interval_seconds_bucket{le="20",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231472 bot_order_interval_seconds_bucket{le="30",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231481 bot_order_interval_seconds_bucket{le="60",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231490 bot_order_interval_seconds_bucket{le="120",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231492 bot_order_interval_seconds_bucket{le="300",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231494 bot_order_interval_seconds_bucket{le="+Inf",bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231508 bot_order_interval_seconds_sum{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 3878230.353005143 bot_order_interval_seconds_count{bot_id="maker-bot-gh8n5ewp",bot_type="maker"} 4231508 bot_order_interval_seconds_bucket{le="1",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 15 bot_order_interval_seconds_bucket{le="2",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 38 bot_order_interval_seconds_bucket{le="5",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 285 bot_order_interval_seconds_bucket{le="10",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 975 bot_order_interval_seconds_bucket{le="20",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 3229 bot_order_interval_seconds_bucket{le="30",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 4826 bot_order_interval_seconds_bucket{le="60",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 5339 bot_order_interval_seconds_bucket{le="120",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 5346 bot_order_interval_seconds_bucket{le="300",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 5346 bot_order_interval_seconds_bucket{le="+Inf",bot_id="taker-bot-za6a9ywr",bot_type="taker"} 5346 bot_order_interval_seconds_sum{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 98187.30999999972 bot_order_interval_seconds_count{bot_id="taker-bot-za6a9ywr",bot_type="taker"} 5346 bot_order_interval_seconds_bucket{le="1",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 42 bot_order_interval_seconds_bucket{le="2",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 50 bot_order_interval_seconds_bucket{le="5",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 201 bot_order_interval_seconds_bucket{le="10",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 677 bot_order_interval_seconds_bucket{le="20",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 2356 bot_order_interval_seconds_bucket{le="30",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 3811 bot_order_interval_seconds_bucket{le="60",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 4499 bot_order_interval_seconds_bucket{le="120",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 4516 bot_order_interval_seconds_bucket{le="300",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 4517 bot_order_interval_seconds_bucket{le="+Inf",bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 4518 bot_order_interval_seconds_sum{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 98235.30299999993 bot_order_interval_seconds_count{bot_id="taker-bot-pxdv6xfr",bot_type="taker"} 4518 bot_order_interval_seconds_bucket{le="1",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_order_interval_seconds_bucket{le="2",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_order_interval_seconds_bucket{le="5",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_order_interval_seconds_bucket{le="10",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_order_interval_seconds_bucket{le="20",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 1 bot_order_interval_seconds_bucket{le="30",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 2 bot_order_interval_seconds_bucket{le="60",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 8 bot_order_interval_seconds_bucket{le="120",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 45 bot_order_interval_seconds_bucket{le="300",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 262 bot_order_interval_seconds_bucket{le="+Inf",bot_id="taker-bot-39lcdsc6",bot_type="taker"} 374 bot_order_interval_seconds_sum{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 97195.69699999997 bot_order_interval_seconds_count{bot_id="taker-bot-39lcdsc6",bot_type="taker"} 374 bot_order_interval_seconds_bucket{le="1",bot_id="trend-bot-m7380wxa",bot_type="trend"} 591 bot_order_interval_seconds_bucket{le="2",bot_id="trend-bot-m7380wxa",bot_type="trend"} 640 bot_order_interval_seconds_bucket{le="5",bot_id="trend-bot-m7380wxa",bot_type="trend"} 1097 bot_order_interval_seconds_bucket{le="10",bot_id="trend-bot-m7380wxa",bot_type="trend"} 5142 bot_order_interval_seconds_bucket{le="20",bot_id="trend-bot-m7380wxa",bot_type="trend"} 46356 bot_order_interval_seconds_bucket{le="30",bot_id="trend-bot-m7380wxa",bot_type="trend"} 83710 bot_order_interval_seconds_bucket{le="60",bot_id="trend-bot-m7380wxa",bot_type="trend"} 96530 bot_order_interval_seconds_bucket{le="120",bot_id="trend-bot-m7380wxa",bot_type="trend"} 100056 bot_order_interval_seconds_bucket{le="300",bot_id="trend-bot-m7380wxa",bot_type="trend"} 100056 bot_order_interval_seconds_bucket{le="+Inf",bot_id="trend-bot-m7380wxa",bot_type="trend"} 100056 bot_order_interval_seconds_sum{bot_id="trend-bot-m7380wxa",bot_type="trend"} 2324717.178000013 bot_order_interval_seconds_count{bot_id="trend-bot-m7380wxa",bot_type="trend"} 100056 bot_order_interval_seconds_bucket{le="1",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 200 bot_order_interval_seconds_bucket{le="2",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 202 bot_order_interval_seconds_bucket{le="5",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 546 bot_order_interval_seconds_bucket{le="10",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 4280 bot_order_interval_seconds_bucket{le="20",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 45198 bot_order_interval_seconds_bucket{le="30",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 82319 bot_order_interval_seconds_bucket{le="60",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 95154 bot_order_interval_seconds_bucket{le="120",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 98702 bot_order_interval_seconds_bucket{le="300",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 98706 bot_order_interval_seconds_bucket{le="+Inf",bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 98711 bot_order_interval_seconds_sum{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 2324694.266000012 bot_order_interval_seconds_count{bot_id="trend-bot-hzd9aqyg",bot_type="trend"} 98711 bot_order_interval_seconds_bucket{le="1",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 88 bot_order_interval_seconds_bucket{le="2",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 89 bot_order_interval_seconds_bucket{le="5",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 103 bot_order_interval_seconds_bucket{le="10",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 348 bot_order_interval_seconds_bucket{le="20",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 2633 bot_order_interval_seconds_bucket{le="30",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 8022 bot_order_interval_seconds_bucket{le="60",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 23533 bot_order_interval_seconds_bucket{le="120",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 37015 bot_order_interval_seconds_bucket{le="300",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 39236 bot_order_interval_seconds_bucket{le="+Inf",bot_id="taker-bot-sdlfuhht",bot_type="taker"} 39243 bot_order_interval_seconds_sum{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 2324718.390000006 bot_order_interval_seconds_count{bot_id="taker-bot-sdlfuhht",bot_type="taker"} 39243 bot_order_interval_seconds_bucket{le="1",bot_id="taker-bot-d00gqacl",bot_type="taker"} 90 bot_order_interval_seconds_bucket{le="2",bot_id="taker-bot-d00gqacl",bot_type="taker"} 90 bot_order_interval_seconds_bucket{le="5",bot_id="taker-bot-d00gqacl",bot_type="taker"} 94 bot_order_interval_seconds_bucket{le="10",bot_id="taker-bot-d00gqacl",bot_type="taker"} 330 bot_order_interval_seconds_bucket{le="20",bot_id="taker-bot-d00gqacl",bot_type="taker"} 2502 bot_order_interval_seconds_bucket{le="30",bot_id="taker-bot-d00gqacl",bot_type="taker"} 7857 bot_order_interval_seconds_bucket{le="60",bot_id="taker-bot-d00gqacl",bot_type="taker"} 23797 bot_order_interval_seconds_bucket{le="120",bot_id="taker-bot-d00gqacl",bot_type="taker"} 37238 bot_order_interval_seconds_bucket{le="300",bot_id="taker-bot-d00gqacl",bot_type="taker"} 39390 bot_order_interval_seconds_bucket{le="+Inf",bot_id="taker-bot-d00gqacl",bot_type="taker"} 39395 bot_order_interval_seconds_sum{bot_id="taker-bot-d00gqacl",bot_type="taker"} 2324686.853000002 bot_order_interval_seconds_count{bot_id="taker-bot-d00gqacl",bot_type="taker"} 39395