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,4 @@
|
|||
acme_http_router_request_seconds,_type=summary,unit=seconds,path=/api/v1,method=GET sum=9036.32,count=807283.0,created=1605281325.0,0.5=1.29854,0.9=54.85479,0.99=6884.32324
|
||||
acme_http_router_request_seconds,_type=summary,unit=seconds,path=/api/v2,method=POST sum=479.3,count=34.0,created=1605281325.0,0.5=0.85412,0.9=1.15429,0.99=3698.48132
|
||||
go_goroutines,_type=gauge gauge=69
|
||||
process_cpu_seconds,_type=counter,unit=seconds counter=4200722.46
|
|
@ -0,0 +1,10 @@
|
|||
openmetric,_type=summary,method=GET,path=/api/v1,unit=seconds acme_http_router_request_seconds_count=807283,acme_http_router_request_seconds_created=1605281325,acme_http_router_request_seconds_sum=9036.32
|
||||
openmetric,_type=summary,method=GET,path=/api/v1,quantile=0.5,unit=seconds acme_http_router_request_seconds=1.29854
|
||||
openmetric,_type=summary,method=GET,path=/api/v1,quantile=0.9,unit=seconds acme_http_router_request_seconds=54.85479
|
||||
openmetric,_type=summary,method=GET,path=/api/v1,quantile=0.99,unit=seconds acme_http_router_request_seconds=6884.32324
|
||||
openmetric,_type=summary,method=POST,path=/api/v2,unit=seconds acme_http_router_request_seconds_count=34,acme_http_router_request_seconds_created=1605281325,acme_http_router_request_seconds_sum=479.3
|
||||
openmetric,_type=summary,method=POST,path=/api/v2,quantile=0.5,unit=seconds acme_http_router_request_seconds=0.85412
|
||||
openmetric,_type=summary,method=POST,path=/api/v2,quantile=0.9,unit=seconds acme_http_router_request_seconds=1.15429
|
||||
openmetric,_type=summary,method=POST,path=/api/v2,quantile=0.99,unit=seconds acme_http_router_request_seconds=3698.48132
|
||||
openmetric,_type=gauge go_goroutines=69
|
||||
openmetric,_type=counter,unit=seconds process_cpu_seconds=4200722.46
|
23
plugins/parsers/openmetrics/testcases/multiple/input.txt
Normal file
23
plugins/parsers/openmetrics/testcases/multiple/input.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
# TYPE acme_http_router_request_seconds summary
|
||||
# UNIT acme_http_router_request_seconds seconds
|
||||
# HELP acme_http_router_request_seconds Latency though all of ACME's HTTP request router.
|
||||
acme_http_router_request_seconds_sum{path="/api/v1",method="GET"} 9036.32
|
||||
acme_http_router_request_seconds_count{path="/api/v1",method="GET"} 807283.0
|
||||
acme_http_router_request_seconds{path="/api/v1",method="GET",quantile="0.5"} 1.29854
|
||||
acme_http_router_request_seconds{path="/api/v1",method="GET",quantile="0.9"} 54.85479
|
||||
acme_http_router_request_seconds{path="/api/v1",method="GET",quantile="0.99"} 6884.32324
|
||||
acme_http_router_request_seconds_created{path="/api/v1",method="GET"} 1605281325.0
|
||||
acme_http_router_request_seconds_sum{path="/api/v2",method="POST"} 479.3
|
||||
acme_http_router_request_seconds_count{path="/api/v2",method="POST"} 34.0
|
||||
acme_http_router_request_seconds_created{path="/api/v2",method="POST"} 1605281325.0
|
||||
acme_http_router_request_seconds{path="/api/v2",method="POST",quantile="0.5"} 0.85412
|
||||
acme_http_router_request_seconds{path="/api/v2",method="POST",quantile="0.9"} 1.15429
|
||||
acme_http_router_request_seconds{path="/api/v2",method="POST",quantile="0.99"} 3698.48132
|
||||
# TYPE go_goroutines gauge
|
||||
# HELP go_goroutines Number of goroutines that currently exist.
|
||||
go_goroutines 69
|
||||
# TYPE process_cpu_seconds counter
|
||||
# UNIT process_cpu_seconds seconds
|
||||
# HELP process_cpu_seconds Total user and system CPU time spent in seconds.
|
||||
process_cpu_seconds_total 4.20072246e+06
|
||||
# EOF
|
|
@ -0,0 +1,4 @@
|
|||
[[inputs.test]]
|
||||
files = ["input.txt"]
|
||||
data_format = "openmetrics"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue