Interactive Controls
Set Interactive Time Range
All interactive sessions use a set time range to cache metrics data and perform quick tests.
Query Time Start:
Query Time Duration:
Query Time Scrubber:
All interactive sessions use a set time range to cache metrics data and perform quick tests.
Query Time Start:
Query Time Duration:
Query Time Scrubber:
Current Prometheus Exporter data
Currently only the Demo metrics are being exported, and are prefixed with "demo_"
Sireus exports information about its internal and actions prefixed with "sireus_".
# HELP demo_if_in_octets The total number of bytes received
# TYPE demo_if_in_octets counter
demo_if_in_octets{bot_group="Edge",circuit="SFO-LAS-27"} 9.1512009661898e+13
demo_if_in_octets{bot_group="Edge",circuit="SFO-WAS-11"} 9.1510724099017e+13
# HELP demo_if_link_state The link state of this connection
# TYPE demo_if_link_state gauge
demo_if_link_state{bot_group="Edge",circuit="SFO-LAS-27"} 1
demo_if_link_state{bot_group="Edge",circuit="SFO-WAS-11"} 1
# HELP demo_if_out_octets The total number of bytes sent
# TYPE demo_if_out_octets counter
demo_if_out_octets{bot_group="Edge",circuit="SFO-LAS-27"} 5.38929266434175e+14
demo_if_out_octets{bot_group="Edge",circuit="SFO-WAS-11"} 5.3892830043515e+14
# HELP demo_req_queue_wait The current requests waiting to be processed
# TYPE demo_req_queue_wait gauge
demo_req_queue_wait{bot_group="App"} 0
demo_req_queue_wait{bot_group="Database"} 0
# HELP demo_req_success The total requests that have been processed successfully
# TYPE demo_req_success counter
demo_req_success{bot_group="App"} 8.134945876e+09
demo_req_success{bot_group="Database"} 8.134945876e+09
# HELP demo_req_timeout The total requests that have timed out
# TYPE demo_req_timeout counter
demo_req_timeout{bot_group="App"} 0
demo_req_timeout{bot_group="Database"} 0
# HELP demo_requests The total number of requests sent on the Internet to this service. This is demo info, not simulation.
# TYPE demo_requests counter
demo_requests{bot_group="Edge"} 8.134945876e+09
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 6.1443e-05
go_gc_duration_seconds{quantile="0.25"} 0.000107382
go_gc_duration_seconds{quantile="0.5"} 0.000137412
go_gc_duration_seconds{quantile="0.75"} 0.000185683
go_gc_duration_seconds{quantile="1"} 0.004330802
go_gc_duration_seconds_sum 684.457772892
go_gc_duration_seconds_count 2.622249e+06
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 23
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.20.1"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 5.022368e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 6.484247238672e+12
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 4774
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 7.9921009497e+10
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 8.84976e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 5.022368e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 4.25984e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 7.04512e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 29594
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 3.325952e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 1.130496e+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.7321716770818334e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 7.9921039091e+10
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2400
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15600
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 103520
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# 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.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 6.642336e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 681306
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 1.277952e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 1.277952e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 2.2281232e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 18
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 102946.76
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 524288
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 16
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.7842176e+07
# 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.72197252894e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 7.41175296e+08
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 5.099732e+06
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
# HELP sireus_bot_exists As long as Sireus sees this bot in the metrics, it will set this to 1, can verify Sireus could see this information
# TYPE sireus_bot_exists gauge
sireus_bot_exists{bot="App",bot_group="Sireus in Sireus",service="sireus"} 1
sireus_bot_exists{bot="Database",bot_group="Sireus in Sireus",service="sireus"} 1
sireus_bot_exists{bot="Edge",bot_group="Sireus in Sireus",service="sireus"} 1
sireus_bot_exists{bot="SFO-LAS-27",bot_group="Edge",service="sireus"} 1
sireus_bot_exists{bot="SFO-WAS-11",bot_group="Edge",service="sireus"} 1
sireus_bot_exists{bot="Sireus in Sireus",bot_group="Sireus in Sireus",service="sireus"} 1
sireus_bot_exists{bot="sireus",bot_group="App",service="sireus"} 1
sireus_bot_exists{bot="sireus",bot_group="Database",service="sireus"} 1
# HELP sireus_execute_condition A Condition met all the requirements and had the highest score, so was executed
# TYPE sireus_execute_condition counter
sireus_execute_condition{bot="SFO-LAS-27",bot_group="Edge",condition="No longer High Traffic",service="sireus",states="Traffic.High"} 1
sireus_execute_condition{bot="SFO-LAS-27",bot_group="Edge",condition="Traffic is High",service="sireus",states="Traffic.Default"} 1
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="No longer High Traffic",service="sireus",states="Traffic.High"} 1
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Traffic is High",service="sireus",states="Traffic.Default"} 1
# HELP sireus_variable A Bot variable marked for exporting, probably synthesized
# TYPE sireus_variable gauge
sireus_variable{bot="sireus",bot_group="App",service="sireus",variable="request_problem"} 0
sireus_variable{bot="sireus",bot_group="Database",service="sireus",variable="request_problem"} 0