aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/proto/spark/spark.proto
diff options
context:
space:
mode:
authorlucko <git@lucko.me>2025-01-12 21:59:55 +0000
committerGitHub <noreply@github.com>2025-01-12 21:59:55 +0000
commit273f9bc8aa6501d7de908f12e26dc68657304704 (patch)
tree25abc4bea5da94746c4fea3b1999bd998ba5af7a /spark-common/src/main/proto/spark/spark.proto
parent336102f88b38900b60888ab85ea13b388d4fe0dc (diff)
downloadspark-273f9bc8aa6501d7de908f12e26dc68657304704.tar.gz
spark-273f9bc8aa6501d7de908f12e26dc68657304704.tar.bz2
spark-273f9bc8aa6501d7de908f12e26dc68657304704.zip
Implement standalone profiling agent (#480)
Diffstat (limited to 'spark-common/src/main/proto/spark/spark.proto')
-rw-r--r--spark-common/src/main/proto/spark/spark.proto1
1 files changed, 1 insertions, 0 deletions
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;
}
}