Skip to content

Commit

Permalink
Merge pull request prometheus#2054 from prometheus/remove-grpc-leftovers
Browse files Browse the repository at this point in the history
Remove gRPC leftovers in protobuf definitions
  • Loading branch information
juliusv authored Oct 5, 2016
2 parents ee8e8d1 + c7932aa commit 0dbcf55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
42 changes: 15 additions & 27 deletions storage/remote/remote.pb.go

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

7 changes: 0 additions & 7 deletions storage/remote/remote.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ message TimeSeries {
message WriteRequest {
repeated TimeSeries timeseries = 1;
}

message WriteResponse {
}

service Write {
rpc Write(WriteRequest) returns (WriteResponse) {}
}

0 comments on commit 0dbcf55

Please sign in to comment.