diff options
author | Luck <git@lucko.me> | 2022-09-22 22:06:10 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-09-22 22:06:10 +0100 |
commit | dbdd3eb1344b837abb13538b9c55d1d99e697e54 (patch) | |
tree | f37a53d07262641fcec9624db9410396932ddfd1 /spark-common/src/main/proto/spark | |
parent | a42dda9eebdc8db6c310978d138708c367f95096 (diff) | |
download | spark-dbdd3eb1344b837abb13538b9c55d1d99e697e54.tar.gz spark-dbdd3eb1344b837abb13538b9c55d1d99e697e54.tar.bz2 spark-dbdd3eb1344b837abb13538b9c55d1d99e697e54.zip |
Allow platforms to pass extra misc metadata to the viewer
Diffstat (limited to 'spark-common/src/main/proto/spark')
-rw-r--r-- | spark-common/src/main/proto/spark/spark_sampler.proto | 1 |
1 files changed, 1 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 e4c2481..3f30fb2 100644 --- a/spark-common/src/main/proto/spark/spark_sampler.proto +++ b/spark-common/src/main/proto/spark/spark_sampler.proto @@ -29,6 +29,7 @@ message SamplerMetadata { int64 end_time = 11; int32 number_of_ticks = 12; map<string, SourceMetadata> sources = 13; + map<string, string> extra_platform_metadata = 14; message ThreadDumper { Type type = 1; |