# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.9081e-05 go_gc_duration_seconds{quantile="0.25"} 0.000119681 go_gc_duration_seconds{quantile="0.5"} 0.000155402 go_gc_duration_seconds{quantile="0.75"} 0.000258604 go_gc_duration_seconds{quantile="1"} 0.001234498 go_gc_duration_seconds_sum 1204.588512781 go_gc_duration_seconds_count 6.664172e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 22 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.4"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 5.125336e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.2067036876376e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.324505e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 9.9440339803e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.898064e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 5.125336e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 4.9455104e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 7.41376e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 42176 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 4.7833088e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 5.6868864e+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.7659620474202669e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 9.9440381979e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # 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. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # 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. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 263840 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 750720 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.600592e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 3.093439e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.736704e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.736704e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 6.8703496e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 16 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 23 # HELP hcloud_build_info A metric with a constant '1' value labeled by version, revision and goversion from which it was built. # TYPE hcloud_build_info gauge hcloud_build_info{goversion="go1.23.4",revision="3ada1b6",version="3ada1b6"} 1 # HELP hcloud_image_active If 1 the image is used by a server, 0 otherwise # TYPE hcloud_image_active gauge hcloud_image_active{flavor="alma",id="104788983",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_active{flavor="alma",id="104788996",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_active{flavor="alma",id="105906499",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_active{flavor="alma",id="105906519",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_active{flavor="alma",id="245249013",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_active{flavor="alma",id="245249165",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_active{flavor="centos",id="103907339",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_active{flavor="centos",id="210163277",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_active{flavor="centos",id="210163284",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_active{flavor="centos",id="59752342",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_active{flavor="debian",id="103907373",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_active{flavor="debian",id="114690387",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_active{flavor="debian",id="114690389",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_active{flavor="debian",id="310554929",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_active{flavor="debian",id="310557660",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_active{flavor="debian",id="45557056",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_active{flavor="fedora",id="232895138",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_active{flavor="fedora",id="232895264",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_active{flavor="opensuse",id="204457491",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_active{flavor="opensuse",id="204457492",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_active{flavor="rocky",id="103907722",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_active{flavor="rocky",id="103907769",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_active{flavor="rocky",id="245249370",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_active{flavor="rocky",id="245249744",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_active{flavor="rocky",id="45780948",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_active{flavor="rocky",id="76766499",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_active{flavor="ubuntu",id="101588646",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="101588775",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="102456737",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="103908130",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_active{flavor="ubuntu",id="105887536",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888084",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888087",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888089",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888091",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888096",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888135",name="wireguard",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888141",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888142",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888330",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="105888988",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="161547269",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_active{flavor="ubuntu",id="161547270",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_active{flavor="ubuntu",id="180066499",name="",server="temporal-workers-event",type="snapshot",version=""} 0 hcloud_image_active{flavor="ubuntu",id="197238872",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="197238880",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093059",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093134",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093140",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093190",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093247",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="40093435",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="67794396",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_active{flavor="ubuntu",id="73721460",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_active{flavor="ubuntu",id="80379320",name="wireguard",server="",type="app",version="unknown"} 0 # HELP hcloud_image_created_timestamp Timestamp when the image have been created # TYPE hcloud_image_created_timestamp gauge hcloud_image_created_timestamp{flavor="alma",id="104788983",name="alma-8",server="",type="system",version="8"} 1.679916769e+09 hcloud_image_created_timestamp{flavor="alma",id="104788996",name="alma-9",server="",type="system",version="9"} 1.679916784e+09 hcloud_image_created_timestamp{flavor="alma",id="105906499",name="alma-8",server="",type="system",version="8"} 1.680693776e+09 hcloud_image_created_timestamp{flavor="alma",id="105906519",name="alma-9",server="",type="system",version="9"} 1.680693785e+09 hcloud_image_created_timestamp{flavor="alma",id="245249013",name="alma-10",server="",type="system",version="10"} 1.75016559e+09 hcloud_image_created_timestamp{flavor="alma",id="245249165",name="alma-10",server="",type="system",version="10"} 1.75016559e+09 hcloud_image_created_timestamp{flavor="centos",id="103907339",name="centos-stream-9",server="",type="system",version="Stream 9"} 1.679306795e+09 hcloud_image_created_timestamp{flavor="centos",id="210163277",name="centos-stream-10",server="",type="system",version="Stream 10"} 1.736330057e+09 hcloud_image_created_timestamp{flavor="centos",id="210163284",name="centos-stream-10",server="",type="system",version="Stream 10"} 1.736330141e+09 hcloud_image_created_timestamp{flavor="centos",id="59752342",name="centos-stream-9",server="",type="system",version="Stream 9"} 1.643269923e+09 hcloud_image_created_timestamp{flavor="debian",id="103907373",name="debian-11",server="",type="system",version="11"} 1.679306803e+09 hcloud_image_created_timestamp{flavor="debian",id="114690387",name="debian-12",server="",type="system",version="12"} 1.686636002e+09 hcloud_image_created_timestamp{flavor="debian",id="114690389",name="debian-12",server="",type="system",version="12"} 1.686636003e+09 hcloud_image_created_timestamp{flavor="debian",id="310554929",name="debian-13",server="",type="system",version="13"} 1.755497725e+09 hcloud_image_created_timestamp{flavor="debian",id="310557660",name="debian-13",server="",type="system",version="13"} 1.755498061e+09 hcloud_image_created_timestamp{flavor="debian",id="45557056",name="debian-11",server="",type="system",version="11"} 1.629112321e+09 hcloud_image_created_timestamp{flavor="fedora",id="232895138",name="fedora-42",server="",type="system",version="42"} 1.745478032e+09 hcloud_image_created_timestamp{flavor="fedora",id="232895264",name="fedora-42",server="",type="system",version="42"} 1.745478061e+09 hcloud_image_created_timestamp{flavor="opensuse",id="204457491",name="opensuse-15",server="",type="system",version="15"} 1.733908991e+09 hcloud_image_created_timestamp{flavor="opensuse",id="204457492",name="opensuse-15",server="",type="system",version="15"} 1.733909002e+09 hcloud_image_created_timestamp{flavor="rocky",id="103907722",name="rocky-8",server="",type="system",version="8"} 1.679306905e+09 hcloud_image_created_timestamp{flavor="rocky",id="103907769",name="rocky-9",server="",type="system",version="9"} 1.679306916e+09 hcloud_image_created_timestamp{flavor="rocky",id="245249370",name="rocky-10",server="",type="system",version="10"} 1.750165419e+09 hcloud_image_created_timestamp{flavor="rocky",id="245249744",name="rocky-10",server="",type="system",version="10"} 1.750165419e+09 hcloud_image_created_timestamp{flavor="rocky",id="45780948",name="rocky-8",server="",type="system",version="8"} 1.629354623e+09 hcloud_image_created_timestamp{flavor="rocky",id="76766499",name="rocky-9",server="",type="system",version="9"} 1.658325352e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="101588646",name="owncast",server="",type="app",version="unknown"} 1.677666103e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="101588775",name="photoprism",server="",type="app",version="unknown"} 1.677666135e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="102456737",name="rustdesk",server="",type="app",version="unknown"} 1.678284095e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="103908130",name="ubuntu-22.04",server="",type="system",version="22.04"} 1.679307004e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105887536",name="jitsi",server="",type="app",version="unknown"} 1.680681189e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888084",name="owncast",server="",type="app",version="unknown"} 1.680688633e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888087",name="rustdesk",server="",type="app",version="unknown"} 1.680688676e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888089",name="nextcloud",server="",type="app",version="unknown"} 1.680688698e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888091",name="lamp",server="",type="app",version="unknown"} 1.680688713e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888096",name="wordpress",server="",type="app",version="unknown"} 1.680688787e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888135",name="wireguard",server="",type="app",version="unknown"} 1.680688851e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888141",name="docker-ce",server="",type="app",version="unknown"} 1.680688894e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888142",name="prometheus-grafana",server="",type="app",version="unknown"} 1.680688898e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888330",name="photoprism",server="",type="app",version="unknown"} 1.68068892e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="105888988",name="gitlab",server="",type="app",version="unknown"} 1.680689016e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="161547269",name="ubuntu-24.04",server="",type="system",version="24.04"} 1.714051587e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="161547270",name="ubuntu-24.04",server="",type="system",version="24.04"} 1.714051611e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="180066499",name="",server="temporal-workers-event",type="snapshot",version=""} 1.723022855e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="197238872",name="coolify",server="",type="app",version="unknown"} 1.730800307e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="197238880",name="coolify",server="",type="app",version="unknown"} 1.730800536e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093059",name="lamp",server="",type="app",version="unknown"} 1.623133267e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093134",name="wordpress",server="",type="app",version="unknown"} 1.623133302e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093140",name="jitsi",server="",type="app",version="unknown"} 1.623133307e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093190",name="nextcloud",server="",type="app",version="unknown"} 1.623133327e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093247",name="docker-ce",server="",type="app",version="unknown"} 1.623133367e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="40093435",name="gitlab",server="",type="app",version="unknown"} 1.623133448e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="67794396",name="ubuntu-22.04",server="",type="system",version="22.04"} 1.650547958e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="73721460",name="prometheus-grafana",server="",type="app",version="unknown"} 1.655713636e+09 hcloud_image_created_timestamp{flavor="ubuntu",id="80379320",name="wireguard",server="",type="app",version="unknown"} 1.661350135e+09 # HELP hcloud_image_deprecated_timestamp Timestamp when the image will be deprecated, 0 if not deprecated # TYPE hcloud_image_deprecated_timestamp gauge hcloud_image_deprecated_timestamp{flavor="alma",id="104788983",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_deprecated_timestamp{flavor="alma",id="104788996",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_deprecated_timestamp{flavor="alma",id="105906499",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_deprecated_timestamp{flavor="alma",id="105906519",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_deprecated_timestamp{flavor="alma",id="245249013",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_deprecated_timestamp{flavor="alma",id="245249165",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_deprecated_timestamp{flavor="centos",id="103907339",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_deprecated_timestamp{flavor="centos",id="210163277",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_deprecated_timestamp{flavor="centos",id="210163284",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_deprecated_timestamp{flavor="centos",id="59752342",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="103907373",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="114690387",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="114690389",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="310554929",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="310557660",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_deprecated_timestamp{flavor="debian",id="45557056",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_deprecated_timestamp{flavor="fedora",id="232895138",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_deprecated_timestamp{flavor="fedora",id="232895264",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_deprecated_timestamp{flavor="opensuse",id="204457491",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_deprecated_timestamp{flavor="opensuse",id="204457492",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="103907722",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="103907769",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="245249370",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="245249744",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="45780948",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_deprecated_timestamp{flavor="rocky",id="76766499",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="101588646",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="101588775",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="102456737",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="103908130",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105887536",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888084",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888087",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888089",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888091",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888096",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888135",name="wireguard",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888141",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888142",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888330",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="105888988",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="161547269",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="161547270",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="180066499",name="",server="temporal-workers-event",type="snapshot",version=""} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="197238872",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="197238880",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093059",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093134",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093140",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093190",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093247",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="40093435",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="67794396",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="73721460",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_deprecated_timestamp{flavor="ubuntu",id="80379320",name="wireguard",server="",type="app",version="unknown"} 0 # HELP hcloud_image_disk_bytes Size if the disk for the image in bytes # TYPE hcloud_image_disk_bytes gauge hcloud_image_disk_bytes{flavor="alma",id="104788983",name="alma-8",server="",type="system",version="8"} 5.24288e+06 hcloud_image_disk_bytes{flavor="alma",id="104788996",name="alma-9",server="",type="system",version="9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="alma",id="105906499",name="alma-8",server="",type="system",version="8"} 5.24288e+06 hcloud_image_disk_bytes{flavor="alma",id="105906519",name="alma-9",server="",type="system",version="9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="alma",id="245249013",name="alma-10",server="",type="system",version="10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="alma",id="245249165",name="alma-10",server="",type="system",version="10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="centos",id="103907339",name="centos-stream-9",server="",type="system",version="Stream 9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="centos",id="210163277",name="centos-stream-10",server="",type="system",version="Stream 10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="centos",id="210163284",name="centos-stream-10",server="",type="system",version="Stream 10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="centos",id="59752342",name="centos-stream-9",server="",type="system",version="Stream 9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="103907373",name="debian-11",server="",type="system",version="11"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="114690387",name="debian-12",server="",type="system",version="12"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="114690389",name="debian-12",server="",type="system",version="12"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="310554929",name="debian-13",server="",type="system",version="13"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="310557660",name="debian-13",server="",type="system",version="13"} 5.24288e+06 hcloud_image_disk_bytes{flavor="debian",id="45557056",name="debian-11",server="",type="system",version="11"} 5.24288e+06 hcloud_image_disk_bytes{flavor="fedora",id="232895138",name="fedora-42",server="",type="system",version="42"} 5.24288e+06 hcloud_image_disk_bytes{flavor="fedora",id="232895264",name="fedora-42",server="",type="system",version="42"} 5.24288e+06 hcloud_image_disk_bytes{flavor="opensuse",id="204457491",name="opensuse-15",server="",type="system",version="15"} 5.24288e+06 hcloud_image_disk_bytes{flavor="opensuse",id="204457492",name="opensuse-15",server="",type="system",version="15"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="103907722",name="rocky-8",server="",type="system",version="8"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="103907769",name="rocky-9",server="",type="system",version="9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="245249370",name="rocky-10",server="",type="system",version="10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="245249744",name="rocky-10",server="",type="system",version="10"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="45780948",name="rocky-8",server="",type="system",version="8"} 5.24288e+06 hcloud_image_disk_bytes{flavor="rocky",id="76766499",name="rocky-9",server="",type="system",version="9"} 5.24288e+06 hcloud_image_disk_bytes{flavor="ubuntu",id="101588646",name="owncast",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="101588775",name="photoprism",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="102456737",name="rustdesk",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="103908130",name="ubuntu-22.04",server="",type="system",version="22.04"} 5.24288e+06 hcloud_image_disk_bytes{flavor="ubuntu",id="105887536",name="jitsi",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888084",name="owncast",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888087",name="rustdesk",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888089",name="nextcloud",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888091",name="lamp",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888096",name="wordpress",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888135",name="wireguard",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888141",name="docker-ce",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888142",name="prometheus-grafana",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888330",name="photoprism",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="105888988",name="gitlab",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="161547269",name="ubuntu-24.04",server="",type="system",version="24.04"} 5.24288e+06 hcloud_image_disk_bytes{flavor="ubuntu",id="161547270",name="ubuntu-24.04",server="",type="system",version="24.04"} 5.24288e+06 hcloud_image_disk_bytes{flavor="ubuntu",id="180066499",name="",server="temporal-workers-event",type="snapshot",version=""} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="197238872",name="coolify",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="197238880",name="coolify",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093059",name="lamp",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093134",name="wordpress",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093140",name="jitsi",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093190",name="nextcloud",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093247",name="docker-ce",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="40093435",name="gitlab",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="67794396",name="ubuntu-22.04",server="",type="system",version="22.04"} 5.24288e+06 hcloud_image_disk_bytes{flavor="ubuntu",id="73721460",name="prometheus-grafana",server="",type="app",version="unknown"} 4.194304e+07 hcloud_image_disk_bytes{flavor="ubuntu",id="80379320",name="wireguard",server="",type="app",version="unknown"} 4.194304e+07 # HELP hcloud_image_size_bytes Size of the image in bytes # TYPE hcloud_image_size_bytes gauge hcloud_image_size_bytes{flavor="alma",id="104788983",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_size_bytes{flavor="alma",id="104788996",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_size_bytes{flavor="alma",id="105906499",name="alma-8",server="",type="system",version="8"} 0 hcloud_image_size_bytes{flavor="alma",id="105906519",name="alma-9",server="",type="system",version="9"} 0 hcloud_image_size_bytes{flavor="alma",id="245249013",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_size_bytes{flavor="alma",id="245249165",name="alma-10",server="",type="system",version="10"} 0 hcloud_image_size_bytes{flavor="centos",id="103907339",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_size_bytes{flavor="centos",id="210163277",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_size_bytes{flavor="centos",id="210163284",name="centos-stream-10",server="",type="system",version="Stream 10"} 0 hcloud_image_size_bytes{flavor="centos",id="59752342",name="centos-stream-9",server="",type="system",version="Stream 9"} 0 hcloud_image_size_bytes{flavor="debian",id="103907373",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_size_bytes{flavor="debian",id="114690387",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_size_bytes{flavor="debian",id="114690389",name="debian-12",server="",type="system",version="12"} 0 hcloud_image_size_bytes{flavor="debian",id="310554929",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_size_bytes{flavor="debian",id="310557660",name="debian-13",server="",type="system",version="13"} 0 hcloud_image_size_bytes{flavor="debian",id="45557056",name="debian-11",server="",type="system",version="11"} 0 hcloud_image_size_bytes{flavor="fedora",id="232895138",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_size_bytes{flavor="fedora",id="232895264",name="fedora-42",server="",type="system",version="42"} 0 hcloud_image_size_bytes{flavor="opensuse",id="204457491",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_size_bytes{flavor="opensuse",id="204457492",name="opensuse-15",server="",type="system",version="15"} 0 hcloud_image_size_bytes{flavor="rocky",id="103907722",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_size_bytes{flavor="rocky",id="103907769",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_size_bytes{flavor="rocky",id="245249370",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_size_bytes{flavor="rocky",id="245249744",name="rocky-10",server="",type="system",version="10"} 0 hcloud_image_size_bytes{flavor="rocky",id="45780948",name="rocky-8",server="",type="system",version="8"} 0 hcloud_image_size_bytes{flavor="rocky",id="76766499",name="rocky-9",server="",type="system",version="9"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="101588646",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="101588775",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="102456737",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="103908130",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105887536",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888084",name="owncast",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888087",name="rustdesk",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888089",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888091",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888096",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888135",name="wireguard",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888141",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888142",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888330",name="photoprism",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="105888988",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="161547269",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="161547270",name="ubuntu-24.04",server="",type="system",version="24.04"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="180066499",name="",server="temporal-workers-event",type="snapshot",version=""} 1.1584973e+07 hcloud_image_size_bytes{flavor="ubuntu",id="197238872",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="197238880",name="coolify",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093059",name="lamp",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093134",name="wordpress",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093140",name="jitsi",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093190",name="nextcloud",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093247",name="docker-ce",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="40093435",name="gitlab",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="67794396",name="ubuntu-22.04",server="",type="system",version="22.04"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="73721460",name="prometheus-grafana",server="",type="app",version="unknown"} 0 hcloud_image_size_bytes{flavor="ubuntu",id="80379320",name="wireguard",server="",type="app",version="unknown"} 0 # HELP hcloud_pricing_floating_ip The cost of one floating IP per month # TYPE hcloud_pricing_floating_ip gauge hcloud_pricing_floating_ip{currency="EUR",location="ash",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="ash",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="ash",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="ash",type="ipv6",vat="net"} 1 hcloud_pricing_floating_ip{currency="EUR",location="fsn1",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="fsn1",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="fsn1",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="fsn1",type="ipv6",vat="net"} 1 hcloud_pricing_floating_ip{currency="EUR",location="hel1",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="hel1",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="hel1",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="hel1",type="ipv6",vat="net"} 1 hcloud_pricing_floating_ip{currency="EUR",location="hil",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="hil",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="hil",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="hil",type="ipv6",vat="net"} 1 hcloud_pricing_floating_ip{currency="EUR",location="nbg1",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="nbg1",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="nbg1",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="nbg1",type="ipv6",vat="net"} 1 hcloud_pricing_floating_ip{currency="EUR",location="sin",type="ipv4",vat="gross"} 3 hcloud_pricing_floating_ip{currency="EUR",location="sin",type="ipv4",vat="net"} 3 hcloud_pricing_floating_ip{currency="EUR",location="sin",type="ipv6",vat="gross"} 1 hcloud_pricing_floating_ip{currency="EUR",location="sin",type="ipv6",vat="net"} 1 # HELP hcloud_pricing_image The cost of an image per GB/month # TYPE hcloud_pricing_image gauge hcloud_pricing_image{currency="EUR",vat="gross"} 0.011 hcloud_pricing_image{currency="EUR",vat="net"} 0.011 # HELP hcloud_pricing_loadbalancer_type The costs of a load balancer by type and location per month # TYPE hcloud_pricing_loadbalancer_type gauge hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="ash",type="lb31",vat="net"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="fsn1",type="lb31",vat="net"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="hel1",type="lb31",vat="net"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="hil",type="lb31",vat="net"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="nbg1",type="lb31",vat="net"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb11",vat="gross"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb11",vat="net"} 5.39 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb21",vat="gross"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb21",vat="net"} 16.4 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb31",vat="gross"} 32.9 hcloud_pricing_loadbalancer_type{currency="EUR",location="sin",type="lb31",vat="net"} 32.9 # HELP hcloud_pricing_loadbalancer_type_traffic The costs of additional traffic per TB for a load balancer by type and location per month # TYPE hcloud_pricing_loadbalancer_type_traffic gauge hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb11",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb11",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb21",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb21",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb31",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="ash",type="lb31",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb11",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb11",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb21",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb21",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb31",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="fsn1",type="lb31",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb11",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb11",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb21",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb21",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb31",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hel1",type="lb31",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb11",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb11",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb21",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb21",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb31",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="hil",type="lb31",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb11",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb11",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb21",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb21",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb31",vat="gross"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="nbg1",type="lb31",vat="net"} 1 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb11",vat="gross"} 7.4 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb11",vat="net"} 7.4 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb21",vat="gross"} 7.4 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb21",vat="net"} 7.4 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb31",vat="gross"} 7.4 hcloud_pricing_loadbalancer_type_traffic{currency="EUR",location="sin",type="lb31",vat="net"} 7.4 # HELP hcloud_pricing_primary_ip The cost of one primary IP per month # TYPE hcloud_pricing_primary_ip gauge hcloud_pricing_primary_ip{currency="",location="ash",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="ash",type="ipv4",vat="net"} 0.5 hcloud_pricing_primary_ip{currency="",location="fsn1",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="fsn1",type="ipv4",vat="net"} 0.5 hcloud_pricing_primary_ip{currency="",location="hel1",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="hel1",type="ipv4",vat="net"} 0.5 hcloud_pricing_primary_ip{currency="",location="hil",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="hil",type="ipv4",vat="net"} 0.5 hcloud_pricing_primary_ip{currency="",location="nbg1",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="nbg1",type="ipv4",vat="net"} 0.5 hcloud_pricing_primary_ip{currency="",location="sin",type="ipv4",vat="gross"} 0.5 hcloud_pricing_primary_ip{currency="",location="sin",type="ipv4",vat="net"} 0.5 # HELP hcloud_pricing_server_backup Will increase base server costs by specific percentage if server backups are enabled # TYPE hcloud_pricing_server_backup gauge hcloud_pricing_server_backup 0.2 # HELP hcloud_pricing_server_type The costs of a server by type and location per month # TYPE hcloud_pricing_server_type gauge hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx13",vat="gross"} 12.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx13",vat="net"} 12.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx23",vat="gross"} 25.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx23",vat="net"} 25.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx33",vat="gross"} 49.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx33",vat="net"} 49.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx43",vat="gross"} 99.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx43",vat="net"} 99.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx53",vat="gross"} 199.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx53",vat="net"} 199.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx63",vat="gross"} 299.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="ccx63",vat="net"} 299.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx11",vat="gross"} 4.49 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx11",vat="net"} 4.49 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx21",vat="gross"} 8.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx21",vat="net"} 8.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx31",vat="gross"} 15.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx31",vat="net"} 15.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx41",vat="gross"} 29.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx41",vat="net"} 29.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx51",vat="gross"} 59.99 hcloud_pricing_server_type{currency="EUR",location="ash",type="cpx51",vat="net"} 59.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax11",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax11",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax21",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax21",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax31",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax31",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax41",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cax41",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx13",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx13",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx23",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx23",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx33",vat="gross"} 47.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx33",vat="net"} 47.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx43",vat="gross"} 95.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx43",vat="net"} 95.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx53",vat="gross"} 191.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx53",vat="net"} 191.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx63",vat="gross"} 287.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="ccx63",vat="net"} 287.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx11",vat="gross"} 3.85 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx11",vat="net"} 3.85 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx21",vat="gross"} 7.05 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx21",vat="net"} 7.05 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx22",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx22",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx31",vat="gross"} 13.1 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx31",vat="net"} 13.1 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx32",vat="gross"} 10.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx32",vat="net"} 10.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx41",vat="gross"} 24.7 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx41",vat="net"} 24.7 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx42",vat="gross"} 19.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx42",vat="net"} 19.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx51",vat="gross"} 54.4 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx51",vat="net"} 54.4 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx52",vat="gross"} 27.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx52",vat="net"} 27.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx62",vat="gross"} 38.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cpx62",vat="net"} 38.49 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx22",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx22",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx23",vat="gross"} 2.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx23",vat="net"} 2.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx32",vat="gross"} 6.3 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx32",vat="net"} 6.3 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx33",vat="gross"} 4.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx33",vat="net"} 4.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx42",vat="gross"} 15.9 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx42",vat="net"} 15.9 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx43",vat="gross"} 8.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx43",vat="net"} 8.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx52",vat="gross"} 31.9 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx52",vat="net"} 31.9 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx53",vat="gross"} 16.99 hcloud_pricing_server_type{currency="EUR",location="fsn1",type="cx53",vat="net"} 16.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax11",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax11",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax21",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax21",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax31",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax31",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax41",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cax41",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx13",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx13",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx23",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx23",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx33",vat="gross"} 47.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx33",vat="net"} 47.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx43",vat="gross"} 95.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx43",vat="net"} 95.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx53",vat="gross"} 191.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx53",vat="net"} 191.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx63",vat="gross"} 287.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="ccx63",vat="net"} 287.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx11",vat="gross"} 3.85 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx11",vat="net"} 3.85 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx21",vat="gross"} 7.05 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx21",vat="net"} 7.05 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx22",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx22",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx31",vat="gross"} 13.1 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx31",vat="net"} 13.1 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx32",vat="gross"} 10.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx32",vat="net"} 10.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx41",vat="gross"} 24.7 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx41",vat="net"} 24.7 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx42",vat="gross"} 19.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx42",vat="net"} 19.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx51",vat="gross"} 54.4 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx51",vat="net"} 54.4 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx52",vat="gross"} 27.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx52",vat="net"} 27.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx62",vat="gross"} 38.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cpx62",vat="net"} 38.49 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx22",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx22",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx23",vat="gross"} 2.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx23",vat="net"} 2.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx32",vat="gross"} 6.3 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx32",vat="net"} 6.3 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx33",vat="gross"} 4.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx33",vat="net"} 4.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx42",vat="gross"} 15.9 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx42",vat="net"} 15.9 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx43",vat="gross"} 8.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx43",vat="net"} 8.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx52",vat="gross"} 31.9 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx52",vat="net"} 31.9 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx53",vat="gross"} 16.99 hcloud_pricing_server_type{currency="EUR",location="hel1",type="cx53",vat="net"} 16.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx13",vat="gross"} 12.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx13",vat="net"} 12.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx23",vat="gross"} 25.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx23",vat="net"} 25.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx33",vat="gross"} 49.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx33",vat="net"} 49.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx43",vat="gross"} 99.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx43",vat="net"} 99.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx53",vat="gross"} 199.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx53",vat="net"} 199.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx63",vat="gross"} 299.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="ccx63",vat="net"} 299.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx11",vat="gross"} 4.49 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx11",vat="net"} 4.49 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx21",vat="gross"} 8.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx21",vat="net"} 8.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx31",vat="gross"} 15.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx31",vat="net"} 15.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx41",vat="gross"} 29.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx41",vat="net"} 29.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx51",vat="gross"} 59.99 hcloud_pricing_server_type{currency="EUR",location="hil",type="cpx51",vat="net"} 59.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax11",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax11",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax21",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax21",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax31",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax31",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax41",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cax41",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx13",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx13",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx23",vat="gross"} 23.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx23",vat="net"} 23.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx33",vat="gross"} 47.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx33",vat="net"} 47.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx43",vat="gross"} 95.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx43",vat="net"} 95.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx53",vat="gross"} 191.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx53",vat="net"} 191.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx63",vat="gross"} 287.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="ccx63",vat="net"} 287.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx11",vat="gross"} 3.85 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx11",vat="net"} 3.85 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx21",vat="gross"} 7.05 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx21",vat="net"} 7.05 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx22",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx22",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx31",vat="gross"} 13.1 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx31",vat="net"} 13.1 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx32",vat="gross"} 10.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx32",vat="net"} 10.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx41",vat="gross"} 24.7 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx41",vat="net"} 24.7 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx42",vat="gross"} 19.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx42",vat="net"} 19.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx51",vat="gross"} 54.4 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx51",vat="net"} 54.4 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx52",vat="gross"} 27.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx52",vat="net"} 27.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx62",vat="gross"} 38.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cpx62",vat="net"} 38.49 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx22",vat="gross"} 3.29 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx22",vat="net"} 3.29 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx23",vat="gross"} 2.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx23",vat="net"} 2.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx32",vat="gross"} 6.3 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx32",vat="net"} 6.3 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx33",vat="gross"} 4.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx33",vat="net"} 4.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx42",vat="gross"} 15.9 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx42",vat="net"} 15.9 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx43",vat="gross"} 8.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx43",vat="net"} 8.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx52",vat="gross"} 31.9 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx52",vat="net"} 31.9 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx53",vat="gross"} 16.99 hcloud_pricing_server_type{currency="EUR",location="nbg1",type="cx53",vat="net"} 16.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx13",vat="gross"} 21 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx13",vat="net"} 21 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx23",vat="gross"} 39.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx23",vat="net"} 39.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx33",vat="gross"} 74.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx33",vat="net"} 74.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx43",vat="gross"} 137 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx43",vat="net"} 137 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx53",vat="gross"} 294 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx53",vat="net"} 294 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx63",vat="gross"} 482 hcloud_pricing_server_type{currency="EUR",location="sin",type="ccx63",vat="net"} 482 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx11",vat="gross"} 7.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx11",vat="net"} 7.4 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx12",vat="gross"} 5.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx12",vat="net"} 5.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx21",vat="gross"} 14.1 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx21",vat="net"} 14.1 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx22",vat="gross"} 11.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx22",vat="net"} 11.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx31",vat="gross"} 24.8 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx31",vat="net"} 24.8 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx32",vat="gross"} 24.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx32",vat="net"} 24.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx41",vat="gross"} 42.6 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx41",vat="net"} 42.6 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx42",vat="gross"} 42.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx42",vat="net"} 42.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx51",vat="gross"} 76.9 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx51",vat="net"} 76.9 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx52",vat="gross"} 59.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx52",vat="net"} 59.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx62",vat="gross"} 76.99 hcloud_pricing_server_type{currency="EUR",location="sin",type="cpx62",vat="net"} 76.99 # HELP hcloud_pricing_server_type_traffic The costs of additional traffic per TB for a server by type and location per month # TYPE hcloud_pricing_server_type_traffic gauge hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx13",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx13",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx63",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="ccx63",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx51",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="ash",type="cpx51",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cax41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx13",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx13",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx63",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="ccx63",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx51",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx51",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx62",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cpx62",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="fsn1",type="cx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cax41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx13",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx13",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx63",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="ccx63",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx51",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx51",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx62",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cpx62",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hel1",type="cx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx13",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx13",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx63",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="ccx63",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx51",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="hil",type="cpx51",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cax41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx13",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx13",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx63",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="ccx63",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx11",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx11",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx21",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx21",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx31",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx31",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx41",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx41",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx51",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx51",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx62",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cpx62",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx22",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx22",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx23",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx23",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx32",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx32",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx33",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx33",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx42",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx42",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx43",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx43",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx52",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx52",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx53",vat="gross"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="nbg1",type="cx53",vat="net"} 1 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx13",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx13",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx23",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx23",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx33",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx33",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx43",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx43",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx53",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx53",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx63",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="ccx63",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx11",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx11",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx12",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx12",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx21",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx21",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx22",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx22",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx31",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx31",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx32",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx32",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx41",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx41",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx42",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx42",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx51",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx51",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx52",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx52",vat="net"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx62",vat="gross"} 7.4 hcloud_pricing_server_type_traffic{currency="EUR",location="sin",type="cpx62",vat="net"} 7.4 # HELP hcloud_pricing_volume The cost of a volume per GB/month # TYPE hcloud_pricing_volume gauge hcloud_pricing_volume{currency="EUR",vat="gross"} 0.044 hcloud_pricing_volume{currency="EUR",vat="net"} 0.044 # HELP hcloud_process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE hcloud_process_cpu_seconds_total counter hcloud_process_cpu_seconds_total 162631.17 # HELP hcloud_process_max_fds Maximum number of open file descriptors. # TYPE hcloud_process_max_fds gauge hcloud_process_max_fds 1.048576e+06 # HELP hcloud_process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE hcloud_process_network_receive_bytes_total counter hcloud_process_network_receive_bytes_total 8.7482361512e+10 # HELP hcloud_process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE hcloud_process_network_transmit_bytes_total counter hcloud_process_network_transmit_bytes_total 4.0568952278e+10 # HELP hcloud_process_open_fds Number of open file descriptors. # TYPE hcloud_process_open_fds gauge hcloud_process_open_fds 8 # HELP hcloud_process_resident_memory_bytes Resident memory size in bytes. # TYPE hcloud_process_resident_memory_bytes gauge hcloud_process_resident_memory_bytes 2.7541504e+07 # HELP hcloud_process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE hcloud_process_start_time_seconds gauge hcloud_process_start_time_seconds 1.73765633375e+09 # HELP hcloud_process_virtual_memory_bytes Virtual memory size in bytes. # TYPE hcloud_process_virtual_memory_bytes gauge hcloud_process_virtual_memory_bytes 1.273982976e+09 # HELP hcloud_process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE hcloud_process_virtual_memory_max_bytes gauge hcloud_process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP hcloud_request_duration_seconds Histogram of latencies for requests to the api per collector. # TYPE hcloud_request_duration_seconds histogram hcloud_request_duration_seconds_bucket{collector="floating_ip",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="0.01"} 0 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="0.1"} 2.430869e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="0.5"} 2.775407e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="1"} 2.814998e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="2"} 2.829143e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="5"} 2.834603e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="10"} 2.836188e+06 hcloud_request_duration_seconds_bucket{collector="floating_ip",le="+Inf"} 2.836188e+06 hcloud_request_duration_seconds_sum{collector="floating_ip"} 236001.381184988 hcloud_request_duration_seconds_count{collector="floating_ip"} 2.836188e+06 hcloud_request_duration_seconds_bucket{collector="image",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="image",le="0.01"} 0 hcloud_request_duration_seconds_bucket{collector="image",le="0.1"} 1.638309e+06 hcloud_request_duration_seconds_bucket{collector="image",le="0.5"} 2.680317e+06 hcloud_request_duration_seconds_bucket{collector="image",le="1"} 2.783748e+06 hcloud_request_duration_seconds_bucket{collector="image",le="2"} 2.819073e+06 hcloud_request_duration_seconds_bucket{collector="image",le="5"} 2.83183e+06 hcloud_request_duration_seconds_bucket{collector="image",le="10"} 2.834788e+06 hcloud_request_duration_seconds_bucket{collector="image",le="+Inf"} 2.834788e+06 hcloud_request_duration_seconds_sum{collector="image"} 460942.70580001664 hcloud_request_duration_seconds_count{collector="image"} 2.834788e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="0.01"} 0 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="0.1"} 2.256977e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="0.5"} 2.769456e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="1"} 2.814007e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="2"} 2.829109e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="5"} 2.834608e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="10"} 2.836138e+06 hcloud_request_duration_seconds_bucket{collector="load_balancer",le="+Inf"} 2.836138e+06 hcloud_request_duration_seconds_sum{collector="load_balancer"} 285683.7444326089 hcloud_request_duration_seconds_count{collector="load_balancer"} 2.836138e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="pricing",le="0.01"} 0 hcloud_request_duration_seconds_bucket{collector="pricing",le="0.1"} 1.368026e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="0.5"} 2.760466e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="1"} 2.812669e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="2"} 2.82902e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="5"} 2.834574e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="10"} 2.836165e+06 hcloud_request_duration_seconds_bucket{collector="pricing",le="+Inf"} 2.836165e+06 hcloud_request_duration_seconds_sum{collector="pricing"} 365325.5251940319 hcloud_request_duration_seconds_count{collector="pricing"} 2.836165e+06 hcloud_request_duration_seconds_bucket{collector="server",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="server",le="0.01"} 0 hcloud_request_duration_seconds_bucket{collector="server",le="0.1"} 996333 hcloud_request_duration_seconds_bucket{collector="server",le="0.5"} 2.064623e+06 hcloud_request_duration_seconds_bucket{collector="server",le="1"} 2.774641e+06 hcloud_request_duration_seconds_bucket{collector="server",le="2"} 2.822781e+06 hcloud_request_duration_seconds_bucket{collector="server",le="5"} 2.832894e+06 hcloud_request_duration_seconds_bucket{collector="server",le="10"} 2.834972e+06 hcloud_request_duration_seconds_bucket{collector="server",le="+Inf"} 2.834972e+06 hcloud_request_duration_seconds_sum{collector="server"} 956335.1816595945 hcloud_request_duration_seconds_count{collector="server"} 2.834972e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="0.001"} 0 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="0.01"} 36187 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="0.1"} 2.49776e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="0.5"} 2.778433e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="1"} 2.815436e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="2"} 2.829014e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="5"} 2.834486e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="10"} 2.836122e+06 hcloud_request_duration_seconds_bucket{collector="ssh_key",le="+Inf"} 2.836122e+06 hcloud_request_duration_seconds_sum{collector="ssh_key"} 198235.96979403382 hcloud_request_duration_seconds_count{collector="ssh_key"} 2.836122e+06 # HELP hcloud_request_failures_total Total number of failed requests to the api per collector. # TYPE hcloud_request_failures_total counter hcloud_request_failures_total{collector="floating_ip"} 3391 hcloud_request_failures_total{collector="image"} 4791 hcloud_request_failures_total{collector="load_balancer"} 3441 hcloud_request_failures_total{collector="pricing"} 3414 hcloud_request_failures_total{collector="server"} 4607 hcloud_request_failures_total{collector="ssh_key"} 3457 # HELP hcloud_server_backup If 1 server backups are enabled, 0 otherwise # TYPE hcloud_server_backup gauge hcloud_server_backup{datacenter="ash-dc1",id="51075908",name="coolify"} 0 hcloud_server_backup{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 0 hcloud_server_backup{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 0 hcloud_server_backup{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 0 hcloud_server_backup{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 0 hcloud_server_backup{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 0 hcloud_server_backup{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 0 hcloud_server_backup{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 0 hcloud_server_backup{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 0 # HELP hcloud_server_cores Server number of cores # TYPE hcloud_server_cores gauge hcloud_server_cores{datacenter="ash-dc1",id="51075908",name="coolify"} 8 hcloud_server_cores{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 16 hcloud_server_cores{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 16 hcloud_server_cores{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 16 hcloud_server_cores{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 16 hcloud_server_cores{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 16 hcloud_server_cores{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 16 hcloud_server_cores{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 8 hcloud_server_cores{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 8 hcloud_server_cores{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 8 hcloud_server_cores{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 8 hcloud_server_cores{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 16 hcloud_server_cores{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 4 hcloud_server_cores{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 4 hcloud_server_cores{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 4 hcloud_server_cores{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 4 hcloud_server_cores{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 2 hcloud_server_cores{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 2 # HELP hcloud_server_created_timestamp Timestamp when the server have been created # TYPE hcloud_server_created_timestamp gauge hcloud_server_created_timestamp{datacenter="ash-dc1",id="51075908",name="coolify"} 1.722346542e+09 hcloud_server_created_timestamp{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 1.731480011e+09 hcloud_server_created_timestamp{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 1.731677886e+09 hcloud_server_created_timestamp{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 1.731677886e+09 hcloud_server_created_timestamp{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 1.733932155e+09 hcloud_server_created_timestamp{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 1.733932155e+09 hcloud_server_created_timestamp{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 1.732601617e+09 hcloud_server_created_timestamp{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 1.732601616e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 1.760575425e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 1.723670595e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 1.730730586e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 1.730747621e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 1.730834774e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 1.732550822e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 1.736819301e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 1.736819301e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 1.736819301e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 1.736823084e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 1.736828086e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 1.736828086e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 1.736828086e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 1.736828158e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 1.737676565e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 1.737680204e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 1.737680204e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 1.737730497e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 1.737730497e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 1.737730544e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 1.737730544e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 1.737997505e+09 hcloud_server_created_timestamp{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 1.737997505e+09 # HELP hcloud_server_disk_bytes Server disk in bytes # TYPE hcloud_server_disk_bytes gauge hcloud_server_disk_bytes{datacenter="ash-dc1",id="51075908",name="coolify"} 2.5165824e+08 hcloud_server_disk_bytes{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 2.5165824e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 2.5165824e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 2.5165824e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 2.5165824e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 3.3554432e+08 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 8.388608e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 8.388608e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 8.388608e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 8.388608e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 4.194304e+07 hcloud_server_disk_bytes{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 4.194304e+07 # HELP hcloud_server_included_traffic_bytes Included traffic for the server in bytes # TYPE hcloud_server_included_traffic_bytes gauge hcloud_server_included_traffic_bytes{datacenter="ash-dc1",id="51075908",name="coolify"} 4.398046511104e+12 hcloud_server_included_traffic_bytes{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 3.298534883328e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 3.298534883328e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 3.298534883328e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 3.298534883328e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 2.199023255552e+13 hcloud_server_included_traffic_bytes{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 2.199023255552e+13 # HELP hcloud_server_incoming_traffic_bytes Ingoing traffic to the server in bytes # TYPE hcloud_server_incoming_traffic_bytes gauge hcloud_server_incoming_traffic_bytes{datacenter="ash-dc1",id="51075908",name="coolify"} 5.4593055e+10 hcloud_server_incoming_traffic_bytes{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 6.76035e+08 hcloud_server_incoming_traffic_bytes{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 1.1797155e+10 hcloud_server_incoming_traffic_bytes{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 1.1253455e+10 hcloud_server_incoming_traffic_bytes{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 1.1475555e+10 hcloud_server_incoming_traffic_bytes{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 7.666e+08 hcloud_server_incoming_traffic_bytes{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 9.69037e+09 hcloud_server_incoming_traffic_bytes{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 8.3298e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 7.7553e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 6.02515e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 5.4358e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 7.92375e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 1.053165e+09 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 1.313741e+10 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 5.1989e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 1.5895545e+10 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 3.9015e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 5.9853e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 6.35615e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 6.156e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 4.33435e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 7.35545e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 8.92115e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 6.5002e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 6.87495e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 8.2626e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 7.34025e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 8.4926e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 5.38945e+08 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 1.005935e+09 hcloud_server_incoming_traffic_bytes{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 7.1405e+08 # HELP hcloud_server_memory_bytes Server memory in bytes # TYPE hcloud_server_memory_bytes gauge hcloud_server_memory_bytes{datacenter="ash-dc1",id="51075908",name="coolify"} 1.6777216e+07 hcloud_server_memory_bytes{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 3.3554432e+07 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 8.388608e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 8.388608e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 8.388608e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 8.388608e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 4.194304e+06 hcloud_server_memory_bytes{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 4.194304e+06 # HELP hcloud_server_outgoing_traffic_bytes Outgoing traffic from the server in bytes # TYPE hcloud_server_outgoing_traffic_bytes gauge hcloud_server_outgoing_traffic_bytes{datacenter="ash-dc1",id="51075908",name="coolify"} 2.221753e+10 hcloud_server_outgoing_traffic_bytes{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 2.47824e+09 hcloud_server_outgoing_traffic_bytes{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 1.5554325e+10 hcloud_server_outgoing_traffic_bytes{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 1.467357e+10 hcloud_server_outgoing_traffic_bytes{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 1.3722105e+10 hcloud_server_outgoing_traffic_bytes{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 2.592965e+09 hcloud_server_outgoing_traffic_bytes{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 1.2946855e+10 hcloud_server_outgoing_traffic_bytes{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 1.88197e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 1.376845e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 2.569815e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 2.11632e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 2.04206e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 1.107048e+10 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 1.6605765e+10 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 1.09476e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 7.279325e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 9.28365e+08 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 2.115935e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 2.392495e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 1.561595e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 1.045125e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 2.2255e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 2.657185e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 1.62442e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 1.720465e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 2.48973e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 2.27428e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 2.643605e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 1.49732e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 3.73328e+09 hcloud_server_outgoing_traffic_bytes{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 2.372395e+09 # HELP hcloud_server_price_hourly Price of the server billed hourly in € # TYPE hcloud_server_price_hourly gauge hcloud_server_price_hourly{datacenter="ash-dc1",id="51075908",name="coolify",vat="gross"} 0.0481 hcloud_server_price_hourly{datacenter="ash-dc1",id="51075908",name="coolify",vat="net"} 0.0481 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55696776",name="worker-session-3",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55696776",name="worker-session-3",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55696777",name="worker-message-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="55696777",name="worker-message-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="57452313",name="worker-session-2",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="fsn1-dc14",id="57452313",name="worker-session-2",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="hel1-dc2",id="56662535",name="worker-session-4",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="hel1-dc2",id="56662535",name="worker-session-4",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="hel1-dc2",id="56662536",name="worker-connect-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="hel1-dc2",id="56662536",name="worker-connect-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4",vat="gross"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4",vat="net"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="51758650",name="zapper-previews",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="51758650",name="zapper-previews",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55182984",name="worker-session-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55182984",name="worker-session-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55239431",name="zapper-ft",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="55239431",name="zapper-ft",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="56638228",name="worker-event-1",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="56638228",name="worker-event-1",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2",vat="gross"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2",vat="net"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1",vat="gross"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1",vat="net"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3",vat="gross"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3",vat="net"} 0.0769 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58692628",name="temporal-tools",vat="gross"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58692628",name="temporal-tools",vat="net"} 0.0384 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1",vat="gross"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1",vat="net"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2",vat="gross"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2",vat="net"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3",vat="gross"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3",vat="net"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4",vat="gross"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4",vat="net"} 0.0096 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4",vat="net"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3",vat="gross"} 0.0053 hcloud_server_price_hourly{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3",vat="net"} 0.0053 # HELP hcloud_server_price_monthly Price of the server billed monthly in € # TYPE hcloud_server_price_monthly gauge hcloud_server_price_monthly{datacenter="ash-dc1",id="51075908",name="coolify",vat="gross"} 29.99 hcloud_server_price_monthly{datacenter="ash-dc1",id="51075908",name="coolify",vat="net"} 29.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55696776",name="worker-session-3",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55696776",name="worker-session-3",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55696777",name="worker-message-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="55696777",name="worker-message-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="57452313",name="worker-session-2",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="fsn1-dc14",id="57452313",name="worker-session-2",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="hel1-dc2",id="56662535",name="worker-session-4",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="hel1-dc2",id="56662535",name="worker-session-4",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="hel1-dc2",id="56662536",name="worker-connect-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="hel1-dc2",id="56662536",name="worker-connect-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4",vat="gross"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4",vat="net"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="51758650",name="zapper-previews",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="51758650",name="zapper-previews",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55182984",name="worker-session-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55182984",name="worker-session-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55239431",name="zapper-ft",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="55239431",name="zapper-ft",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="56638228",name="worker-event-1",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="56638228",name="worker-event-1",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2",vat="gross"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2",vat="net"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1",vat="gross"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1",vat="net"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3",vat="gross"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3",vat="net"} 47.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58692628",name="temporal-tools",vat="gross"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58692628",name="temporal-tools",vat="net"} 23.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1",vat="gross"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1",vat="net"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2",vat="gross"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2",vat="net"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3",vat="gross"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3",vat="net"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4",vat="gross"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4",vat="net"} 5.99 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4",vat="net"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3",vat="gross"} 3.29 hcloud_server_price_monthly{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3",vat="net"} 3.29 # HELP hcloud_server_running If 1 the server is running, 0 otherwise # TYPE hcloud_server_running gauge hcloud_server_running{datacenter="ash-dc1",id="51075908",name="coolify"} 1 hcloud_server_running{datacenter="fsn1-dc14",id="55568554",name="worker-auth-2"} 1 hcloud_server_running{datacenter="fsn1-dc14",id="55696776",name="worker-session-3"} 1 hcloud_server_running{datacenter="fsn1-dc14",id="55696777",name="worker-message-1"} 1 hcloud_server_running{datacenter="fsn1-dc14",id="57452312",name="worker-shared-1"} 1 hcloud_server_running{datacenter="fsn1-dc14",id="57452313",name="worker-session-2"} 1 hcloud_server_running{datacenter="hel1-dc2",id="56662535",name="worker-session-4"} 1 hcloud_server_running{datacenter="hel1-dc2",id="56662536",name="worker-connect-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="110872443",name="temporal-cass-4"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="51758650",name="zapper-previews"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="55182984",name="worker-session-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="55194151",name="worker-auth-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="55239431",name="zapper-ft"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="56638228",name="worker-event-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58691200",name="temporal-cass-2"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58691201",name="temporal-cass-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58691202",name="temporal-cass-3"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58692628",name="temporal-tools"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58694103",name="temporal-matching-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58694104",name="temporal-frontend-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58694105",name="temporal-worker-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="58694195",name="temporal-history-1"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59143605",name="temporal-history-2"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59145717",name="temporal-frontend-2"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59145718",name="temporal-frontend-3"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59190809",name="temporal-history-3"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59190810",name="temporal-history-4"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59190829",name="temporal-matching-2"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59190830",name="temporal-frontend-4"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59317525",name="temporal-matching-4"} 1 hcloud_server_running{datacenter="nbg1-dc3",id="59317526",name="temporal-matching-3"} 1 # HELP hcloud_ssh_key Information about SSH keys in your HetznerCloud project # TYPE hcloud_ssh_key gauge hcloud_ssh_key{fingerprint="37:e9:73:02:6c:57:be:90:20:10:c7:49:2b:2a:4d:a2",id="22305228",name="gabriel_almeida@me.com"} 1 hcloud_ssh_key{fingerprint="4d:34:4f:d3:64:61:50:89:aa:b1:f7:68:f5:19:fa:fe",id="22385111",name="default-sshKey-9736fa2"} 1 hcloud_ssh_key{fingerprint="4f:b2:9a:01:6a:13:d7:4b:15:0b:aa:c1:50:fd:57:ea",id="24272614",name="coolify-rsa"} 1