Some checks failed
Generate and Release Protos / release (push) Failing after 23s
11 lines
167 B
Protocol Buffer
11 lines
167 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package rail_backend.v1;
|
|
|
|
message Metadata {
|
|
int64 push_to_queue_time = 1;
|
|
int64 data_fetch_time = 2;
|
|
map<string, string> tags = 3;
|
|
}
|
|
|