diff options
author | Luck <git@lucko.me> | 2020-04-01 22:23:43 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-04-01 22:23:53 +0100 |
commit | 242382646512acba6f5041ecbeab058160ec742d (patch) | |
tree | 7d25c4cee53074f655217ac45bf022c278d5eef8 /spark-common/src/main/proto/spark | |
parent | 8e2369a64d20706cb68738f1d847d93422f71218 (diff) | |
download | spark-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.proto | 1 |
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; |