1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/protobuf_benchmark/benchmark.proto
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

15 lines
231 B
Protocol Buffer

syntax = "proto3";
package benchmark;
message Entry {
string source = 1;
string tags_sdkver = 2;
string tags_platform = 3;
double value = 4;
uint64 timestamp = 5;
}
message BenchmarkData {
repeated Entry data = 1;
}