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,2 @@
|
|||
go_gc_duration_seconds,quantile=0.99 value=4.63 1740375855000000
|
||||
prometheus_target_interval_length_seconds,job=prometheus value=14.99 1740375855000000
|
|
@ -0,0 +1,2 @@
|
|||
prometheus_remote_write,quantile=0.99 go_gc_duration_seconds=4.63 1740375855000000
|
||||
prometheus_remote_write,job=prometheus prometheus_target_interval_length_seconds=14.99 1740375855000000
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"timeseries": [
|
||||
{
|
||||
"labels": [
|
||||
{ "name": "__name__", "value": "go_gc_duration_seconds" },
|
||||
{ "name": "quantile", "value": "0.99" }
|
||||
],
|
||||
"samples": [{ "value": 4.63, "timestamp": 1740375855 }]
|
||||
},
|
||||
{
|
||||
"labels": [
|
||||
{
|
||||
"name": "__name__",
|
||||
"value": "prometheus_target_interval_length_seconds"
|
||||
},
|
||||
{ "name": "job", "value": "prometheus" }
|
||||
],
|
||||
"samples": [{ "value": 14.99, "timestamp": 1740375855 }]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
[[inputs.test]]
|
||||
files = ["input.json"]
|
||||
data_format = "prometheusremotewrite"
|
Loading…
Add table
Add a link
Reference in a new issue