2022-10-31 21:15:23 +08:00
|
|
|
[[inputs.file]]
|
|
|
|
|
files = ["./testcases/multiple_messages/messageA.bin", "./testcases/multiple_messages/messageB.bin", "./testcases/multiple_messages/messageC.bin"]
|
|
|
|
|
data_format = "binary"
|
2023-08-14 16:43:32 +08:00
|
|
|
endianness = "le"
|
2022-10-31 21:15:23 +08:00
|
|
|
|
|
|
|
|
[[inputs.file.binary]]
|
|
|
|
|
metric_name = "metricA"
|
|
|
|
|
|
|
|
|
|
entries = [
|
|
|
|
|
{ bits = 32, omit = true },
|
|
|
|
|
{ name = "address", type = "uint16", assignment = "tag" },
|
|
|
|
|
{ name = "count", type = "int16" },
|
|
|
|
|
{ name = "failure", type = "bool", bits = 32, assignment = "tag" },
|
|
|
|
|
{ name = "value", type = "float64" },
|
|
|
|
|
{ type = "unix", assignment = "time" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[inputs.file.binary.filter]
|
|
|
|
|
selection = [
|
|
|
|
|
{ offset = 16, bits = 8, match = "0x0A" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[inputs.file.binary]]
|
|
|
|
|
metric_name = "metricB"
|
|
|
|
|
|
|
|
|
|
entries = [
|
|
|
|
|
{ bits = 32, omit = true },
|
|
|
|
|
{ name = "value", type = "uint32" },
|
|
|
|
|
{ type = "unix", assignment = "time" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[inputs.file.binary.filter]
|
|
|
|
|
selection = [{ offset = 16, bits = 8, match = "0x0B" }]
|
|
|
|
|
|
|
|
|
|
[[inputs.file.binary]]
|
|
|
|
|
metric_name = "metricC"
|
|
|
|
|
|
|
|
|
|
entries = [
|
|
|
|
|
{ bits = 32, omit = true },
|
|
|
|
|
{ name = "x", type = "float32" },
|
|
|
|
|
{ name = "y", type = "float32" },
|
|
|
|
|
{ type = "unix", assignment = "time" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[inputs.file.binary.filter]
|
|
|
|
|
selection = [{ offset = 16, bits = 8, match = "0x0C" }]
|