diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-17 06:46:51 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-17 06:46:51 -0700 |
| commit | cb427d48fa42241b9396fa850e4bf02ecddc21ed (patch) | |
| tree | 677e44d0f46b57f44ae82e6b6a6e47b14064ec4e /other/java/client | |
| parent | e4e023499836797811ba4caf15889edca646b954 (diff) | |
| download | seaweedfs-cb427d48fa42241b9396fa850e4bf02ecddc21ed.tar.xz seaweedfs-cb427d48fa42241b9396fa850e4bf02ecddc21ed.zip | |
filer report metrics configuration
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
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 { |
