diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-28 20:03:06 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-28 20:03:06 -0700 |
| commit | 1733d0ce68b4ef31edcb54ddbbf6070caa319f37 (patch) | |
| tree | e6f42836b375f4665efe6bc42ecf3b8340e7784a /telemetry/proto/telemetry.proto | |
| parent | 166e36bcd35f30af5a7f2bd2ec7b7aa31777cbac (diff) | |
| download | seaweedfs-1733d0ce68b4ef31edcb54ddbbf6070caa319f37.tar.xz seaweedfs-1733d0ce68b4ef31edcb54ddbbf6070caa319f37.zip | |
remove features and deployments fields
Diffstat (limited to 'telemetry/proto/telemetry.proto')
| -rw-r--r-- | telemetry/proto/telemetry.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/telemetry/proto/telemetry.proto b/telemetry/proto/telemetry.proto index 07bc79446..12bbdd4f6 100644 --- a/telemetry/proto/telemetry.proto +++ b/telemetry/proto/telemetry.proto @@ -15,11 +15,11 @@ message TelemetryData { // Operating system (e.g., "linux/amd64") string os = 3; - // Enabled features (e.g., ["filer", "s3api", "mq"]) - repeated string features = 4; + // Field 4 reserved (was features) + reserved 4; - // Deployment type ("standalone", "cluster", "master-only", "volume-only") - string deployment = 5; + // Field 5 reserved (was deployment) + reserved 5; // Number of volume servers in the cluster int32 volume_server_count = 6; |
