diff options
| author | lucko <git@lucko.me> | 2025-01-12 21:59:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 21:59:55 +0000 |
| commit | 273f9bc8aa6501d7de908f12e26dc68657304704 (patch) | |
| tree | 25abc4bea5da94746c4fea3b1999bd998ba5af7a /spark-common/src/main/proto/spark | |
| parent | 336102f88b38900b60888ab85ea13b388d4fe0dc (diff) | |
| download | spark-273f9bc8aa6501d7de908f12e26dc68657304704.tar.gz spark-273f9bc8aa6501d7de908f12e26dc68657304704.tar.bz2 spark-273f9bc8aa6501d7de908f12e26dc68657304704.zip | |
Implement standalone profiling agent (#480)
Diffstat (limited to 'spark-common/src/main/proto/spark')
| -rw-r--r-- | spark-common/src/main/proto/spark/spark.proto | 1 |
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; } } |
