An open API service indexing awesome lists of open source software.

https://github.com/mulbc/conbee-exporter

A Prometheus exporter for Phoscon Conbee
https://github.com/mulbc/conbee-exporter

Last synced: about 1 year ago
JSON representation

A Prometheus exporter for Phoscon Conbee

Awesome Lists containing this project

README

          

# Conbee Exporter

This is a Prometheus Exporter for the Phoscon Conbee II USB stick.

It is able to discover any local Conbees by itself and then read out all sensors (according to https://dresden-elektronik.github.io/deconz-rest-doc/endpoints/sensors/)

You can also set your Conbee URL via `-conbee-uri`.

The exporter will be available on Port 2112 and will expect your API key in the envronment variable `CONBEE_API_KEY`.

Example scrape:

```
# HELP conbee_10_Pressure
# TYPE conbee_10_Pressure gauge
conbee_10_Pressure{Lastupdated="2022-05-01 10:17:05.8 +0000 +0000",Name="Kueche",Type="ZHAPressure"} 1014
# HELP conbee_11_Temperature
# TYPE conbee_11_Temperature gauge
conbee_11_Temperature{Lastupdated="2022-05-01 09:34:36.985 +0000 +0000",Name="Schlafzimmer",Type="ZHATemperature"} 2144
# HELP conbee_12_Humidity
# TYPE conbee_12_Humidity gauge
conbee_12_Humidity{Lastupdated="2022-05-01 09:34:36.985 +0000 +0000",Name="Schlafzimmer",Type="ZHAHumidity"} 4120
# HELP conbee_13_Pressure
# TYPE conbee_13_Pressure gauge
conbee_13_Pressure{Lastupdated="2022-05-01 09:34:36.985 +0000 +0000",Name="Schlafzimmer",Type="ZHAPressure"} 1014
# HELP conbee_14_Temperature
# TYPE conbee_14_Temperature gauge
conbee_14_Temperature{Lastupdated="2022-05-01 09:46:12.494 +0000 +0000",Name="Kinderzimmer",Type="ZHATemperature"} 2199
# HELP conbee_15_Humidity
# TYPE conbee_15_Humidity gauge
conbee_15_Humidity{Lastupdated="2022-05-01 09:46:12.494 +0000 +0000",Name="Kinderzimmer",Type="ZHAHumidity"} 3274
# HELP conbee_16_Pressure
# TYPE conbee_16_Pressure gauge
conbee_16_Pressure{Lastupdated="2022-05-01 09:46:12.495 +0000 +0000",Name="Kinderzimmer",Type="ZHAPressure"} 1015
# HELP conbee_17_Temperature
# TYPE conbee_17_Temperature gauge
conbee_17_Temperature{Lastupdated="2022-05-01 09:38:11.807 +0000 +0000",Name="Arbeitszimmer",Type="ZHATemperature"} 2087
# HELP conbee_18_Humidity
# TYPE conbee_18_Humidity gauge
conbee_18_Humidity{Lastupdated="2022-05-01 09:38:11.807 +0000 +0000",Name="Arbeitszimmer",Type="ZHAHumidity"} 4133
# HELP conbee_19_Pressure
# TYPE conbee_19_Pressure gauge
conbee_19_Pressure{Lastupdated="2022-05-01 09:38:11.807 +0000 +0000",Name="Arbeitszimmer",Type="ZHAPressure"} 1015
# HELP conbee_21_Lowbattery
# TYPE conbee_21_Lowbattery gauge
conbee_21_Lowbattery{Lastupdated="2022-05-01 10:19:59.522 +0000 +0000",Name="Schlafzimmertür",Type="ZHAOpenClose"} 0
# HELP conbee_21_Open
# TYPE conbee_21_Open gauge
conbee_21_Open{Lastupdated="2022-05-01 10:19:59.522 +0000 +0000",Name="Schlafzimmertür",Type="ZHAOpenClose"} 0
# HELP conbee_21_Tampered
# TYPE conbee_21_Tampered gauge
conbee_21_Tampered{Lastupdated="2022-05-01 10:19:59.522 +0000 +0000",Name="Schlafzimmertür",Type="ZHAOpenClose"} 0
# HELP conbee_22_Lowbattery
# TYPE conbee_22_Lowbattery gauge
conbee_22_Lowbattery{Lastupdated="2022-05-01 10:19:26.944 +0000 +0000",Name="Water Sensor",Type="ZHAWater"} 0
# HELP conbee_22_Tampered
# TYPE conbee_22_Tampered gauge
conbee_22_Tampered{Lastupdated="2022-05-01 10:19:26.944 +0000 +0000",Name="Water Sensor",Type="ZHAWater"} 0
# HELP conbee_22_Water
# TYPE conbee_22_Water gauge
conbee_22_Water{Lastupdated="2022-05-01 10:19:26.944 +0000 +0000",Name="Water Sensor",Type="ZHAWater"} 0
# HELP conbee_2_Temperature
# TYPE conbee_2_Temperature gauge
conbee_2_Temperature{Lastupdated="2022-05-01 09:52:13.855 +0000 +0000",Name="Dusche",Type="ZHATemperature"} 2138
# HELP conbee_3_Humidity
# TYPE conbee_3_Humidity gauge
conbee_3_Humidity{Lastupdated="2022-05-01 09:52:13.855 +0000 +0000",Name="Dusche",Type="ZHAHumidity"} 4199
# HELP conbee_4_Pressure
# TYPE conbee_4_Pressure gauge
conbee_4_Pressure{Lastupdated="2022-05-01 09:52:13.855 +0000 +0000",Name="Dusche",Type="ZHAPressure"} 1015
# HELP conbee_5_Temperature
# TYPE conbee_5_Temperature gauge
conbee_5_Temperature{Lastupdated="2022-05-01 10:25:42.318 +0000 +0000",Name="Terrasse",Type="ZHATemperature"} 1624
# HELP conbee_6_Humidity
# TYPE conbee_6_Humidity gauge
conbee_6_Humidity{Lastupdated="2022-05-01 10:25:42.326 +0000 +0000",Name="Terrasse",Type="ZHAHumidity"} 4348
# HELP conbee_7_Pressure
# TYPE conbee_7_Pressure gauge
conbee_7_Pressure{Lastupdated="2022-05-01 10:25:42.33 +0000 +0000",Name="Terrasse",Type="ZHAPressure"} 1013
# HELP conbee_8_Temperature
# TYPE conbee_8_Temperature gauge
conbee_8_Temperature{Lastupdated="2022-05-01 10:17:05.799 +0000 +0000",Name="Kueche",Type="ZHATemperature"} 2301
# HELP conbee_9_Humidity
# TYPE conbee_9_Humidity gauge
conbee_9_Humidity{Lastupdated="2022-05-01 10:17:05.799 +0000 +0000",Name="Kueche",Type="ZHAHumidity"} 4039
# HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime.
# TYPE go_gc_cycles_automatic_gc_cycles_total counter
go_gc_cycles_automatic_gc_cycles_total 7
# HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application.
# TYPE go_gc_cycles_forced_gc_cycles_total counter
go_gc_cycles_forced_gc_cycles_total 0
# HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles.
# TYPE go_gc_cycles_total_gc_cycles_total counter
go_gc_cycles_total_gc_cycles_total 7
# 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"} 2.5748e-05
go_gc_duration_seconds{quantile="0.25"} 2.6881e-05
go_gc_duration_seconds{quantile="0.5"} 3.9405e-05
go_gc_duration_seconds{quantile="0.75"} 5.3782e-05
go_gc_duration_seconds{quantile="1"} 0.000102113
go_gc_duration_seconds_sum 0.000327209
go_gc_duration_seconds_count 7
# HELP go_gc_heap_allocs_by_size_bytes_total Distribution of heap allocations by approximate size. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_allocs_by_size_bytes_total histogram
go_gc_heap_allocs_by_size_bytes_total_bucket{le="8.999999999999998"} 4893
go_gc_heap_allocs_by_size_bytes_total_bucket{le="24.999999999999996"} 23690
go_gc_heap_allocs_by_size_bytes_total_bucket{le="64.99999999999999"} 33748
go_gc_heap_allocs_by_size_bytes_total_bucket{le="144.99999999999997"} 41319
go_gc_heap_allocs_by_size_bytes_total_bucket{le="320.99999999999994"} 42979
go_gc_heap_allocs_by_size_bytes_total_bucket{le="704.9999999999999"} 43546
go_gc_heap_allocs_by_size_bytes_total_bucket{le="1536.9999999999998"} 43868
go_gc_heap_allocs_by_size_bytes_total_bucket{le="3200.9999999999995"} 44138
go_gc_heap_allocs_by_size_bytes_total_bucket{le="6528.999999999999"} 44347
go_gc_heap_allocs_by_size_bytes_total_bucket{le="13568.999999999998"} 44407
go_gc_heap_allocs_by_size_bytes_total_bucket{le="27264.999999999996"} 44475
go_gc_heap_allocs_by_size_bytes_total_bucket{le="+Inf"} 44528
go_gc_heap_allocs_by_size_bytes_total_sum 1.6967072e+07
go_gc_heap_allocs_by_size_bytes_total_count 44528
# HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application.
# TYPE go_gc_heap_allocs_bytes_total counter
go_gc_heap_allocs_bytes_total 1.6967072e+07
# HELP go_gc_heap_allocs_objects_total Cumulative count of heap allocations triggered by the application. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_allocs_objects_total counter
go_gc_heap_allocs_objects_total 44528
# HELP go_gc_heap_frees_by_size_bytes_total Distribution of freed heap allocations by approximate size. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_frees_by_size_bytes_total histogram
go_gc_heap_frees_by_size_bytes_total_bucket{le="8.999999999999998"} 1819
go_gc_heap_frees_by_size_bytes_total_bucket{le="24.999999999999996"} 14548
go_gc_heap_frees_by_size_bytes_total_bucket{le="64.99999999999999"} 21081
go_gc_heap_frees_by_size_bytes_total_bucket{le="144.99999999999997"} 26166
go_gc_heap_frees_by_size_bytes_total_bucket{le="320.99999999999994"} 26961
go_gc_heap_frees_by_size_bytes_total_bucket{le="704.9999999999999"} 27187
go_gc_heap_frees_by_size_bytes_total_bucket{le="1536.9999999999998"} 27365
go_gc_heap_frees_by_size_bytes_total_bucket{le="3200.9999999999995"} 27547
go_gc_heap_frees_by_size_bytes_total_bucket{le="6528.999999999999"} 27707
go_gc_heap_frees_by_size_bytes_total_bucket{le="13568.999999999998"} 27735
go_gc_heap_frees_by_size_bytes_total_bucket{le="27264.999999999996"} 27793
go_gc_heap_frees_by_size_bytes_total_bucket{le="+Inf"} 27831
go_gc_heap_frees_by_size_bytes_total_sum 1.1651592e+07
go_gc_heap_frees_by_size_bytes_total_count 27831
# HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector.
# TYPE go_gc_heap_frees_bytes_total counter
go_gc_heap_frees_bytes_total 1.1651592e+07
# HELP go_gc_heap_frees_objects_total Cumulative count of heap allocations whose storage was freed by the garbage collector. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_frees_objects_total counter
go_gc_heap_frees_objects_total 27831
# HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle.
# TYPE go_gc_heap_goal_bytes gauge
go_gc_heap_goal_bytes 6.681616e+06
# HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory.
# TYPE go_gc_heap_objects_objects gauge
go_gc_heap_objects_objects 16697
# HELP go_gc_heap_tiny_allocs_objects_total Count of small allocations that are packed together into blocks. These allocations are counted separately from other allocations because each individual allocation is not tracked by the runtime, only their block. Each block is already accounted for in allocs-by-size and frees-by-size.
# TYPE go_gc_heap_tiny_allocs_objects_total counter
go_gc_heap_tiny_allocs_objects_total 5351
# HELP go_gc_pauses_seconds_total Distribution individual GC-related stop-the-world pause latencies.
# TYPE go_gc_pauses_seconds_total histogram
go_gc_pauses_seconds_total_bucket{le="-5e-324"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999999e-10"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999999e-09"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999998e-08"} 0
go_gc_pauses_seconds_total_bucket{le="1.0239999999999999e-06"} 0
go_gc_pauses_seconds_total_bucket{le="1.0239999999999999e-05"} 2
go_gc_pauses_seconds_total_bucket{le="0.00010239999999999998"} 14
go_gc_pauses_seconds_total_bucket{le="0.0010485759999999998"} 14
go_gc_pauses_seconds_total_bucket{le="0.010485759999999998"} 14
go_gc_pauses_seconds_total_bucket{le="0.10485759999999998"} 14
go_gc_pauses_seconds_total_bucket{le="+Inf"} 14
go_gc_pauses_seconds_total_sum NaN
go_gc_pauses_seconds_total_count 14
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 7
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.18.1"} 1
# HELP go_memory_classes_heap_free_bytes Memory that is completely free and eligible to be returned to the underlying system, but has not been. This metric is the runtime's estimate of free address space that is backed by physical memory.
# TYPE go_memory_classes_heap_free_bytes gauge
go_memory_classes_heap_free_bytes 1.794048e+06
# HELP go_memory_classes_heap_objects_bytes Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector.
# TYPE go_memory_classes_heap_objects_bytes gauge
go_memory_classes_heap_objects_bytes 5.31548e+06
# HELP go_memory_classes_heap_released_bytes Memory that is completely free and has been returned to the underlying system. This metric is the runtime's estimate of free address space that is still mapped into the process, but is not backed by physical memory.
# TYPE go_memory_classes_heap_released_bytes gauge
go_memory_classes_heap_released_bytes 4.05504e+06
# HELP go_memory_classes_heap_stacks_bytes Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.
# TYPE go_memory_classes_heap_stacks_bytes gauge
go_memory_classes_heap_stacks_bytes 753664
# HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects.
# TYPE go_memory_classes_heap_unused_bytes gauge
go_memory_classes_heap_unused_bytes 664680
# HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use.
# TYPE go_memory_classes_metadata_mcache_free_bytes gauge
go_memory_classes_metadata_mcache_free_bytes 12000
# HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used.
# TYPE go_memory_classes_metadata_mcache_inuse_bytes gauge
go_memory_classes_metadata_mcache_inuse_bytes 19200
# HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use.
# TYPE go_memory_classes_metadata_mspan_free_bytes gauge
go_memory_classes_metadata_mspan_free_bytes 4488
# HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used.
# TYPE go_memory_classes_metadata_mspan_inuse_bytes gauge
go_memory_classes_metadata_mspan_inuse_bytes 142392
# HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata.
# TYPE go_memory_classes_metadata_other_bytes gauge
go_memory_classes_metadata_other_bytes 4.74688e+06
# HELP go_memory_classes_os_stacks_bytes Stack memory allocated by the underlying operating system.
# TYPE go_memory_classes_os_stacks_bytes gauge
go_memory_classes_os_stacks_bytes 0
# HELP go_memory_classes_other_bytes Memory used by execution trace buffers, structures for debugging the runtime, finalizer and profiler specials, and more.
# TYPE go_memory_classes_other_bytes gauge
go_memory_classes_other_bytes 1.840208e+06
# HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling.
# TYPE go_memory_classes_profiling_buckets_bytes gauge
go_memory_classes_profiling_buckets_bytes 4256
# HELP go_memory_classes_total_bytes All memory mapped by the Go runtime into the current process as read-write. Note that this does not include memory mapped by code called via cgo or via the syscall package. Sum of all metrics in /memory/classes.
# TYPE go_memory_classes_total_bytes gauge
go_memory_classes_total_bytes 1.9352336e+07
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 5.31548e+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 1.6967072e+07
# 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 4256
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 33182
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 0
# 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 4.74688e+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.31548e+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 5.849088e+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 5.98016e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 16697
# 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 4.05504e+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.1829248e+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.6514010159730313e+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 49879
# 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 19200
# 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 31200
# 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 142392
# 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.681616e+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 1.840208e+06
# 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 753664
# 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 753664
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.9352336e+07
# HELP go_sched_goroutines_goroutines Count of live goroutines.
# TYPE go_sched_goroutines_goroutines gauge
go_sched_goroutines_goroutines 7
# HELP go_sched_latencies_seconds Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running.
# TYPE go_sched_latencies_seconds histogram
go_sched_latencies_seconds_bucket{le="-5e-324"} 0
go_sched_latencies_seconds_bucket{le="9.999999999999999e-10"} 113
go_sched_latencies_seconds_bucket{le="9.999999999999999e-09"} 113
go_sched_latencies_seconds_bucket{le="9.999999999999998e-08"} 123
go_sched_latencies_seconds_bucket{le="1.0239999999999999e-06"} 226
go_sched_latencies_seconds_bucket{le="1.0239999999999999e-05"} 256
go_sched_latencies_seconds_bucket{le="0.00010239999999999998"} 275
go_sched_latencies_seconds_bucket{le="0.0010485759999999998"} 279
go_sched_latencies_seconds_bucket{le="0.010485759999999998"} 279
go_sched_latencies_seconds_bucket{le="0.10485759999999998"} 279
go_sched_latencies_seconds_bucket{le="+Inf"} 279
go_sched_latencies_seconds_sum NaN
go_sched_latencies_seconds_count 279
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 16
# HELP myapp_processed_ops_total The total number of processed events
# TYPE myapp_processed_ops_total counter
myapp_processed_ops_total 60
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 0.05
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1024
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 9
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.7092608e+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.65140089783e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 1.789452288e+09
# 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"} 21
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
```