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,2 @@
go_gc_duration_seconds,quantile=0.99 value=4.63 1740375855000000
prometheus_target_interval_length_seconds,job=prometheus value=14.99 1740375855000000

View file

@ -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

View file

@ -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 }]
}
]
}

View file

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