diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-17 14:51:47 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-17 14:51:47 -0700 |
| commit | d8ed73926dc79aaea57e9eb305c718e82dace64c (patch) | |
| tree | e0dab86e8ddf7a79b2330b9eeb6654378a255df1 /weed/pb/master.proto | |
| parent | 68d1bef23671f353f65d89b73907edf5ce6918fc (diff) | |
| download | seaweedfs-d8ed73926dc79aaea57e9eb305c718e82dace64c.tar.xz seaweedfs-d8ed73926dc79aaea57e9eb305c718e82dace64c.zip | |
volume servers get metrics address and interval from the master
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 965a6a990..f450a1b8c 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -52,8 +52,10 @@ message Heartbeat { } message HeartbeatResponse { - uint64 volumeSizeLimit = 1; - string leader = 3; + uint64 volume_size_limit = 1; + string leader = 2; + string metrics_address = 3; + uint32 metrics_interval_seconds = 4; } message VolumeInformationMessage { |
