grpc plugin: Turn QueryValues into a server-side streaming RPC.
[collectd.git] / proto / types.proto
index 4a852e4..623dad8 100644 (file)
@@ -47,10 +47,12 @@ message Value {
 }
 
 message ValueList {
-       repeated Value value = 1;
+       repeated Value values = 1;
 
        google.protobuf.Timestamp time = 2;
        google.protobuf.Duration interval = 3;
 
        Identifier identifier = 4;
+
+       repeated string ds_names = 5;
 }