grpc plugin: Add the "ds_names" field to the ValueList message.
[collectd.git] / proto / types.proto
index 5d82a5b..623dad8 100644 (file)
@@ -53,4 +53,6 @@ message ValueList {
        google.protobuf.Duration interval = 3;
 
        Identifier identifier = 4;
+
+       repeated string ds_names = 5;
 }