1
0
Fork 0

Adding upstream version 1.34.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-24 07:26:29 +02:00
parent e393c3af3f
commit 4978089aab
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4963 changed files with 677545 additions and 0 deletions

View file

@ -0,0 +1,3 @@
go_memstats_gc_cpu_fraction,_type=gauge gauge=-0.00014404354379774563
go_memstats_gc_sys_bytes,_type=gauge gauge=60936192
go_memstats_heap_alloc_bytes,_type=gauge gauge=1581062048

View file

@ -0,0 +1,3 @@
openmetric,_type=gauge go_memstats_gc_cpu_fraction=-0.00014404354379774563
openmetric,_type=gauge go_memstats_gc_sys_bytes=60936192
openmetric,_type=gauge go_memstats_heap_alloc_bytes=1581062048

View file

@ -0,0 +1,10 @@
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction -0.00014404354379774563
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 6.0936192e+07
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 1.581062048e+09
# EOF

View file

@ -0,0 +1,3 @@
[[inputs.test]]
files = ["input.txt"]
data_format = "openmetrics"