From 273f9bc8aa6501d7de908f12e26dc68657304704 Mon Sep 17 00:00:00 2001 From: lucko Date: Sun, 12 Jan 2025 21:59:55 +0000 Subject: Implement standalone profiling agent (#480) --- spark-common/src/main/proto/spark/spark.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-common/src/main/proto') diff --git a/spark-common/src/main/proto/spark/spark.proto b/spark-common/src/main/proto/spark/spark.proto index f8d7988..4b95a4a 100644 --- a/spark-common/src/main/proto/spark/spark.proto +++ b/spark-common/src/main/proto/spark/spark.proto @@ -21,6 +21,7 @@ message PlatformMetadata { SERVER = 0; CLIENT = 1; PROXY = 2; + APPLICATION = 3; } } -- cgit