Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
csb0710 committed May 10, 2024
1 parent 8b3514e commit 079a7a4
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 261 deletions.
213 changes: 41 additions & 172 deletions protobuf/sentryflow.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions protobuf/sentryflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,9 @@ message EnvoyMetrics {
map<string, MetricValue> metrics = 21;
}

message RequestMessage {
string Filter = 1;
}

message ReplyMessage {
int32 Retval = 1;
}

service SentryFlow {
rpc GetAPILog(ClientInfo) returns (stream APILog);
rpc GetAPIMetrics(ClientInfo) returns (stream APIMetrics);
rpc GetEnvoyMetrics(ClientInfo) returns (stream EnvoyMetrics);
rpc GetRelayLog(stream APILog) returns (ReplyMessage);
}

Loading

0 comments on commit 079a7a4

Please sign in to comment.