From bd0827f199e12a6b31e92e12fb33c549e2788ef8 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 20 Jan 2022 22:49:34 +0000 Subject: Expose some server configuration values in the viewer --- spark-common/src/main/proto/spark/spark_sampler.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-common/src/main/proto/spark') 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 server_configurations = 10; message ThreadDumper { Type type = 1; -- cgit