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 @@
|
|||
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
|
|
@ -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
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
[[inputs.test]]
|
||||
files = ["input.json"]
|
||||
data_format = "prometheusremotewrite"
|
Loading…
Add table
Add a link
Reference in a new issue