1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/protobuf_benchmark/benchmark.proto

16 lines
231 B
Protocol Buffer
Raw Permalink Normal View History

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;
}