X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=proto%2Fcollectd.proto;h=c706ea11305875022a98e82cd1ba0b231c2ccfcd;hb=b5b01583cab80db95e8fd9c38d27db9f12f1f96c;hp=917c5deb679985dd90388176f7e9449569e3ef37;hpb=d0408cb0dbef15d739a6b1cd047e9c94d7643329;p=collectd.git diff --git a/proto/collectd.proto b/proto/collectd.proto index 917c5deb..c706ea11 100644 --- a/proto/collectd.proto +++ b/proto/collectd.proto @@ -34,11 +34,11 @@ service Collectd { // The gRPC server embedded into collectd will inject them into the system // just like the network plugin. rpc DispatchValues(stream DispatchValuesRequest) - returns (DispatchValuesResponse); + returns(DispatchValuesResponse); // QueryValues returns a stream of matching value lists from collectd's // internal cache. - rpc QueryValues(QueryValuesRequest) returns (stream QueryValuesResponse); + rpc QueryValues(QueryValuesRequest) returns(stream QueryValuesResponse); } // The arguments to DispatchValues.