diff options
author | Luck <git@lucko.me> | 2022-01-20 22:49:34 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-01-20 22:49:34 +0000 |
commit | bd0827f199e12a6b31e92e12fb33c549e2788ef8 (patch) | |
tree | 5a61a45558aa8bb376060e76300ab215dbb51d55 /spark-common/src/main/proto/spark | |
parent | d2716da1dc7f61aa45c0058e9a8fd65aa858f3c8 (diff) | |
download | spark-bd0827f199e12a6b31e92e12fb33c549e2788ef8.tar.gz spark-bd0827f199e12a6b31e92e12fb33c549e2788ef8.tar.bz2 spark-bd0827f199e12a6b31e92e12fb33c549e2788ef8.zip |
Expose some server configuration values in 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 c7cecc3..48e2a87 100644 --- a/spark-common/src/main/proto/spark/spark_sampler.proto +++ b/spark-common/src/main/proto/spark/spark_sampler.proto @@ -23,6 +23,7 @@ message SamplerMetadata { PlatformMetadata platform_metadata = 7; PlatformStatistics platform_statistics = 8; SystemStatistics system_statistics = 9; + map<string, string> server_configurations = 10; message ThreadDumper { Type type = 1; |