Show Prometheus Exporter

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"} 1.1313370597863e+14 demo_if_in_octets{bot_group="Edge",circuit="SFO-WAS-11"} 1.13133617096115e+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"} 6.64944777353117e+14 demo_if_out_octets{bot_group="Edge",circuit="SFO-WAS-11"} 6.64938935434392e+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"} 1.0057254328e+10 demo_req_success{bot_group="Database"} 1.0057254328e+10 # HELP demo_req_timeout The total requests that have timed out # TYPE demo_req_timeout counter demo_req_timeout{bot_group="App"} 1.9243652e+07 demo_req_timeout{bot_group="Database"} 1.9243652e+07 # 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"} 1.007649798e+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"} 5.3821e-05 go_gc_duration_seconds{quantile="0.25"} 9.6687e-05 go_gc_duration_seconds{quantile="0.5"} 0.000130203 go_gc_duration_seconds{quantile="0.75"} 0.000182315 go_gc_duration_seconds{quantile="1"} 0.006086137 go_gc_duration_seconds_sum 645.204091139 go_gc_duration_seconds_count 2.914259e+06 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 30 # 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 4.287488e+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 7.346472813216e+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 9.0654037463e+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.917704e+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 4.287488e+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 2.1446656e+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 6.569984e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 21388 # 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 1.9980288e+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 2.801664e+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.714995721670309e+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 9.0654058851e+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 106400 # 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 195840 # 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 7.048592e+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 564402 # 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.343488e+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.343488e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.9058448e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 17 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 103118.48 # 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.8669568e+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.70351194942e+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.741952e+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="Circuit Down",service="sireus",states="Operation.Default"} 1 sireus_execute_condition{bot="SFO-LAS-27",bot_group="Edge",condition="Circuit could be repaired via API",service="sireus",states="Operation.Problem"} 1 sireus_execute_condition{bot="SFO-LAS-27",bot_group="Edge",condition="Circuit has not been fixed",service="sireus",states="Operation.Evaluate"} 1 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="Circuit Down",service="sireus",states="Operation.Default"} 3 sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit Is Repaired",service="sireus",states="Operation.Evaluate"} 3 sireus_execute_condition{bot="SFO-WAS-11",bot_group="Edge",condition="Circuit could be repaired via API",service="sireus",states="Operation.Problem"} 3 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 sireus_execute_condition{bot="sireus",bot_group="App",condition="Long Wait Queue",service="sireus",states="Operation.Default"} 4 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"} 1716 sireus_execute_condition{bot="sireus",bot_group="Database",condition="Long Wait Queue",service="sireus",states="Operation.Default"} 1716 sireus_execute_condition{bot="sireus",bot_group="Database",condition="Processing Bad After Fix Attempt",service="sireus",states="Operation.Evaluate"} 1716 sireus_execute_condition{bot="sireus",bot_group="Database",condition="Waiting for On-Call",service="sireus",states="Operation.Escalate"} 1716 # 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