aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/proto/spark/spark_sampler.proto
diff options
context:
space:
mode:
Diffstat (limited to 'spark-common/src/main/proto/spark/spark_sampler.proto')
-rw-r--r--spark-common/src/main/proto/spark/spark_sampler.proto7
1 files changed, 1 insertions, 6 deletions
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<string, string> server_configurations = 10;
int64 end_time = 11;
int32 number_of_ticks = 12;
- map<string, SourceMetadata> sources = 13;
+ map<string, PluginOrModMetadata> sources = 13;
map<string, string> 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;