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 @@
|
|||
time_float_exponential truth=42.0 1663830962276000000
|
|
@ -0,0 +1,12 @@
|
|||
[[inputs.file]]
|
||||
files = ["./testcases/time_float_exponential/test.json"]
|
||||
data_format = "xpath_json"
|
||||
xpath_native_types = true
|
||||
|
||||
[[inputs.file.xpath]]
|
||||
metric_name = "'time_float_exponential'"
|
||||
timestamp = "t"
|
||||
timestamp_format = "unix_ms"
|
||||
field_selection = "."
|
||||
field_name = "id"
|
||||
field_value = "v"
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"id": "truth",
|
||||
"v": 42,
|
||||
"t": 1.663830962276e+12
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue