mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add offset
This commit is contained in:
parent
47a4963d7a
commit
1fed37bed0
|
@ -68,6 +68,16 @@ message Partition {
|
||||||
int64 unix_time_ns = 4;
|
int64 unix_time_ns = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message Offset {
|
||||||
|
Topic topic = 1;
|
||||||
|
repeated PartitionOffset partition_offsets = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
message PartitionOffset {
|
||||||
|
Partition partition = 1;
|
||||||
|
int64 ts_ns = 2;
|
||||||
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
message BrokerStats {
|
message BrokerStats {
|
||||||
int32 cpu_usage_percent = 1;
|
int32 cpu_usage_percent = 1;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue