Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
|
@ -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
|
|
@ -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
|
10
plugins/parsers/openmetrics/testcases/valid_gauge/input.txt
Normal file
10
plugins/parsers/openmetrics/testcases/valid_gauge/input.txt
Normal 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
|
|
@ -0,0 +1,3 @@
|
|||
[[inputs.test]]
|
||||
files = ["input.txt"]
|
||||
data_format = "openmetrics"
|
Loading…
Add table
Add a link
Reference in a new issue