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 @@
benchmark_a,source=myhost,tags_platform=python,tags_sdkver=3.11.5 value=5 1740375855000000
benchmark_b,source=myhost,tags_platform=python,tags_sdkver=3.11.4 value=4 1740375855000000

View file

@ -0,0 +1,2 @@
prometheus_remote_write,source=myhost,tags_platform=python,tags_sdkver=3.11.5 benchmark_a=5 1740375855000000
prometheus_remote_write,source=myhost,tags_platform=python,tags_sdkver=3.11.4 benchmark_b=4 1740375855000000

View file

@ -0,0 +1,22 @@
{
"timeseries": [
{
"labels": [
{ "name": "__name__", "value": "benchmark_a" },
{ "name": "source", "value": "myhost" },
{ "name": "tags_platform", "value": "python" },
{ "name": "tags_sdkver", "value": "3.11.5" }
],
"samples": [{ "value": 5.0, "timestamp": 1740375855 }]
},
{
"labels": [
{ "name": "__name__", "value": "benchmark_b" },
{ "name": "source", "value": "myhost" },
{ "name": "tags_platform", "value": "python" },
{ "name": "tags_sdkver", "value": "3.11.4" }
],
"samples": [{ "value": 4.0, "timestamp": 1740375855 }]
}
]
}

View file

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

View file

@ -0,0 +1 @@
foo,__eg__=bar,defaultTag=defaultTagValue value=1 1740375855000000

View file

@ -0,0 +1 @@
prometheus_remote_write,__eg__=bar,defaultTag=defaultTagValue foo=1 1740375855000000

View file

@ -0,0 +1,11 @@
{
"timeseries": [
{
"labels": [
{ "name": "__name__", "value": "foo" },
{ "name": "__eg__", "value": "bar" }
],
"samples": [{ "value": 1, "timestamp": 1740375855 }]
}
]
}

View file

@ -0,0 +1,4 @@
[[inputs.test]]
files = ["input.json"]
data_format = "prometheusremotewrite"
default_tags = {"defaultTag" = "defaultTagValue"}

View file

@ -0,0 +1 @@
test_metric_seconds -0.5=5,-1=3,1=7,2=8,4=11,64=16,8=13,count=16,counter_reset_hint=0u,negative_bucket_0=2,negative_bucket_1=3,negative_span_0_length=2u,negative_span_0_offset=0i,positive_bucket_0=2,positive_bucket_1=1,positive_bucket_2=3,positive_bucket_3=2,positive_bucket_4=3,positive_span_0_length=4u,positive_span_0_offset=0i,positive_span_1_length=1u,positive_span_1_offset=2i,schema=0i,sum=158.63,zero_count=0,zero_threshold=0.001 1740375855000000

View file

@ -0,0 +1,9 @@
prometheus_remote_write test_metric_seconds_sum=158.63 1740375855000000
prometheus_remote_write test_metric_seconds_count=16 1740375855000000
prometheus_remote_write,test_metric_seconds_le=-1 test_metric_seconds=3 1740375855000000
prometheus_remote_write,test_metric_seconds_le=-0.5 test_metric_seconds=5 1740375855000000
prometheus_remote_write,test_metric_seconds_le=1 test_metric_seconds=7 1740375855000000
prometheus_remote_write,test_metric_seconds_le=2 test_metric_seconds=8 1740375855000000
prometheus_remote_write,test_metric_seconds_le=4 test_metric_seconds=11 1740375855000000
prometheus_remote_write,test_metric_seconds_le=8 test_metric_seconds=13 1740375855000000
prometheus_remote_write,test_metric_seconds_le=64 test_metric_seconds=16 1740375855000000

View file

@ -0,0 +1,23 @@
{
"timeseries": [
{
"labels": [{ "name": "__name__", "value": "test_metric_seconds" }],
"histograms": [
{
"count_float": 16.0,
"zero_threshold": 0.001,
"sum": 158.63,
"schema": 0,
"positive_spans": [
{ "offset": 0, "length": 4 },
{ "offset": 2, "length": 1 }
],
"positive_counts": [2, 1, 3, 2, 3],
"negative_spans": [{ "offset": 0, "length": 2 }],
"negative_counts": [2, 3],
"timestamp": 1740375855
}
]
}
]
}

View file

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

View file

@ -0,0 +1 @@
test_metric_seconds -0.5=5,-1=3,1=7,2=8,4=11,64=16,8=13,count=16,counter_reset_hint=0u,negative_bucket_0=2,negative_bucket_1=3,negative_span_0_length=2u,negative_span_0_offset=0i,positive_bucket_0=2,positive_bucket_1=1,positive_bucket_2=3,positive_bucket_3=2,positive_bucket_4=3,positive_span_0_length=4u,positive_span_0_offset=0i,positive_span_1_length=1u,positive_span_1_offset=2i,schema=0i,sum=158.63,zero_count=0,zero_threshold=0.001 1740375855000000

View file

@ -0,0 +1,9 @@
prometheus_remote_write test_metric_seconds_sum=158.63 1740375855000000
prometheus_remote_write test_metric_seconds_count=16 1740375855000000
prometheus_remote_write,test_metric_seconds_le=-1 test_metric_seconds=3 1740375855000000
prometheus_remote_write,test_metric_seconds_le=-0.5 test_metric_seconds=5 1740375855000000
prometheus_remote_write,test_metric_seconds_le=1 test_metric_seconds=7 1740375855000000
prometheus_remote_write,test_metric_seconds_le=2 test_metric_seconds=8 1740375855000000
prometheus_remote_write,test_metric_seconds_le=4 test_metric_seconds=11 1740375855000000
prometheus_remote_write,test_metric_seconds_le=8 test_metric_seconds=13 1740375855000000
prometheus_remote_write,test_metric_seconds_le=64 test_metric_seconds=16 1740375855000000

View file

@ -0,0 +1,23 @@
{
"timeseries": [
{
"labels": [{ "name": "__name__", "value": "test_metric_seconds" }],
"histograms": [
{
"count_int": 16,
"zero_threshold": 0.001,
"sum": 158.63,
"schema": 0,
"positive_spans": [
{ "offset": 0, "length": 4 },
{ "offset": 2, "length": 1 }
],
"positive_deltas": [2, -1, 2, -1, 1],
"negative_spans": [{ "offset": 0, "length": 2 }],
"negative_deltas": [2, 1],
"timestamp": 1740375855
}
]
}
]
}

View file

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

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"