tmp
This commit is contained in:
@@ -447,7 +447,6 @@ func (s *Connection) ListInstantPeriods(req proto.ListInstantPeriodsReq) ([]Inst
|
||||
byte(req.GroupBy),
|
||||
req.AggregateFuncs,
|
||||
byte(req.FirstHourOfDay),
|
||||
byte(req.LastDayOfMonth),
|
||||
}
|
||||
bin.PutUint32(arr[1:], req.MetricID)
|
||||
bin.PutUint32(arr[5:], req.Since)
|
||||
@@ -546,7 +545,6 @@ func (s *Connection) ListCumulativePeriods(req proto.ListCumulativePeriodsReq) (
|
||||
0, 0, 0, 0, // until
|
||||
byte(req.GroupBy),
|
||||
byte(req.FirstHourOfDay),
|
||||
byte(req.LastDayOfMonth),
|
||||
}
|
||||
bin.PutUint32(arr[1:], req.MetricID)
|
||||
bin.PutUint32(arr[5:], req.Since)
|
||||
|
||||
Reference in New Issue
Block a user