From 242382646512acba6f5041ecbeab058160ec742d Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 1 Apr 2020 22:23:43 +0100 Subject: Allow comments to be specified on sampler output --- spark-common/src/main/proto/spark/spark.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-common/src/main/proto') diff --git a/spark-common/src/main/proto/spark/spark.proto b/spark-common/src/main/proto/spark/spark.proto index 1c7a002..4777a5c 100644 --- a/spark-common/src/main/proto/spark/spark.proto +++ b/spark-common/src/main/proto/spark/spark.proto @@ -43,6 +43,7 @@ message SamplerMetadata { int32 interval = 3; ThreadDumper thread_dumper = 4; DataAggregator data_aggregator = 5; + string comment = 6; message ThreadDumper { Type type = 1; -- cgit