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"} 5.14835394029589e+14
demo_if_in_octets{bot_group="Edge",circuit="SFO-WAS-11"} 5.14810037795475e+14
# 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"} 3.024238522615508e+15
demo_if_out_octets{bot_group="Edge",circuit="SFO-WAS-11"} 3.024119894823883e+15
# 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"} 2585
demo_req_queue_wait{bot_group="Database"} 2585
# HELP demo_req_success The total requests that have been processed successfully
# TYPE demo_req_success counter
demo_req_success{bot_group="App"} 4.5649155975e+10
demo_req_success{bot_group="Database"} 4.5649155975e+10
# HELP demo_req_timeout The total requests that have timed out
# TYPE demo_req_timeout counter
demo_req_timeout{bot_group="App"} 1.15172926e+08
demo_req_timeout{bot_group="Database"} 1.15172926e+08
# 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"} 4.5764331486e+10
# 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.5298e-05
go_gc_duration_seconds{quantile="0.25"} 0.000117085
go_gc_duration_seconds{quantile="0.5"} 0.000148316
go_gc_duration_seconds{quantile="0.75"} 0.000213422
go_gc_duration_seconds{quantile="1"} 0.010806333
go_gc_duration_seconds_sum 3710.432532446
go_gc_duration_seconds_count 1.441814e+07
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 25
# 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 2.3929424e+07
# 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 3.6404272576208e+13
# 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 4.50171062963e+11
# 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 1.0361304e+07
# 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 2.3929424e+07
# 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.2459136e+07
# 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 2.7533312e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 198408
# 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.8969344e+07
# 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 6.9992448e+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.7791655150650997e+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 4.50171261371e+11
# 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 334720
# 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 505920
# 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 3.1696008e+07
# 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 861810
# 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.31072e+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.31072e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 8.3052576e+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 588177.07
# 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 18
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 4.41344e+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 8.10336256e+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"} 2.8597516e+07
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"} 2
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit Down",service="sireus",states="Operation.Default"} 13
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit Is Repaired",service="sireus",states="Operation.Evaluate"} 11
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit could be repaired via API",service="sireus",states="Operation.Problem"} 13
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit has not been fixed",service="sireus",states="Operation.Evaluate"} 2
sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Escalation has not fixed the circuit",service="sireus",states="Operation.Escalate"} 2
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"} 2
sireus_execute_condition{bot="sireus",bot_group="App",condition="Long Wait Queue",service="sireus",states="Operation.Default"} 5
sireus_execute_condition{bot="sireus",bot_group="App",condition="Normal Operation",service="sireus",states="Operation.Problem"} 4
sireus_execute_condition{bot="sireus",bot_group="Database",condition="Is database storage degraded?",service="sireus",states="Operation.Problem"} 7014
sireus_execute_condition{bot="sireus",bot_group="Database",condition="Long Wait Queue",service="sireus",states="Operation.Default"} 7014
sireus_execute_condition{bot="sireus",bot_group="Database",condition="Processing Bad After Fix Attempt",service="sireus",states="Operation.Evaluate"} 7014
sireus_execute_condition{bot="sireus",bot_group="Database",condition="Waiting for On-Call",service="sireus",states="Operation.Escalate"} 7013
# 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"} 3315.5
sireus_variable{bot="sireus",bot_group="Database",service="sireus",variable="request_problem"} 3315.5