aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-17 06:46:51 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-17 06:46:51 -0700
commitcb427d48fa42241b9396fa850e4bf02ecddc21ed (patch)
tree677e44d0f46b57f44ae82e6b6a6e47b14064ec4e /other/java
parente4e023499836797811ba4caf15889edca646b954 (diff)
downloadseaweedfs-cb427d48fa42241b9396fa850e4bf02ecddc21ed.tar.xz
seaweedfs-cb427d48fa42241b9396fa850e4bf02ecddc21ed.zip
filer report metrics configuration
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index cf88065ef..9a72bc976 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -273,6 +273,8 @@ message GetFilerConfigurationResponse {
string dir_buckets = 5;
bool cipher = 7;
int32 signature = 8;
+ string metrics_address = 9;
+ int32 metrics_interval_sec = 10;
}
message SubscribeMetadataRequest {