aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/proto/spark
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-04-01 22:23:43 +0100
committerLuck <git@lucko.me>2020-04-01 22:23:53 +0100
commit242382646512acba6f5041ecbeab058160ec742d (patch)
tree7d25c4cee53074f655217ac45bf022c278d5eef8 /spark-common/src/main/proto/spark
parent8e2369a64d20706cb68738f1d847d93422f71218 (diff)
downloadspark-242382646512acba6f5041ecbeab058160ec742d.tar.gz
spark-242382646512acba6f5041ecbeab058160ec742d.tar.bz2
spark-242382646512acba6f5041ecbeab058160ec742d.zip
Allow comments to be specified on sampler output
Diffstat (limited to 'spark-common/src/main/proto/spark')
-rw-r--r--spark-common/src/main/proto/spark/spark.proto1
1 files changed, 1 insertions, 0 deletions
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;