From 8017dbd288fca21dac3813409dec959ae6e6c822 Mon Sep 17 00:00:00 2001 From: lucko Date: Tue, 6 Aug 2024 21:29:48 +0100 Subject: Add uploadable health report (#436) --- spark-common/src/main/proto/spark/spark_sampler.proto | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'spark-common/src/main/proto/spark/spark_sampler.proto') diff --git a/spark-common/src/main/proto/spark/spark_sampler.proto b/spark-common/src/main/proto/spark/spark_sampler.proto index dbc336a..10cc6d1 100644 --- a/spark-common/src/main/proto/spark/spark_sampler.proto +++ b/spark-common/src/main/proto/spark/spark_sampler.proto @@ -31,7 +31,7 @@ message SamplerMetadata { map server_configurations = 10; int64 end_time = 11; int32 number_of_ticks = 12; - map sources = 13; + map sources = 13; map extra_platform_metadata = 14; SamplerMode sampler_mode = 15; @@ -65,11 +65,6 @@ message SamplerMetadata { } } - message SourceMetadata { - string name = 1; - string version = 2; - } - enum SamplerMode { EXECUTION = 0; ALLOCATION = 1; -- cgit