aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/proto/spark
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-06-26 18:59:02 +0100
committerLuck <git@lucko.me>2022-06-26 18:59:02 +0100
commitfed6a350a80f6daa8c170770e5f300a0d5aa0894 (patch)
tree8e54a1b580fa19046a262d7a0969241951cb8ba6 /spark-common/src/main/proto/spark
parent4d45579d2bf57b417d5d3eca041c2131177183e4 (diff)
downloadspark-fed6a350a80f6daa8c170770e5f300a0d5aa0894.tar.gz
spark-fed6a350a80f6daa8c170770e5f300a0d5aa0894.tar.bz2
spark-fed6a350a80f6daa8c170770e5f300a0d5aa0894.zip
Include info about number of ticks in a profile
Diffstat (limited to 'spark-common/src/main/proto/spark')
-rw-r--r--spark-common/src/main/proto/spark/spark_sampler.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/spark-common/src/main/proto/spark/spark_sampler.proto b/spark-common/src/main/proto/spark/spark_sampler.proto
index 51bdd64..8d9512a 100644
--- a/spark-common/src/main/proto/spark/spark_sampler.proto
+++ b/spark-common/src/main/proto/spark/spark_sampler.proto
@@ -25,6 +25,7 @@ message SamplerMetadata {
SystemStatistics system_statistics = 9;
map<string, string> server_configurations = 10;
int64 end_time = 11;
+ int32 number_of_ticks = 12;
message ThreadDumper {
Type type = 1;
@@ -42,6 +43,7 @@ message SamplerMetadata {
Type type = 1;
ThreadGrouper thread_grouper = 2;
int64 tick_length_threshold = 3; // optional
+ int32 number_of_included_ticks = 4; // optional
enum Type {
SIMPLE = 0;