Parcourir la source

feat:调整协议文件

wangshan il y a 3 ans
Parent
commit
7fed26de6c
64 fichiers modifiés avec 2584 ajouts et 685 suppressions
  1. 2 2
      api/internal/logic/assprojecctlogic.go
  2. 2 2
      api/internal/logic/delmypublishlogic.go
  3. 1 1
      api/internal/logic/getindustrylogic.go
  4. 2 2
      api/internal/logic/getprovincelogic.go
  5. 2 2
      api/internal/logic/infodetaillogic.go
  6. 2 2
      api/internal/logic/infoexaminelogic.go
  7. 2 2
      api/internal/logic/infofiledellogic.go
  8. 2 2
      api/internal/logic/infolistlogic.go
  9. 2 2
      api/internal/logic/mypublishdetaillogic.go
  10. 2 2
      api/internal/logic/mypublishlistlogic.go
  11. 2 2
      api/internal/logic/onekeyactionlogic.go
  12. 2 2
      api/internal/logic/organfrozenlogic.go
  13. 2 2
      api/internal/logic/pubinfocountlogic.go
  14. 3 3
      api/internal/logic/pubinfologic.go
  15. 3 3
      api/internal/logic/pubsupplyinfologic.go
  16. 2 2
      api/internal/logic/reviewstatuslogic.go
  17. 2 2
      api/internal/logic/supplyinfodetaillogic.go
  18. 2 2
      api/internal/logic/supplysearchlogic.go
  19. 2 2
      api/internal/logic/uploadlogic.go
  20. 9 9
      api/internal/svc/servicecontext.go
  21. 10 0
      api/logs/error.log-2022-04-24
  22. 514 0
      api/logs/stat.log-2022-04-24
  23. 2 2
      rpc/common/common.go
  24. 3 3
      rpc/common/common.proto
  25. 17 17
      rpc/common/commoninfo/commoninfo.go
  26. 7 7
      rpc/common/internal/logic/areainfologic.go
  27. 12 12
      rpc/common/internal/logic/industryinfologic.go
  28. 3 3
      rpc/common/internal/logic/sensitivemethodlogic.go
  29. 3 3
      rpc/common/internal/logic/statemethodlogic.go
  30. 0 47
      rpc/common/internal/server/commonclientserver.go
  31. 47 0
      rpc/common/internal/server/commoninfoserver.go
  32. 1 0
      rpc/common/logs/error.log-2022-04-24
  33. 404 0
      rpc/common/logs/stat.log-2022-04-24
  34. 26 26
      rpc/common/type/common/common.pb.go
  35. 58 58
      rpc/common/type/common/common_grpc.pb.go
  36. 2 2
      rpc/consumer/consumer.go
  37. 1 1
      rpc/consumer/consumer.proto
  38. 25 25
      rpc/consumer/consumerinfo/consumerinfo.go
  39. 4 4
      rpc/consumer/internal/logic/infobyuseridlogic.go
  40. 7 7
      rpc/consumer/internal/logic/infochangelogic.go
  41. 3 3
      rpc/consumer/internal/logic/infofiledellogic.go
  42. 4 4
      rpc/consumer/internal/logic/infofileuploadlogic.go
  43. 4 4
      rpc/consumer/internal/logic/inforelatedlogic.go
  44. 5 5
      rpc/consumer/internal/logic/mypublishlistlogic.go
  45. 4 4
      rpc/consumer/internal/logic/publishinfologic.go
  46. 7 7
      rpc/consumer/internal/logic/statusquerylogic.go
  47. 8 7
      rpc/consumer/internal/logic/supplyinfodetaillogic.go
  48. 8 7
      rpc/consumer/internal/logic/supplyinfosearchlogic.go
  49. 0 83
      rpc/consumer/internal/server/consumerclientserver.go
  50. 83 0
      rpc/consumer/internal/server/consumerinfoserver.go
  51. 4 0
      rpc/consumer/logs/error.log-2022-04-24
  52. 507 0
      rpc/consumer/logs/stat.log-2022-04-24
  53. 65 65
      rpc/consumer/type/consumer/consumer.pb.go
  54. 102 102
      rpc/consumer/type/consumer/consumer_grpc.pb.go
  55. 64 3
      rpc/manager/internal/logic/infoonekeyactionlogic.go
  56. 9 9
      rpc/manager/internal/server/managerinfoserver.go
  57. 0 0
      rpc/manager/logs/error.log-2022-04-24
  58. 396 0
      rpc/manager/logs/stat.log-2022-04-24
  59. 2 2
      rpc/manager/manager.go
  60. 1 1
      rpc/manager/manager.proto
  61. 15 15
      rpc/manager/managerinfo/managerinfo.go
  62. 34 34
      rpc/manager/type/manager/manager.pb.go
  63. 62 62
      rpc/manager/type/manager/manager_grpc.pb.go
  64. 3 3
      rpc/model/es/es.go

+ 2 - 2
api/internal/logic/assprojecctlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewAssProjecctLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AssPr
 }
 
 func (l *AssProjecctLogic) AssProjecct(req *types.AssProjecctReq) (resp *types.CommonRes, err error) {
-	assProject, err0 := l.svcCtx.Consumer.InfoRelated(l.ctx, &consumerclient.UserIdReq{
+	assProject, err0 := l.svcCtx.Consumer.InfoRelated(l.ctx, &consumerinfo.UserIdReq{
 		UserId:  req.UserId,
 		Match:   req.Match,
 		AppId:   req.AppId,

+ 2 - 2
api/internal/logic/delmypublishlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewDelMyPublishLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelM
 }
 
 func (l *DelMyPublishLogic) DelMyPublish(req *types.MyPublishCommonReq) (resp *types.CommonRes, err error) {
-	publishDetial, err0 := l.svcCtx.Consumer.InfoChange(l.ctx, &consumerclient.InfoDetailReq{
+	publishDetial, err0 := l.svcCtx.Consumer.InfoChange(l.ctx, &consumerinfo.InfoDetailReq{
 		UserId:  req.UserId,
 		MsgId:   req.MsgId,
 		AppId:   req.AppId,

+ 1 - 1
api/internal/logic/getindustrylogic.go

@@ -3,7 +3,7 @@ package logic
 import (
 	"app.yhyue.com/moapp/jyInfo/api/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/api/internal/types"
-	common2 "app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	common2 "app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"app.yhyue.com/moapp/jybase/common"
 	"context"
 	"fmt"

+ 2 - 2
api/internal/logic/getprovincelogic.go

@@ -3,7 +3,7 @@ package logic
 import (
 	"app.yhyue.com/moapp/jyInfo/api/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/api/internal/types"
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"context"
 
 	"github.com/zeromicro/go-zero/core/logx"
@@ -24,7 +24,7 @@ func NewGetProvinceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPr
 }
 
 func (l *GetProvinceLogic) GetProvince() (resp *types.CommonRes, err error) {
-	r, err := l.svcCtx.Common.AreaInfo(l.ctx, &commonclient.ProjectReq{
+	r, err := l.svcCtx.Common.AreaInfo(l.ctx, &commoninfo.ProjectReq{
 		AppId: "10000",
 	})
 	if err == nil {

+ 2 - 2
api/internal/logic/infodetaillogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewInfoDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoDe
 }
 
 func (l *InfoDetailLogic) InfoDetail(req *types.ReviewCommonReq) (resp *types.CommonRes, err error) {
-	infoDetail, err0 := l.svcCtx.Manager.InfoDetail(l.ctx, &managerclient.InfoDetailReq{
+	infoDetail, err0 := l.svcCtx.Manager.InfoDetail(l.ctx, &managerinfo.InfoDetailReq{
 		MsgId: req.MsgId,
 		Type:  req.Type,
 		AppId: req.AppId,

+ 2 - 2
api/internal/logic/infoexaminelogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewInfoExamineLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoE
 }
 
 func (l *InfoExamineLogic) InfoExamine(req *types.InfoExamineReq) (resp *types.CommonRes, err error) {
-	infoExam, err0 := l.svcCtx.Manager.InfoExamine(l.ctx, &managerclient.InfoExamineReq{
+	infoExam, err0 := l.svcCtx.Manager.InfoExamine(l.ctx, &managerinfo.InfoExamineReq{
 		AppId:        req.AppId,
 		MsgId:        req.MsgId,
 		ReviewStatus: req.ReviewStatus,

+ 2 - 2
api/internal/logic/infofiledellogic.go

@@ -3,7 +3,7 @@ package logic
 import (
 	"app.yhyue.com/moapp/jyInfo/api/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/api/internal/types"
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jybase/common"
 	"context"
 	"github.com/zeromicro/go-zero/core/logx"
@@ -24,7 +24,7 @@ func NewInfoFileDelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoF
 }
 
 func (l *InfoFileDelLogic) InfoFileDel(req *types.InfoFileDelReq) (resp *types.CommonRes, err error) {
-	res, err0 := l.svcCtx.Consumer.InfoFileDel(l.ctx, &consumerclient.InfoFileDelReq{
+	res, err0 := l.svcCtx.Consumer.InfoFileDel(l.ctx, &consumerinfo.InfoFileDelReq{
 		Fid:   req.FileId,
 		Fname: req.FileName,
 	})

+ 2 - 2
api/internal/logic/infolistlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewInfoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoList
 }
 
 func (l *InfoListLogic) InfoList(req *types.InfoListReq) (resp *types.CommonRes, err error) {
-	infolist, err0 := l.svcCtx.Manager.InfoList(l.ctx, &managerclient.InfoListReq{
+	infolist, err0 := l.svcCtx.Manager.InfoList(l.ctx, &managerinfo.InfoListReq{
 		Phone:          req.Phone,
 		MsgType:        common.Int64All(req.MsgType),
 		PhoneType:      common.Int64All(req.PhoneType),

+ 2 - 2
api/internal/logic/mypublishdetaillogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 	"log"
 
@@ -28,7 +28,7 @@ func NewMyPublishDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *M
 }
 
 func (l *MyPublishDetailLogic) MyPublishDetail(req *types.MyPublishCommonReq) (resp *types.CommonRes, err error) {
-	publishDetial, err0 := l.svcCtx.Consumer.InfoChange(l.ctx, &consumerclient.InfoDetailReq{
+	publishDetial, err0 := l.svcCtx.Consumer.InfoChange(l.ctx, &consumerinfo.InfoDetailReq{
 		UserId:  req.UserId,
 		MsgId:   req.MsgId,
 		Type:    common.Int64All(req.Type),

+ 2 - 2
api/internal/logic/mypublishlistlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewMyPublishListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MyP
 }
 
 func (l *MyPublishListLogic) MyPublishList(req *types.MyPublishListReq) (resp *types.CommonRes, err error) {
-	pubList, err0 := l.svcCtx.Consumer.MyPublishList(l.ctx, &consumerclient.MyPublishListReq{
+	pubList, err0 := l.svcCtx.Consumer.MyPublishList(l.ctx, &consumerinfo.MyPublishListReq{
 		UserId:       req.UserId,
 		AppId:        req.AppId,
 		Match:        req.Match,

+ 2 - 2
api/internal/logic/onekeyactionlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"app.yhyue.com/moapp/jybase/common"
 	"context"
 
@@ -27,7 +27,7 @@ func NewOneKeyActionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *OneK
 
 func (l *OneKeyActionLogic) OneKeyAction(req *types.MyPublishCommonReq) (resp *types.CommonRes, err error) {
 	req.UserId = "623c3742e7570166821228a7"
-	organ, err0 := l.svcCtx.Manager.InfoOneKeyAction(l.ctx, &managerclient.OneKeyActionReq{
+	organ, err0 := l.svcCtx.Manager.InfoOneKeyAction(l.ctx, &managerinfo.OneKeyActionReq{
 		AppId:   req.AppId,
 		UserId:  req.UserId,
 		MsgType: common.InterfaceToStr(req.MsgType),

+ 2 - 2
api/internal/logic/organfrozenlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewOrganFrozenLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Organ
 }
 
 func (l *OrganFrozenLogic) OrganFrozen(req *types.CommonReq) (resp *types.CommonRes, err error) {
-	organ, err0 := l.svcCtx.Manager.InstitutionsFreeze(l.ctx, &managerclient.InstitutionsFreezeReq{
+	organ, err0 := l.svcCtx.Manager.InstitutionsFreeze(l.ctx, &managerinfo.InstitutionsFreezeReq{
 		AppId: req.AppId,
 		EntId: req.EntId,
 	})

+ 2 - 2
api/internal/logic/pubinfocountlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewPubInfoCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PubI
 }
 
 func (l *PubInfoCountLogic) PubInfoCount(req *types.CommonReq) (resp *types.CommonRes, err error) {
-	pubCount, err0 := l.svcCtx.Consumer.InfoByUserId(l.ctx, &consumerclient.UserIdReq{
+	pubCount, err0 := l.svcCtx.Consumer.InfoByUserId(l.ctx, &consumerinfo.UserIdReq{
 		UserId: req.UserId,
 		AppId:  req.AppId,
 		Match:  req.Match,

+ 3 - 3
api/internal/logic/pubinfologic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 	"net/http"
 
@@ -62,11 +62,11 @@ func (l *PubInfoLogic) PubInfo(req *types.PubInfoReq) (resp *types.CommonRes, er
 	//		attach[common.InterfaceToStr(n+1)] = v.Data
 	//	}
 	//}
-	var contact consumerclient.Contact
+	var contact consumerinfo.Contact
 	contact.Person = req.Contact.Person
 	contact.Phone = req.Contact.Phone
 	contact.Overt = req.Contact.Overt
-	pubinfo, err1 := l.svcCtx.Consumer.PublishInfo(l.ctx, &consumerclient.PublishInfoReq{
+	pubinfo, err1 := l.svcCtx.Consumer.PublishInfo(l.ctx, &consumerinfo.PublishInfoReq{
 		UserId:    req.UserId,
 		EntId:     req.EntId,
 		Title:     req.Title,

+ 3 - 3
api/internal/logic/pubsupplyinfologic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 	"net/http"
 
@@ -30,11 +30,11 @@ func NewPubSupplyInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext, r *h
 }
 
 func (l *PubSupplyInfoLogic) PubSupplyInfo(req *types.PubInfoReq) (resp *types.CommonRes, err error) {
-	var contact consumerclient.Contact
+	var contact consumerinfo.Contact
 	contact.Person = req.Contact.Person
 	contact.Phone = req.Contact.Phone
 	contact.Overt = req.Contact.Overt
-	pubinfo, err1 := l.svcCtx.Consumer.PublishInfo(l.ctx, &consumerclient.PublishInfoReq{
+	pubinfo, err1 := l.svcCtx.Consumer.PublishInfo(l.ctx, &consumerinfo.PublishInfoReq{
 		UserId:    req.UserId,
 		EntId:     req.EntId,
 		Title:     req.Title,

+ 2 - 2
api/internal/logic/reviewstatuslogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewReviewStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Revi
 }
 
 func (l *ReviewStatusLogic) ReviewStatus(req *types.ReviewCommonReq) (resp *types.CommonRes, err error) {
-	status, err0 := l.svcCtx.Consumer.StatusQuery(l.ctx, &consumerclient.StatusReq{
+	status, err0 := l.svcCtx.Consumer.StatusQuery(l.ctx, &consumerinfo.StatusReq{
 		MsgId: req.MsgId,
 		Type:  req.Type,
 	})

+ 2 - 2
api/internal/logic/supplyinfodetaillogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewSupplyInfoDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *
 }
 
 func (l *SupplyInfoDetailLogic) SupplyInfoDetail(req *types.SupplyInfoDetailReq) (resp *types.CommonRes, err error) {
-	supply, err0 := l.svcCtx.Consumer.SupplyInfoDetail(l.ctx, &consumerclient.StatusReq{
+	supply, err0 := l.svcCtx.Consumer.SupplyInfoDetail(l.ctx, &consumerinfo.StatusReq{
 		MsgId: req.MsgId,
 		Type:  req.MsgType,
 	})

+ 2 - 2
api/internal/logic/supplysearchlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -27,7 +27,7 @@ func NewSupplySearchLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Supp
 }
 
 func (l *SupplySearchLogic) SupplySearch(req *types.PubSupplyInfoReq) (resp *types.CommonRes, err error) {
-	supplySearch, err0 := l.svcCtx.Consumer.SupplyInfoSearch(l.ctx, &consumerclient.SupplyInfoSearchReq{
+	supplySearch, err0 := l.svcCtx.Consumer.SupplyInfoSearch(l.ctx, &consumerinfo.SupplyInfoSearchReq{
 		Keywords:   req.Keywords,
 		SearchType: req.SearchType,
 		Province:   req.Province,

+ 2 - 2
api/internal/logic/uploadlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"context"
 	"io/ioutil"
 	"log"
@@ -35,7 +35,7 @@ func (l *UploadLogic) Upload(req *types.UploadReq) (resp *types.CommonRes, err e
 	file, fileheader, _ := l.r.FormFile("file")
 	bt, _ := ioutil.ReadAll(file)
 	t1 := time.Now()
-	upload, err0 := l.svcCtx.Consumer.InfoFileUpload(l.ctx, &consumerclient.InfoFileUploadReq{
+	upload, err0 := l.svcCtx.Consumer.InfoFileUpload(l.ctx, &consumerinfo.InfoFileUploadReq{
 		FileName: fileheader.Filename,
 		File:     bt,
 		FileSize: fileheader.Size,

+ 9 - 9
api/internal/svc/servicecontext.go

@@ -2,24 +2,24 @@ package svc
 
 import (
 	"app.yhyue.com/moapp/jyInfo/api/internal/config"
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
-	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
+	"app.yhyue.com/moapp/jyInfo/rpc/manager/managerinfo"
 	"github.com/zeromicro/go-zero/zrpc"
 )
 
 type ServiceContext struct {
 	Config   config.Config
-	Common   commonclient.CommonClient
-	Manager  managerclient.ManagerClient
-	Consumer consumerclient.ConsumerClient
+	Common   commoninfo.CommonInfo
+	Manager  managerinfo.ManagerInfo
+	Consumer consumerinfo.ConsumerInfo
 }
 
 func NewServiceContext(c config.Config) *ServiceContext {
 	return &ServiceContext{
 		Config:   c,
-		Common:   commonclient.NewCommonClient(zrpc.MustNewClient(c.Common)),
-		Manager:  managerclient.NewManagerClient(zrpc.MustNewClient(c.Manager)),
-		Consumer: consumerclient.NewConsumerClient(zrpc.MustNewClient(c.Consumer)),
+		Common:   commoninfo.NewCommonInfo(zrpc.MustNewClient(c.Common)),
+		Manager:  managerinfo.NewManagerInfo(zrpc.MustNewClient(c.Manager)),
+		Consumer: consumerinfo.NewConsumerInfo(zrpc.MustNewClient(c.Consumer)),
 	}
 }

+ 10 - 0
api/logs/error.log-2022-04-24

@@ -0,0 +1,10 @@
+{"@timestamp":"2022-04-22T16:15:25.448+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-22T16:46:50.093+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-22T16:46:50.094+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-22T16:46:50.094+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T13:37:35.465+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T14:25:05.835+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T16:44:56.351+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T18:15:55.529+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T18:15:55.541+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}
+{"@timestamp":"2022-04-24T18:15:55.542+08:00","level":"error","content":"discovbuilder.go:33 bad resolver state"}

+ 514 - 0
api/logs/stat.log-2022-04-24

@@ -0,0 +1,514 @@
+{"@timestamp":"2022-04-22T16:06:19.939+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 4040, reqs: 1"}
+{"@timestamp":"2022-04-22T16:06:35.594+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.7Mi, TotalAlloc=7.7Mi, Sys=19.2Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:06:35.627+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 3, pass: 3, drop: 0"}
+{"@timestamp":"2022-04-22T16:06:50.739+08:00","level":"stat","content":"(Info-api) - qps: 0.1/s, drops: 0, avg time: 12.0ms, med: 18.1ms, 90th: 18.1ms, 99th: 18.1ms, 99.9th: 18.1ms"}
+{"@timestamp":"2022-04-22T16:07:32.057+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 3038, reqs: 1"}
+{"@timestamp":"2022-04-22T16:08:13.659+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=7.6Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:08:13.674+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:08:32.065+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 10.0ms, med: 10.7ms, 90th: 10.7ms, 99th: 10.7ms, 99.9th: 10.7ms"}
+{"@timestamp":"2022-04-22T16:09:13.658+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=7.8Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:09:13.676+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:09:32.067+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:10:13.659+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.9Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:10:13.674+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:10:25.849+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 3708, reqs: 1"}
+{"@timestamp":"2022-04-22T16:10:57.101+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 3233, reqs: 1"}
+{"@timestamp":"2022-04-22T16:11:51.768+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.7Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:11:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:11:57.116+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 12.0ms, med: 12.2ms, 90th: 12.2ms, 99th: 12.2ms, 99.9th: 12.2ms"}
+{"@timestamp":"2022-04-22T16:12:28.840+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 3406, reqs: 1"}
+{"@timestamp":"2022-04-22T16:12:50.176+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 4191, reqs: 1"}
+{"@timestamp":"2022-04-22T16:12:51.767+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.8Mi, TotalAlloc=8.1Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:12:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 2, pass: 2, drop: 0"}
+{"@timestamp":"2022-04-22T16:12:57.108+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 16.0ms, med: 19.2ms, 90th: 19.2ms, 99th: 19.2ms, 99.9th: 19.2ms"}
+{"@timestamp":"2022-04-22T16:13:51.762+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=8.2Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:13:51.794+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:13:57.104+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:14:51.757+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=8.3Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:14:51.788+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:14:57.114+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:15:35.660+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 4300, reqs: 1"}
+{"@timestamp":"2022-04-22T16:15:51.757+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=8.5Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:15:51.788+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:15:57.114+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 19.0ms, med: 19.0ms, 90th: 19.0ms, 99th: 19.0ms, 99.9th: 19.0ms"}
+{"@timestamp":"2022-04-22T16:16:28.890+08:00","level":"stat","content":"p2c - conn: 192.168.20.92:8003, load: 3855, reqs: 1"}
+{"@timestamp":"2022-04-22T16:16:51.758+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.9Mi, TotalAlloc=8.8Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:16:51.788+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:16:57.103+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 15.0ms, med: 15.1ms, 90th: 15.1ms, 99th: 15.1ms, 99.9th: 15.1ms"}
+{"@timestamp":"2022-04-22T16:17:51.768+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=8.8Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-22T16:17:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:17:57.103+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:18:51.756+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=8.9Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-22T16:18:51.786+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:18:57.113+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:19:51.770+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.0Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-22T16:19:51.786+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:19:57.106+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:20:51.767+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.0Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-22T16:20:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:20:57.111+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:21:51.765+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.1Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-22T16:21:51.796+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:21:57.105+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:22:51.764+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.2Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-22T16:22:51.794+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:22:57.114+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:23:51.769+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.2Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-22T16:23:51.784+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:23:57.116+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:24:51.758+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.3Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-22T16:24:51.788+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:24:57.108+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:25:51.763+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.4Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-22T16:25:51.793+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:25:57.115+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:26:51.764+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.4Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-22T16:26:51.795+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:26:57.111+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:27:51.762+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.5Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-22T16:27:51.793+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:27:57.116+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:28:51.759+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.6Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-22T16:28:51.790+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:28:57.112+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:29:51.759+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.6Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-22T16:29:51.790+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:29:57.110+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:30:51.770+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.7Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-22T16:30:51.785+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:30:57.107+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:31:51.761+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.8Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-22T16:31:51.792+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:31:57.110+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:32:51.768+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.8Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-22T16:32:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:32:57.116+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:33:51.768+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.9Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-22T16:33:51.783+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:33:57.113+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:34:51.760+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=10.0Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-22T16:34:51.790+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:34:57.107+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:35:51.766+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=10.1Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-22T16:35:51.796+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:35:57.112+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:36:51.761+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=10.1Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-22T16:36:51.791+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:36:57.117+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:46:49.707+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:46:49.763+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.2Mi, Sys=19.2Mi, NumGC=17"}
+{"@timestamp":"2022-04-22T16:46:49.824+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:46:52.483+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:46:52.483+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.2Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-22T16:46:57.116+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:47:51.757+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.8Mi, TotalAlloc=10.6Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-22T16:47:51.787+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:47:57.107+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:48:51.757+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.6Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-22T16:48:51.788+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:48:57.102+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:49:51.763+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.7Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-22T16:49:51.784+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:49:57.112+08:00","level":"stat","content":"(Info-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-24T14:27:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.4Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:27:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:28:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=7.6Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:28:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:29:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=7.7Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:29:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:30:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.7Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:30:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:31:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=7.8Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:31:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:32:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.9Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:32:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:33:03.707+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=7.9Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:33:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:34:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.0Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:34:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:35:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.1Mi, Sys=18.9Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:35:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:36:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.2Mi, Sys=18.9Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:36:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:37:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.2Mi, Sys=18.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:37:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:38:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.3Mi, Sys=18.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:38:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:39:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.4Mi, Sys=18.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:39:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:40:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.4Mi, Sys=18.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:40:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:41:03.707+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.5Mi, Sys=18.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:41:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:42:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.6Mi, Sys=18.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:42:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:43:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.6Mi, Sys=18.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:43:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:44:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.7Mi, Sys=18.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:44:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:45:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.8Mi, Sys=18.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:45:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:46:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.8Mi, Sys=18.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:46:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:47:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=8.9Mi, Sys=18.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:47:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:48:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.0Mi, Sys=18.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:48:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:49:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.0Mi, Sys=18.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:49:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:50:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.1Mi, Sys=18.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:50:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:51:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.2Mi, Sys=18.9Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:51:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:52:03.691+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.2Mi, Sys=18.9Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:52:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:53:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.3Mi, Sys=18.9Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:53:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:54:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.4Mi, Sys=18.9Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:54:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:55:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.5Mi, Sys=18.9Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:55:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:56:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.5Mi, Sys=18.9Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:56:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:57:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.6Mi, Sys=18.9Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:57:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:58:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.7Mi, Sys=18.9Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:58:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:59:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.7Mi, Sys=18.9Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T14:59:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:00:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.8Mi, Sys=18.9Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T15:00:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:01:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=9.9Mi, Sys=18.9Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:01:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:02:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.9Mi, Sys=18.9Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:02:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:03:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.0Mi, Sys=18.9Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:03:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:04:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.1Mi, Sys=18.9Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:04:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:05:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.1Mi, Sys=18.9Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:05:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:06:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.2Mi, Sys=18.9Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:06:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:07:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.3Mi, Sys=18.9Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:07:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:08:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.3Mi, Sys=18.9Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:08:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:09:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.4Mi, Sys=18.9Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:09:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:10:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.5Mi, Sys=18.9Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:10:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:11:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.6Mi, Sys=18.9Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:11:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:12:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.6Mi, Sys=18.9Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:12:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:13:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.7Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:13:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:14:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.8Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:14:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:15:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=10.8Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:15:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:16:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=10.9Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:16:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:17:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.0Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:17:03.734+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:18:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.0Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:18:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:19:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.1Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:19:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:20:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.2Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:20:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:21:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.2Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:21:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:22:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.3Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:22:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:23:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.4Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:23:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:24:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.4Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:24:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:25:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.5Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:25:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:26:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.6Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:26:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:27:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.6Mi, Sys=18.9Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:27:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:28:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.7Mi, Sys=18.9Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:28:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:29:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.8Mi, Sys=18.9Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:29:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:30:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=11.8Mi, Sys=18.9Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:30:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:31:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=11.9Mi, Sys=18.9Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:31:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:32:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.0Mi, Sys=18.9Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:32:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:33:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.1Mi, Sys=18.9Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:33:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:34:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.1Mi, Sys=18.9Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:34:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:35:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.2Mi, Sys=18.9Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:35:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:36:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.3Mi, Sys=18.9Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:36:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:37:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.3Mi, Sys=18.9Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:37:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:38:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.4Mi, Sys=18.9Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:38:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:39:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.5Mi, Sys=18.9Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:39:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:40:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.5Mi, Sys=18.9Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:40:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:41:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.6Mi, Sys=18.9Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:41:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:42:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.7Mi, Sys=18.9Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:42:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:43:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.7Mi, Sys=18.9Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:43:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:44:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.8Mi, Sys=18.9Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:44:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:45:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=12.9Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:45:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:46:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=12.9Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:46:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:47:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.0Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:47:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:48:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.1Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:48:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:49:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.1Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:49:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:50:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.2Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:50:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:51:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.3Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:51:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:52:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.3Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:52:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:53:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.4Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:53:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:54:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.5Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:54:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:55:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.5Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:55:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:56:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.6Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:56:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:57:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.7Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:57:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:58:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.8Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:58:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:59:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=13.8Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T15:59:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:00:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=13.9Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T16:00:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:01:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.0Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:01:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:02:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.0Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:02:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:03:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.1Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:03:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:04:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.2Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:04:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:05:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.2Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:05:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:06:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.3Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:06:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:07:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.4Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:07:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:08:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.4Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:08:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:09:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.5Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:09:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:10:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.6Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:10:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:11:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.6Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:11:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:12:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.7Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:12:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:13:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.8Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:13:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:14:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=14.9Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:14:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:15:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=14.9Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:15:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:16:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.0Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:16:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:17:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.1Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:17:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:18:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.1Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:18:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:19:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.2Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:19:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:20:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.3Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:20:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:21:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.3Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:21:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:22:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.4Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:22:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:23:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.5Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:23:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:24:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.5Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:24:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:25:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.6Mi, Sys=19.4Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:25:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:26:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.7Mi, Sys=19.4Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:26:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:27:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.7Mi, Sys=19.4Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:27:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:28:03.696+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.8Mi, Sys=19.4Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:28:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:29:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=15.9Mi, Sys=19.4Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:29:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:30:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=15.9Mi, Sys=19.4Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:30:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:31:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.0Mi, Sys=19.4Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:31:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:32:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.1Mi, Sys=19.4Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:32:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:33:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.2Mi, Sys=19.4Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:33:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:34:03.691+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.2Mi, Sys=19.4Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:34:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:35:03.691+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.3Mi, Sys=19.4Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:35:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:36:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.4Mi, Sys=19.4Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:36:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:37:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.4Mi, Sys=19.4Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:37:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:38:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.5Mi, Sys=19.4Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:38:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:39:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.6Mi, Sys=19.4Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:39:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:40:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.6Mi, Sys=19.4Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:40:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:41:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.7Mi, Sys=19.4Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:41:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:42:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.8Mi, Sys=19.4Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:42:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:43:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=16.8Mi, Sys=19.4Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:43:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:44:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=16.9Mi, Sys=19.4Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:44:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:45:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.0Mi, Sys=19.4Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:45:03.718+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:46:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=17.2Mi, Sys=19.4Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:46:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:47:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.3Mi, Sys=19.4Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:47:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:48:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=17.3Mi, Sys=19.4Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:48:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:49:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.4Mi, Sys=19.4Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:49:03.720+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:50:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=17.5Mi, Sys=19.4Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:50:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:51:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.5Mi, Sys=19.4Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:51:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:52:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=17.6Mi, Sys=19.4Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:52:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:53:03.697+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.7Mi, Sys=19.4Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:53:03.728+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:54:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=17.7Mi, Sys=19.4Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:54:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:55:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.8Mi, Sys=19.4Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:55:03.727+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:56:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=17.9Mi, Sys=19.4Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:56:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:57:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=17.9Mi, Sys=19.4Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:57:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:58:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.0Mi, Sys=19.4Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:58:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:59:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.1Mi, Sys=19.4Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T16:59:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:00:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.1Mi, Sys=19.4Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T17:00:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:01:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.2Mi, Sys=19.4Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T17:01:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:02:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.3Mi, Sys=19.4Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T17:02:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:03:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.3Mi, Sys=19.4Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:03:03.723+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:04:03.698+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.4Mi, Sys=19.4Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:04:03.729+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:05:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.5Mi, Sys=19.4Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:05:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:06:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.5Mi, Sys=19.4Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:06:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:07:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.6Mi, Sys=19.4Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:07:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:08:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.7Mi, Sys=19.4Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:08:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:09:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.8Mi, Sys=19.4Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:09:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:10:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=18.8Mi, Sys=19.4Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:10:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:11:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=18.9Mi, Sys=19.4Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:11:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:12:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.0Mi, Sys=19.4Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:12:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:13:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.0Mi, Sys=19.4Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:13:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:14:03.694+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.1Mi, Sys=19.4Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:14:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:15:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.2Mi, Sys=19.4Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:15:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:16:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.2Mi, Sys=19.4Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:16:03.725+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:17:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.3Mi, Sys=19.4Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:17:03.722+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:18:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.4Mi, Sys=19.4Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:18:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:19:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.4Mi, Sys=19.4Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:19:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:20:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.5Mi, Sys=19.4Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:20:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:21:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.6Mi, Sys=19.4Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:21:03.730+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:22:03.705+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.6Mi, Sys=19.4Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:22:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:23:03.691+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.7Mi, Sys=19.4Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:23:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:24:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.8Mi, Sys=19.4Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:24:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:25:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=19.9Mi, Sys=19.4Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:25:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:26:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=19.9Mi, Sys=19.4Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:26:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:27:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.0Mi, Sys=19.4Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:27:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:28:03.706+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.1Mi, Sys=19.4Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:28:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:29:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.1Mi, Sys=19.4Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:29:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:30:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.2Mi, Sys=19.4Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:30:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:31:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.3Mi, Sys=19.4Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:31:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:32:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.3Mi, Sys=19.4Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:32:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:33:03.703+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.4Mi, Sys=19.4Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:33:03.733+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:34:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.5Mi, Sys=19.4Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:34:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:35:03.702+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.5Mi, Sys=19.4Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:35:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:36:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.6Mi, Sys=19.4Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:36:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:37:03.704+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.7Mi, Sys=19.4Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:37:03.719+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:38:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.7Mi, Sys=19.4Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:38:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:39:03.695+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.8Mi, Sys=19.4Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:39:03.726+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:40:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=20.9Mi, Sys=19.4Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:40:03.732+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:41:03.699+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=20.9Mi, Sys=19.4Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:41:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:42:03.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=21.0Mi, Sys=19.4Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:42:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:43:03.692+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=21.1Mi, Sys=19.4Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:43:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:44:03.693+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=21.1Mi, Sys=19.4Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:44:03.724+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:45:03.701+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=21.3Mi, Sys=19.4Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T17:45:03.731+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:54.905+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=21.4Mi, Sys=19.4Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T18:15:54.915+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:16:03.716+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=21.8Mi, Sys=19.4Mi, NumGC=103"}
+{"@timestamp":"2022-04-24T18:16:03.721+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}

+ 2 - 2
rpc/common/common.go

@@ -26,10 +26,10 @@ func main() {
 		}
 	}()
 	ctx := svc.NewServiceContext(IC.C)
-	srv := server.NewCommonClientServer(ctx)
+	srv := server.NewCommonInfoServer(ctx)
 
 	s := zrpc.MustNewServer(IC.C.RpcServerConf, func(grpcServer *grpc.Server) {
-		common.RegisterCommonClientServer(grpcServer, srv)
+		common.RegisterCommonInfoServer(grpcServer, srv)
 	})
 	//日志记录
 	//s.AddUnaryInterceptors(util.CustomInterceptors)

+ 3 - 3
rpc/common/common.proto

@@ -81,10 +81,10 @@ message SensitiveResponse {
 }
 
 //
-service commonClient {
-	//获取省份信息(暂不用)
+service commonInfo {
+	//获取省份信息
 	rpc AreaInfo(ProjectReq) returns(AreaResp);
-	//获取行业信息(暂不用)
+	//获取行业信息
 	rpc IndustryInfo(ProjectReq) returns(IndustryResp);
 	//修改信息发布状态
 	rpc StateMethod(StateRequest) returns (StateResponse);

+ 17 - 17
rpc/common/commonclient/commonclient.go → rpc/common/commoninfo/commoninfo.go

@@ -1,7 +1,7 @@
 // Code generated by goctl. DO NOT EDIT!
 // Source: common.proto
 
-package commonclient
+package commoninfo
 
 import (
 	"context"
@@ -28,10 +28,10 @@ type (
 	StateResponse      = common.StateResponse
 	Supply             = common.Supply
 
-	CommonClient interface {
-		// 获取省份信息(暂不用)
+	CommonInfo interface {
+		// 获取省份信息
 		AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error)
-		// 获取行业信息(暂不用)
+		// 获取行业信息
 		IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error)
 		// 修改信息发布状态
 		StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error)
@@ -39,37 +39,37 @@ type (
 		SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error)
 	}
 
-	defaultCommonClient struct {
+	defaultCommonInfo struct {
 		cli zrpc.Client
 	}
 )
 
-func NewCommonClient(cli zrpc.Client) CommonClient {
-	return &defaultCommonClient{
+func NewCommonInfo(cli zrpc.Client) CommonInfo {
+	return &defaultCommonInfo{
 		cli: cli,
 	}
 }
 
-// 获取省份信息(暂不用)
-func (m *defaultCommonClient) AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error) {
-	client := common.NewCommonClientClient(m.cli.Conn())
+// 获取省份信息
+func (m *defaultCommonInfo) AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error) {
+	client := common.NewCommonInfoClient(m.cli.Conn())
 	return client.AreaInfo(ctx, in, opts...)
 }
 
-// 获取行业信息(暂不用)
-func (m *defaultCommonClient) IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error) {
-	client := common.NewCommonClientClient(m.cli.Conn())
+// 获取行业信息
+func (m *defaultCommonInfo) IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error) {
+	client := common.NewCommonInfoClient(m.cli.Conn())
 	return client.IndustryInfo(ctx, in, opts...)
 }
 
 // 修改信息发布状态
-func (m *defaultCommonClient) StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error) {
-	client := common.NewCommonClientClient(m.cli.Conn())
+func (m *defaultCommonInfo) StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error) {
+	client := common.NewCommonInfoClient(m.cli.Conn())
 	return client.StateMethod(ctx, in, opts...)
 }
 
 //
-func (m *defaultCommonClient) SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error) {
-	client := common.NewCommonClientClient(m.cli.Conn())
+func (m *defaultCommonInfo) SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error) {
+	client := common.NewCommonInfoClient(m.cli.Conn())
 	return client.SensitiveMethod(ctx, in, opts...)
 }

+ 7 - 7
rpc/common/internal/logic/areainfologic.go

@@ -7,7 +7,7 @@ import (
 	"log"
 	"strings"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
 
 	"github.com/zeromicro/go-zero/core/logx"
@@ -28,21 +28,21 @@ func NewAreaInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AreaInfo
 }
 
 // 获取省份信息
-func (l *AreaInfoLogic) AreaInfo(in *commonclient.ProjectReq) (*commonclient.AreaResp, error) {
+func (l *AreaInfoLogic) AreaInfo(in *commoninfo.ProjectReq) (*commoninfo.AreaResp, error) {
 	//获取地区信息
 	data, err := l.svcCtx.AreaModel.Find()
 	log.Println("data:", data, "--err:", err)
-	return &commonclient.AreaResp{
+	return &commoninfo.AreaResp{
 		Data: AreaFormat(data),
 	}, nil
 }
 
 //省份信息结构化
-func AreaFormat(data []model.AreaResp) (ps []*commonclient.Province) {
-	var provinces = map[string][]*commonclient.City{}
+func AreaFormat(data []model.AreaResp) (ps []*commoninfo.Province) {
+	var provinces = map[string][]*commoninfo.City{}
 	for _, v := range data {
 		pk := fmt.Sprintf("%s-%s", v.Province, fmt.Sprint(v.Pid))
-		provinces[pk] = append(provinces[pk], &commonclient.City{
+		provinces[pk] = append(provinces[pk], &commoninfo.City{
 			Name: v.City,
 			Code: fmt.Sprint(v.Cid),
 		})
@@ -51,7 +51,7 @@ func AreaFormat(data []model.AreaResp) (ps []*commonclient.Province) {
 		for pk, pv := range provinces {
 			if strings.Contains(pk, "-") {
 				pkarr := strings.Split(pk, "-")
-				ps = append(ps, &commonclient.Province{
+				ps = append(ps, &commoninfo.Province{
 					Name:  pkarr[0],
 					Code:  pkarr[1],
 					Citys: pv,

+ 12 - 12
rpc/common/internal/logic/industryinfologic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
 	md "app.yhyue.com/moapp/jyInfo/rpc/model"
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -24,25 +24,25 @@ func NewIndustryInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Indu
 }
 
 // 获取行业信息
-func (l *IndustryInfoLogic) IndustryInfo(in *commonclient.ProjectReq) (*commonclient.IndustryResp, error) {
-	var resp commonclient.IndustryResp
+func (l *IndustryInfoLogic) IndustryInfo(in *commoninfo.ProjectReq) (*commoninfo.IndustryResp, error) {
+	var resp commoninfo.IndustryResp
 	data := *md.Mysql.Find("infotype", map[string]interface{}{}, "", "", -1, 0)
-	var rData commonclient.Idata
-	var industrys []*commonclient.Industry
-	var supplys []*commonclient.Supply
-	var infotype []*commonclient.Infotype
+	var rData commoninfo.Idata
+	var industrys []*commoninfo.Industry
+	var supplys []*commoninfo.Supply
+	var infotype []*commoninfo.Infotype
 	infotypes := []map[string]interface{}{}
 	for _, v := range data {
 		if mc.Int64All(v["type"]) == 4 {
-			var industry commonclient.Industry
+			var industry commoninfo.Industry
 			industry.Name = mc.InterfaceToStr(v["name"])
 			industrys = append(industrys, &industry)
 		} else if mc.Int64All(v["type"]) == 3 {
-			var supply commonclient.Supply
+			var supply commoninfo.Supply
 			supply.Name = mc.InterfaceToStr(v["name"])
 			supplys = append(supplys, &supply)
 		} else if mc.Int64All(v["type"]) == 1 {
-			var info commonclient.Infotype
+			var info commoninfo.Infotype
 			info.Id = mc.Int64All(v["id"])
 			info.Name = mc.InterfaceToStr(v["name"])
 			infotype = append(infotype, &info)
@@ -51,10 +51,10 @@ func (l *IndustryInfoLogic) IndustryInfo(in *commonclient.ProjectReq) (*commoncl
 		}
 	}
 	for _, info := range infotype {
-		var childs []*commonclient.IndustryChildsResp
+		var childs []*commoninfo.IndustryChildsResp
 		for _, i := range infotypes {
 			if i["pid"] == info.Id {
-				var child commonclient.IndustryChildsResp
+				var child commoninfo.IndustryChildsResp
 				child.Name = mc.InterfaceToStr(i["name"])
 				childs = append(childs, &child)
 			}

+ 3 - 3
rpc/common/internal/logic/sensitivemethodlogic.go

@@ -12,7 +12,7 @@ import (
 	"strings"
 	"time"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
 	"github.com/zeromicro/go-zero/core/logx"
 )
@@ -32,9 +32,9 @@ func NewSensitiveMethodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *S
 }
 
 //数据组rpc回调,敏感词过滤后结果
-func (l *SensitiveMethodLogic) SensitiveMethod(in *commonclient.SensitiveRequest) (*commonclient.SensitiveResponse, error) {
+func (l *SensitiveMethodLogic) SensitiveMethod(in *commoninfo.SensitiveRequest) (*commoninfo.SensitiveResponse, error) {
 	var (
-		resp commonclient.SensitiveResponse
+		resp commoninfo.SensitiveResponse
 		//isSensitive 是否有敏感词  isPublishInfo招标信息是否需要自动发布 isPublishSup 供应信息是否需要自动发布
 		isSensitive, isPublishInfo, isPublishSup, isAttach bool
 	)

+ 3 - 3
rpc/common/internal/logic/statemethodlogic.go

@@ -8,7 +8,7 @@ import (
 	"log"
 	"time"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/common/commonclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/commoninfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
 
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -30,9 +30,9 @@ func NewStateMethodLogic(ctx context.Context, svcCtx *svc.ServiceContext) *State
 }
 
 //数据组 rpc回调 修改信息发布状态
-func (l *StateMethodLogic) StateMethod(in *commonclient.StateRequest) (*commonclient.StateResponse, error) {
+func (l *StateMethodLogic) StateMethod(in *commoninfo.StateRequest) (*commoninfo.StateResponse, error) {
 	var (
-		resp commonclient.StateResponse
+		resp commoninfo.StateResponse
 	)
 	log.Println("信息发布回调StateMethod", in)
 	query := make(map[string]interface{})

+ 0 - 47
rpc/common/internal/server/commonclientserver.go

@@ -1,47 +0,0 @@
-// Code generated by goctl. DO NOT EDIT!
-// Source: common.proto
-
-package server
-
-import (
-	"context"
-
-	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/logic"
-	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
-	"app.yhyue.com/moapp/jyInfo/rpc/common/type/common"
-)
-
-type CommonClientServer struct {
-	svcCtx *svc.ServiceContext
-	common.UnimplementedCommonClientServer
-}
-
-func NewCommonClientServer(svcCtx *svc.ServiceContext) *CommonClientServer {
-	return &CommonClientServer{
-		svcCtx: svcCtx,
-	}
-}
-
-// 获取省份信息(暂不用)
-func (s *CommonClientServer) AreaInfo(ctx context.Context, in *common.ProjectReq) (*common.AreaResp, error) {
-	l := logic.NewAreaInfoLogic(ctx, s.svcCtx)
-	return l.AreaInfo(in)
-}
-
-// 获取行业信息(暂不用)
-func (s *CommonClientServer) IndustryInfo(ctx context.Context, in *common.ProjectReq) (*common.IndustryResp, error) {
-	l := logic.NewIndustryInfoLogic(ctx, s.svcCtx)
-	return l.IndustryInfo(in)
-}
-
-// 修改信息发布状态
-func (s *CommonClientServer) StateMethod(ctx context.Context, in *common.StateRequest) (*common.StateResponse, error) {
-	l := logic.NewStateMethodLogic(ctx, s.svcCtx)
-	return l.StateMethod(in)
-}
-
-//
-func (s *CommonClientServer) SensitiveMethod(ctx context.Context, in *common.SensitiveRequest) (*common.SensitiveResponse, error) {
-	l := logic.NewSensitiveMethodLogic(ctx, s.svcCtx)
-	return l.SensitiveMethod(in)
-}

+ 47 - 0
rpc/common/internal/server/commoninfoserver.go

@@ -0,0 +1,47 @@
+// Code generated by goctl. DO NOT EDIT!
+// Source: common.proto
+
+package server
+
+import (
+	"context"
+
+	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/logic"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/internal/svc"
+	"app.yhyue.com/moapp/jyInfo/rpc/common/type/common"
+)
+
+type CommonInfoServer struct {
+	svcCtx *svc.ServiceContext
+	common.UnimplementedCommonInfoServer
+}
+
+func NewCommonInfoServer(svcCtx *svc.ServiceContext) *CommonInfoServer {
+	return &CommonInfoServer{
+		svcCtx: svcCtx,
+	}
+}
+
+// 获取省份信息
+func (s *CommonInfoServer) AreaInfo(ctx context.Context, in *common.ProjectReq) (*common.AreaResp, error) {
+	l := logic.NewAreaInfoLogic(ctx, s.svcCtx)
+	return l.AreaInfo(in)
+}
+
+// 获取行业信息
+func (s *CommonInfoServer) IndustryInfo(ctx context.Context, in *common.ProjectReq) (*common.IndustryResp, error) {
+	l := logic.NewIndustryInfoLogic(ctx, s.svcCtx)
+	return l.IndustryInfo(in)
+}
+
+// 修改信息发布状态
+func (s *CommonInfoServer) StateMethod(ctx context.Context, in *common.StateRequest) (*common.StateResponse, error) {
+	l := logic.NewStateMethodLogic(ctx, s.svcCtx)
+	return l.StateMethod(in)
+}
+
+//
+func (s *CommonInfoServer) SensitiveMethod(ctx context.Context, in *common.SensitiveRequest) (*common.SensitiveResponse, error) {
+	l := logic.NewSensitiveMethodLogic(ctx, s.svcCtx)
+	return l.SensitiveMethod(in)
+}

+ 1 - 0
rpc/common/logs/error.log-2022-04-24

@@ -0,0 +1 @@
+{"@timestamp":"2022-04-24T18:15:57.344+08:00","level":"error","content":"publisher.go:144 etcdserver: requested lease not found"}

+ 404 - 0
rpc/common/logs/stat.log-2022-04-24

@@ -0,0 +1,404 @@
+{"@timestamp":"2022-04-24T14:25:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.1Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:25:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:26:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=7.4Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:26:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:27:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.5Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:27:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:28:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.6Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:28:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:29:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.7Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:29:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:30:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.9Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:30:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:31:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.0Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:31:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:32:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.1Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:32:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:33:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.2Mi, Sys=18.9Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:33:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:34:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.3Mi, Sys=18.9Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:34:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:35:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.4Mi, Sys=18.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:35:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:36:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.5Mi, Sys=18.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:36:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:37:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.6Mi, Sys=18.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:37:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:38:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.7Mi, Sys=18.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:38:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:39:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.8Mi, Sys=18.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:39:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:40:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.9Mi, Sys=18.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:40:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:41:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.0Mi, Sys=18.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:41:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:42:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.1Mi, Sys=18.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:42:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:43:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.2Mi, Sys=18.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:43:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:44:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.3Mi, Sys=18.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:44:45.546+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:45:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.4Mi, Sys=18.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:45:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:46:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.6Mi, Sys=18.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:46:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:47:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.7Mi, Sys=18.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:47:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:48:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.7Mi, Sys=18.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:48:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:49:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.8Mi, Sys=18.9Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:49:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:50:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.9Mi, Sys=18.9Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:50:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:51:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.0Mi, Sys=18.9Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:51:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:52:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.1Mi, Sys=18.9Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:52:45.534+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:53:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.2Mi, Sys=18.9Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:53:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:54:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.3Mi, Sys=18.9Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:54:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:55:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.4Mi, Sys=18.9Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:55:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:56:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.6Mi, Sys=18.9Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:56:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:57:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.7Mi, Sys=18.9Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T14:57:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:58:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.8Mi, Sys=18.9Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T14:58:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:59:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.9Mi, Sys=18.9Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T14:59:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:00:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.0Mi, Sys=18.9Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:00:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:01:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.1Mi, Sys=18.9Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:01:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:02:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.2Mi, Sys=18.9Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:02:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:03:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.3Mi, Sys=18.9Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:03:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:04:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.4Mi, Sys=18.9Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:04:45.534+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:05:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.5Mi, Sys=18.9Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:05:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:06:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.6Mi, Sys=18.9Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:06:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:07:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.7Mi, Sys=18.9Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:07:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:08:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.8Mi, Sys=18.9Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:08:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:09:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.9Mi, Sys=18.9Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:09:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:10:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.0Mi, Sys=18.9Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:10:45.546+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:11:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.1Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:11:45.545+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:12:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.2Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:12:45.545+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:13:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.3Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:13:45.534+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:14:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.4Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:14:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:15:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.5Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:15:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:16:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.6Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:16:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:17:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.7Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:17:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:18:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.8Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:18:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:19:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.9Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:19:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:20:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.0Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:20:45.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:21:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.1Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:21:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:22:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.2Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:22:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:23:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.4Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:23:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:24:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.4Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:24:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:25:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.5Mi, Sys=18.9Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:25:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:26:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.6Mi, Sys=18.9Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:26:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:27:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.8Mi, Sys=18.9Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:27:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:28:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.9Mi, Sys=18.9Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:28:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:29:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.0Mi, Sys=18.9Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:29:45.544+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:30:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.1Mi, Sys=18.9Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:30:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:31:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.2Mi, Sys=18.9Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:31:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:32:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.3Mi, Sys=18.9Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:32:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:33:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.4Mi, Sys=18.9Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:33:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:34:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.5Mi, Sys=18.9Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:34:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:35:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.6Mi, Sys=18.9Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:35:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:36:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.7Mi, Sys=18.9Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:36:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:37:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.8Mi, Sys=18.9Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:37:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:38:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.9Mi, Sys=18.9Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:38:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:39:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.0Mi, Sys=18.9Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:39:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:40:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.1Mi, Sys=18.9Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:40:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:41:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.2Mi, Sys=18.9Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:41:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:42:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.3Mi, Sys=18.9Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:42:45.544+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:43:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.4Mi, Sys=18.9Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:43:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:44:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.5Mi, Sys=18.9Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:44:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:45:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.6Mi, Sys=18.9Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:45:45.548+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:46:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.7Mi, Sys=18.9Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:46:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:47:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.8Mi, Sys=18.9Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:47:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:48:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.9Mi, Sys=18.9Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:48:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:49:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.0Mi, Sys=18.9Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:49:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:50:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.2Mi, Sys=18.9Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:50:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:51:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.3Mi, Sys=18.9Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:51:45.544+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:52:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.3Mi, Sys=18.9Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:52:45.534+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:53:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.4Mi, Sys=18.9Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:53:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:54:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.6Mi, Sys=18.9Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:54:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:55:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.7Mi, Sys=18.9Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:55:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:56:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.8Mi, Sys=18.9Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:56:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:57:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.9Mi, Sys=18.9Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T15:57:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:58:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.0Mi, Sys=18.9Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T15:58:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:59:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.1Mi, Sys=18.9Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T15:59:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:00:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.2Mi, Sys=18.9Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:00:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:01:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.3Mi, Sys=18.9Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:01:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:02:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.4Mi, Sys=18.9Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:02:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:03:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.5Mi, Sys=18.9Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:03:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:04:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.6Mi, Sys=18.9Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:04:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:05:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.7Mi, Sys=18.9Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:05:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:06:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.8Mi, Sys=18.9Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:06:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:07:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.9Mi, Sys=18.9Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:07:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:08:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.0Mi, Sys=18.9Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:08:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:09:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.1Mi, Sys=18.9Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:09:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:10:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.2Mi, Sys=18.9Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:10:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:11:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.3Mi, Sys=18.9Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:11:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:12:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.4Mi, Sys=18.9Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:12:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:13:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.5Mi, Sys=18.9Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:13:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:14:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.6Mi, Sys=18.9Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:14:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:15:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.7Mi, Sys=18.9Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:15:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:16:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.9Mi, Sys=18.9Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:16:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:17:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.0Mi, Sys=18.9Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:17:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:18:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.1Mi, Sys=18.9Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:18:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:19:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.2Mi, Sys=18.9Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:19:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:20:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.3Mi, Sys=18.9Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:20:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:21:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.4Mi, Sys=18.9Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:21:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:22:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.5Mi, Sys=18.9Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:22:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:23:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.6Mi, Sys=18.9Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:23:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:24:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=19.7Mi, Sys=18.9Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:24:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:25:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.8Mi, Sys=18.9Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:25:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:26:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.9Mi, Sys=18.9Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:26:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:27:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.0Mi, Sys=18.9Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:27:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:28:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.1Mi, Sys=18.9Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:28:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:29:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.2Mi, Sys=18.9Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:29:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:30:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.3Mi, Sys=18.9Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:30:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:31:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.4Mi, Sys=18.9Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:31:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:32:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.5Mi, Sys=18.9Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:32:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:33:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.6Mi, Sys=18.9Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:33:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:34:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.7Mi, Sys=18.9Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:34:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:35:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.8Mi, Sys=18.9Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:35:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:36:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.9Mi, Sys=18.9Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:36:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:37:45.514+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.0Mi, Sys=18.9Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:37:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:38:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.1Mi, Sys=18.9Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:38:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:39:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.2Mi, Sys=18.9Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:39:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:40:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.3Mi, Sys=18.9Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:40:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:41:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.4Mi, Sys=18.9Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:41:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:42:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=21.6Mi, Sys=18.9Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:42:45.546+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:43:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.6Mi, Sys=18.9Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:43:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:44:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.8Mi, Sys=18.9Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:44:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:45:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.9Mi, Sys=18.9Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:45:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:46:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.0Mi, Sys=18.9Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:46:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:47:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.1Mi, Sys=18.9Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:47:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:48:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.2Mi, Sys=18.9Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:48:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:49:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.3Mi, Sys=18.9Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:49:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:50:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.4Mi, Sys=18.9Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:50:45.544+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:51:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.5Mi, Sys=18.9Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:51:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:52:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.6Mi, Sys=18.9Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:52:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:53:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.7Mi, Sys=18.9Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:53:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:54:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.8Mi, Sys=18.9Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:54:45.534+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:55:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.9Mi, Sys=18.9Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:55:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:56:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.0Mi, Sys=18.9Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:56:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:57:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.1Mi, Sys=18.9Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T16:57:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:58:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.2Mi, Sys=18.9Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T16:58:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:59:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.3Mi, Sys=18.9Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T16:59:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:00:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.4Mi, Sys=18.9Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T17:00:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:01:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.5Mi, Sys=18.9Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:01:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:02:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.6Mi, Sys=18.9Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:02:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:03:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.7Mi, Sys=18.9Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:03:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:04:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.8Mi, Sys=18.9Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:04:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:05:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.9Mi, Sys=18.9Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:05:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:06:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.0Mi, Sys=18.9Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:06:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:07:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.1Mi, Sys=18.9Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:07:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:08:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.2Mi, Sys=18.9Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:08:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:09:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.3Mi, Sys=18.9Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:09:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:10:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.4Mi, Sys=18.9Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:10:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:11:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.5Mi, Sys=18.9Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:11:45.544+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:12:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.6Mi, Sys=18.9Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:12:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:13:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.7Mi, Sys=18.9Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:13:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:14:45.500+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.8Mi, Sys=18.9Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:14:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:15:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.9Mi, Sys=18.9Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:15:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:16:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.0Mi, Sys=18.9Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:16:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:17:45.510+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.1Mi, Sys=18.9Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:17:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:18:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.2Mi, Sys=18.9Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:18:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:19:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.4Mi, Sys=18.9Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:19:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:20:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.5Mi, Sys=18.9Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:20:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:21:45.508+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.6Mi, Sys=18.9Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:21:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:22:45.505+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.7Mi, Sys=18.9Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:22:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:23:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.8Mi, Sys=18.9Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:23:45.539+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:24:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.9Mi, Sys=18.9Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:24:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:25:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.0Mi, Sys=18.9Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:25:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:26:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.1Mi, Sys=18.9Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:26:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:27:45.511+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.2Mi, Sys=18.9Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:27:45.541+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:28:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.3Mi, Sys=18.9Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:28:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:29:45.503+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.4Mi, Sys=18.9Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:29:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:30:45.501+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.5Mi, Sys=18.9Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:30:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:31:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.6Mi, Sys=18.9Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:31:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:32:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.7Mi, Sys=18.9Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:32:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:33:45.506+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.8Mi, Sys=18.9Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:33:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:34:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.9Mi, Sys=18.9Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:34:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:35:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.0Mi, Sys=18.9Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:35:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:36:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.1Mi, Sys=18.9Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:36:45.537+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:37:45.502+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.2Mi, Sys=18.9Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:37:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:38:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.4Mi, Sys=18.9Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:38:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:39:45.513+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.5Mi, Sys=18.9Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:39:45.542+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:40:45.499+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.6Mi, Sys=18.9Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:40:45.536+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:41:45.504+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.7Mi, Sys=18.9Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:41:45.535+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:42:45.509+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.8Mi, Sys=18.9Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:42:45.540+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:43:45.507+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.9Mi, Sys=18.9Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T17:43:45.538+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:44:45.512+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=28.0Mi, Sys=18.9Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T17:44:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:45:45.498+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=28.1Mi, Sys=18.9Mi, NumGC=103"}
+{"@timestamp":"2022-04-24T17:45:45.543+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:54.700+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:55.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=28.2Mi, Sys=18.9Mi, NumGC=103"}

+ 26 - 26
rpc/common/type/common/common.pb.go

@@ -924,24 +924,24 @@ var file_common_proto_rawDesc = []byte{
 	0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
 	0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a,
 	0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
-	0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x32, 0xfe, 0x01, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
-	0x6e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x49,
-	0x6e, 0x66, 0x6f, 0x12, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f,
-	0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
-	0x2e, 0x41, 0x72, 0x65, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x0c, 0x49, 0x6e, 0x64,
-	0x75, 0x73, 0x74, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
-	0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e,
-	0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x52,
-	0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x68,
-	0x6f, 0x64, 0x12, 0x14, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x74, 0x61, 0x74,
-	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
-	0x6e, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
-	0x46, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x74, 0x68,
-	0x6f, 0x64, 0x12, 0x18, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x6e, 0x73,
-	0x69, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x63,
-	0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x52,
-	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x63, 0x6f, 0x6d,
-	0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x32, 0xfc, 0x01, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
+	0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30, 0x0a, 0x08, 0x41, 0x72, 0x65, 0x61, 0x49, 0x6e, 0x66,
+	0x6f, 0x12, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+	0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x41,
+	0x72, 0x65, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x38, 0x0a, 0x0c, 0x49, 0x6e, 0x64, 0x75, 0x73,
+	0x74, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
+	0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x63, 0x6f,
+	0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x52, 0x65, 0x73,
+	0x70, 0x12, 0x3a, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64,
+	0x12, 0x14, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52,
+	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
+	0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a,
+	0x0f, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64,
+	0x12, 0x18, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74,
+	0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x63, 0x6f, 0x6d,
+	0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73,
+	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
+	0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -981,14 +981,14 @@ var file_common_proto_depIdxs = []int32{
 	6,  // 4: common.Idata.supply:type_name -> common.Supply
 	7,  // 5: common.Idata.industry:type_name -> common.Industry
 	9,  // 6: common.Infotype.childs:type_name -> common.IndustryChildsResp
-	0,  // 7: common.commonClient.AreaInfo:input_type -> common.ProjectReq
-	0,  // 8: common.commonClient.IndustryInfo:input_type -> common.ProjectReq
-	10, // 9: common.commonClient.StateMethod:input_type -> common.StateRequest
-	12, // 10: common.commonClient.SensitiveMethod:input_type -> common.SensitiveRequest
-	1,  // 11: common.commonClient.AreaInfo:output_type -> common.AreaResp
-	4,  // 12: common.commonClient.IndustryInfo:output_type -> common.IndustryResp
-	11, // 13: common.commonClient.StateMethod:output_type -> common.StateResponse
-	13, // 14: common.commonClient.SensitiveMethod:output_type -> common.SensitiveResponse
+	0,  // 7: common.commonInfo.AreaInfo:input_type -> common.ProjectReq
+	0,  // 8: common.commonInfo.IndustryInfo:input_type -> common.ProjectReq
+	10, // 9: common.commonInfo.StateMethod:input_type -> common.StateRequest
+	12, // 10: common.commonInfo.SensitiveMethod:input_type -> common.SensitiveRequest
+	1,  // 11: common.commonInfo.AreaInfo:output_type -> common.AreaResp
+	4,  // 12: common.commonInfo.IndustryInfo:output_type -> common.IndustryResp
+	11, // 13: common.commonInfo.StateMethod:output_type -> common.StateResponse
+	13, // 14: common.commonInfo.SensitiveMethod:output_type -> common.SensitiveResponse
 	11, // [11:15] is the sub-list for method output_type
 	7,  // [7:11] is the sub-list for method input_type
 	7,  // [7:7] is the sub-list for extension type_name

+ 58 - 58
rpc/common/type/common/common_grpc.pb.go

@@ -18,13 +18,13 @@ import (
 // Requires gRPC-Go v1.32.0 or later.
 const _ = grpc.SupportPackageIsVersion7
 
-// CommonClientClient is the client API for CommonClient service.
+// CommonInfoClient is the client API for CommonInfo service.
 //
 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
-type CommonClientClient interface {
-	//获取省份信息(暂不用)
+type CommonInfoClient interface {
+	//获取省份信息
 	AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error)
-	//获取行业信息(暂不用)
+	//获取行业信息
 	IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error)
 	//修改信息发布状态
 	StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error)
@@ -32,188 +32,188 @@ type CommonClientClient interface {
 	SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error)
 }
 
-type commonClientClient struct {
+type commonInfoClient struct {
 	cc grpc.ClientConnInterface
 }
 
-func NewCommonClientClient(cc grpc.ClientConnInterface) CommonClientClient {
-	return &commonClientClient{cc}
+func NewCommonInfoClient(cc grpc.ClientConnInterface) CommonInfoClient {
+	return &commonInfoClient{cc}
 }
 
-func (c *commonClientClient) AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error) {
+func (c *commonInfoClient) AreaInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*AreaResp, error) {
 	out := new(AreaResp)
-	err := c.cc.Invoke(ctx, "/common.commonClient/AreaInfo", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/common.commonInfo/AreaInfo", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *commonClientClient) IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error) {
+func (c *commonInfoClient) IndustryInfo(ctx context.Context, in *ProjectReq, opts ...grpc.CallOption) (*IndustryResp, error) {
 	out := new(IndustryResp)
-	err := c.cc.Invoke(ctx, "/common.commonClient/IndustryInfo", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/common.commonInfo/IndustryInfo", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *commonClientClient) StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error) {
+func (c *commonInfoClient) StateMethod(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateResponse, error) {
 	out := new(StateResponse)
-	err := c.cc.Invoke(ctx, "/common.commonClient/StateMethod", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/common.commonInfo/StateMethod", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *commonClientClient) SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error) {
+func (c *commonInfoClient) SensitiveMethod(ctx context.Context, in *SensitiveRequest, opts ...grpc.CallOption) (*SensitiveResponse, error) {
 	out := new(SensitiveResponse)
-	err := c.cc.Invoke(ctx, "/common.commonClient/SensitiveMethod", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/common.commonInfo/SensitiveMethod", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-// CommonClientServer is the server API for CommonClient service.
-// All implementations must embed UnimplementedCommonClientServer
+// CommonInfoServer is the server API for CommonInfo service.
+// All implementations must embed UnimplementedCommonInfoServer
 // for forward compatibility
-type CommonClientServer interface {
-	//获取省份信息(暂不用)
+type CommonInfoServer interface {
+	//获取省份信息
 	AreaInfo(context.Context, *ProjectReq) (*AreaResp, error)
-	//获取行业信息(暂不用)
+	//获取行业信息
 	IndustryInfo(context.Context, *ProjectReq) (*IndustryResp, error)
 	//修改信息发布状态
 	StateMethod(context.Context, *StateRequest) (*StateResponse, error)
 	//
 	SensitiveMethod(context.Context, *SensitiveRequest) (*SensitiveResponse, error)
-	mustEmbedUnimplementedCommonClientServer()
+	mustEmbedUnimplementedCommonInfoServer()
 }
 
-// UnimplementedCommonClientServer must be embedded to have forward compatible implementations.
-type UnimplementedCommonClientServer struct {
+// UnimplementedCommonInfoServer must be embedded to have forward compatible implementations.
+type UnimplementedCommonInfoServer struct {
 }
 
-func (UnimplementedCommonClientServer) AreaInfo(context.Context, *ProjectReq) (*AreaResp, error) {
+func (UnimplementedCommonInfoServer) AreaInfo(context.Context, *ProjectReq) (*AreaResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method AreaInfo not implemented")
 }
-func (UnimplementedCommonClientServer) IndustryInfo(context.Context, *ProjectReq) (*IndustryResp, error) {
+func (UnimplementedCommonInfoServer) IndustryInfo(context.Context, *ProjectReq) (*IndustryResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method IndustryInfo not implemented")
 }
-func (UnimplementedCommonClientServer) StateMethod(context.Context, *StateRequest) (*StateResponse, error) {
+func (UnimplementedCommonInfoServer) StateMethod(context.Context, *StateRequest) (*StateResponse, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method StateMethod not implemented")
 }
-func (UnimplementedCommonClientServer) SensitiveMethod(context.Context, *SensitiveRequest) (*SensitiveResponse, error) {
+func (UnimplementedCommonInfoServer) SensitiveMethod(context.Context, *SensitiveRequest) (*SensitiveResponse, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method SensitiveMethod not implemented")
 }
-func (UnimplementedCommonClientServer) mustEmbedUnimplementedCommonClientServer() {}
+func (UnimplementedCommonInfoServer) mustEmbedUnimplementedCommonInfoServer() {}
 
-// UnsafeCommonClientServer may be embedded to opt out of forward compatibility for this service.
-// Use of this interface is not recommended, as added methods to CommonClientServer will
+// UnsafeCommonInfoServer may be embedded to opt out of forward compatibility for this service.
+// Use of this interface is not recommended, as added methods to CommonInfoServer will
 // result in compilation errors.
-type UnsafeCommonClientServer interface {
-	mustEmbedUnimplementedCommonClientServer()
+type UnsafeCommonInfoServer interface {
+	mustEmbedUnimplementedCommonInfoServer()
 }
 
-func RegisterCommonClientServer(s grpc.ServiceRegistrar, srv CommonClientServer) {
-	s.RegisterService(&CommonClient_ServiceDesc, srv)
+func RegisterCommonInfoServer(s grpc.ServiceRegistrar, srv CommonInfoServer) {
+	s.RegisterService(&CommonInfo_ServiceDesc, srv)
 }
 
-func _CommonClient_AreaInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _CommonInfo_AreaInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ProjectReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(CommonClientServer).AreaInfo(ctx, in)
+		return srv.(CommonInfoServer).AreaInfo(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/common.commonClient/AreaInfo",
+		FullMethod: "/common.commonInfo/AreaInfo",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(CommonClientServer).AreaInfo(ctx, req.(*ProjectReq))
+		return srv.(CommonInfoServer).AreaInfo(ctx, req.(*ProjectReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _CommonClient_IndustryInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _CommonInfo_IndustryInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(ProjectReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(CommonClientServer).IndustryInfo(ctx, in)
+		return srv.(CommonInfoServer).IndustryInfo(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/common.commonClient/IndustryInfo",
+		FullMethod: "/common.commonInfo/IndustryInfo",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(CommonClientServer).IndustryInfo(ctx, req.(*ProjectReq))
+		return srv.(CommonInfoServer).IndustryInfo(ctx, req.(*ProjectReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _CommonClient_StateMethod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _CommonInfo_StateMethod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(StateRequest)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(CommonClientServer).StateMethod(ctx, in)
+		return srv.(CommonInfoServer).StateMethod(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/common.commonClient/StateMethod",
+		FullMethod: "/common.commonInfo/StateMethod",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(CommonClientServer).StateMethod(ctx, req.(*StateRequest))
+		return srv.(CommonInfoServer).StateMethod(ctx, req.(*StateRequest))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _CommonClient_SensitiveMethod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _CommonInfo_SensitiveMethod_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(SensitiveRequest)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(CommonClientServer).SensitiveMethod(ctx, in)
+		return srv.(CommonInfoServer).SensitiveMethod(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/common.commonClient/SensitiveMethod",
+		FullMethod: "/common.commonInfo/SensitiveMethod",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(CommonClientServer).SensitiveMethod(ctx, req.(*SensitiveRequest))
+		return srv.(CommonInfoServer).SensitiveMethod(ctx, req.(*SensitiveRequest))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-// CommonClient_ServiceDesc is the grpc.ServiceDesc for CommonClient service.
+// CommonInfo_ServiceDesc is the grpc.ServiceDesc for CommonInfo service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
-var CommonClient_ServiceDesc = grpc.ServiceDesc{
-	ServiceName: "common.commonClient",
-	HandlerType: (*CommonClientServer)(nil),
+var CommonInfo_ServiceDesc = grpc.ServiceDesc{
+	ServiceName: "common.commonInfo",
+	HandlerType: (*CommonInfoServer)(nil),
 	Methods: []grpc.MethodDesc{
 		{
 			MethodName: "AreaInfo",
-			Handler:    _CommonClient_AreaInfo_Handler,
+			Handler:    _CommonInfo_AreaInfo_Handler,
 		},
 		{
 			MethodName: "IndustryInfo",
-			Handler:    _CommonClient_IndustryInfo_Handler,
+			Handler:    _CommonInfo_IndustryInfo_Handler,
 		},
 		{
 			MethodName: "StateMethod",
-			Handler:    _CommonClient_StateMethod_Handler,
+			Handler:    _CommonInfo_StateMethod_Handler,
 		},
 		{
 			MethodName: "SensitiveMethod",
-			Handler:    _CommonClient_SensitiveMethod_Handler,
+			Handler:    _CommonInfo_SensitiveMethod_Handler,
 		},
 	},
 	Streams:  []grpc.StreamDesc{},

+ 2 - 2
rpc/consumer/consumer.go

@@ -26,10 +26,10 @@ func main() {
 	}()
 
 	ctx := svc.NewServiceContext(IC.C)
-	svr := server.NewConsumerClientServer(ctx)
+	svr := server.NewConsumerInfoServer(ctx)
 
 	s := zrpc.MustNewServer(IC.C.RpcServerConf, func(grpcServer *grpc.Server) {
-		consumer.RegisterConsumerClientServer(grpcServer, svr)
+		consumer.RegisterConsumerInfoServer(grpcServer, svr)
 
 		if IC.C.Mode == service.DevMode || IC.C.Mode == service.TestMode {
 			reflection.Register(grpcServer)

+ 1 - 1
rpc/consumer/consumer.proto

@@ -306,7 +306,7 @@ message  BaseResp{
 	string err_msg = 2;//resp 信息
 }
 //servie
-service consumerClient {
+service consumerInfo {
 	//发布信息
 	rpc PublishInfo(PublishInfoReq) returns(PublishInfoResp);
 	//根据用户id获取当月已发布信息数量

+ 25 - 25
rpc/consumer/consumerclient/consumerclient.go → rpc/consumer/consumerinfo/consumerinfo.go

@@ -1,7 +1,7 @@
 // Code generated by goctl. DO NOT EDIT!
 // Source: consumer.proto
 
-package consumerclient
+package consumerinfo
 
 import (
 	"context"
@@ -51,7 +51,7 @@ type (
 	SupplyList           = consumer.SupplyList
 	UserIdReq            = consumer.UserIdReq
 
-	ConsumerClient interface {
+	ConsumerInfo interface {
 		// 发布信息
 		PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error)
 		// 根据用户id获取当月已发布信息数量
@@ -74,73 +74,73 @@ type (
 		InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error)
 	}
 
-	defaultConsumerClient struct {
+	defaultConsumerInfo struct {
 		cli zrpc.Client
 	}
 )
 
-func NewConsumerClient(cli zrpc.Client) ConsumerClient {
-	return &defaultConsumerClient{
+func NewConsumerInfo(cli zrpc.Client) ConsumerInfo {
+	return &defaultConsumerInfo{
 		cli: cli,
 	}
 }
 
 // 发布信息
-func (m *defaultConsumerClient) PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.PublishInfo(ctx, in, opts...)
 }
 
 // 根据用户id获取当月已发布信息数量
-func (m *defaultConsumerClient) InfoByUserId(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoByUserIdResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) InfoByUserId(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoByUserIdResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.InfoByUserId(ctx, in, opts...)
 }
 
 // 关联公告
-func (m *defaultConsumerClient) InfoRelated(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoRelatedResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) InfoRelated(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoRelatedResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.InfoRelated(ctx, in, opts...)
 }
 
 // 我的发布列表
-func (m *defaultConsumerClient) MyPublishList(ctx context.Context, in *MyPublishListReq, opts ...grpc.CallOption) (*MyPublishListResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) MyPublishList(ctx context.Context, in *MyPublishListReq, opts ...grpc.CallOption) (*MyPublishListResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.MyPublishList(ctx, in, opts...)
 }
 
 // 更新发布的信息0:获取详情;1:物理删除()
-func (m *defaultConsumerClient) InfoChange(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) InfoChange(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.InfoChange(ctx, in, opts...)
 }
 
 // 信息审核状态查询
-func (m *defaultConsumerClient) StatusQuery(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*StatusResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) StatusQuery(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*StatusResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.StatusQuery(ctx, in, opts...)
 }
 
 // 供应信息查询
-func (m *defaultConsumerClient) SupplyInfoSearch(ctx context.Context, in *SupplyInfoSearchReq, opts ...grpc.CallOption) (*SupplyInfoSearchResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) SupplyInfoSearch(ctx context.Context, in *SupplyInfoSearchReq, opts ...grpc.CallOption) (*SupplyInfoSearchResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.SupplyInfoSearch(ctx, in, opts...)
 }
 
 // 供应信息详情(前端页面查询结果详情请求地址)
-func (m *defaultConsumerClient) SupplyInfoDetail(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*SupplyInfoDetailResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) SupplyInfoDetail(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*SupplyInfoDetailResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.SupplyInfoDetail(ctx, in, opts...)
 }
 
 // 上传附件
-func (m *defaultConsumerClient) InfoFileUpload(ctx context.Context, in *InfoFileUploadReq, opts ...grpc.CallOption) (*InfoFileUploadResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) InfoFileUpload(ctx context.Context, in *InfoFileUploadReq, opts ...grpc.CallOption) (*InfoFileUploadResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.InfoFileUpload(ctx, in, opts...)
 }
 
 // 删除附件
-func (m *defaultConsumerClient) InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error) {
-	client := consumer.NewConsumerClientClient(m.cli.Conn())
+func (m *defaultConsumerInfo) InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error) {
+	client := consumer.NewConsumerInfoClient(m.cli.Conn())
 	return client.InfoFileDel(ctx, in, opts...)
 }

+ 4 - 4
rpc/consumer/internal/logic/infobyuseridlogic.go

@@ -6,7 +6,7 @@ import (
 	"fmt"
 	"time"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -33,10 +33,10 @@ func GetZeroTime(d time.Time) time.Time {
 }
 
 // 根据用户id获取当月已发布信息数量
-func (l *InfoByUserIdLogic) InfoByUserId(in *consumerclient.UserIdReq) (*consumerclient.InfoByUserIdResp, error) {
+func (l *InfoByUserIdLogic) InfoByUserId(in *consumerinfo.UserIdReq) (*consumerinfo.InfoByUserIdResp, error) {
 	// todo: add your logic here and delete this line
 	//qurey := make(map[string]interface{})
-	var data = consumerclient.InfoByUserIdResp{}
+	var data = consumerinfo.InfoByUserIdResp{}
 	endTime := time.Now().Format("2006-01-02 15:04:05")
 	startTime := time.Date(time.Now().Year(), time.Now().Month(), 1, 0, 0, 0, 0, time.Now().Location())
 	//query := fmt.Sprintf("select count(1) from information where user_id = %s and published = 1 and publish_time>='%s' and publish_time<='%s'", in.UserId, startTime, endTime)
@@ -44,7 +44,7 @@ func (l *InfoByUserIdLogic) InfoByUserId(in *consumerclient.UserIdReq) (*consume
 	//number := model.Mysql.CountBySql(query) + model.Mysql.CountBySql(supplyquery)
 	number := model.Mysql.CountBySql(supplyquery)
 
-	var resp consumerclient.InfoByUserIdData
+	var resp consumerinfo.InfoByUserIdData
 	resp.Total = mc.Int64All(model.SupplyTotal)
 	resp.Surplus = mc.Int64All(model.SupplyTotal) - number
 	data.Results = &resp

+ 7 - 7
rpc/consumer/internal/logic/infochangelogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/rpc/model"
 	esmd "app.yhyue.com/moapp/jyInfo/rpc/model/es"
@@ -31,10 +31,10 @@ func NewInfoChangeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoCh
 }
 
 // 更新发布的信息0:获取详情;1:物理删除
-func (l *InfoChangeLogic) InfoChange(in *consumerclient.InfoDetailReq) (*consumerclient.InfoDetailResp, error) {
+func (l *InfoChangeLogic) InfoChange(in *consumerinfo.InfoDetailReq) (*consumerinfo.InfoDetailResp, error) {
 	// todo: add your logic here and delete this line
 	var (
-		dataRes consumerclient.InfoDetailResp
+		dataRes consumerinfo.InfoDetailResp
 	)
 	log.Println("信息变更/删除接口调用", in)
 	query := make(map[string]interface{})
@@ -43,9 +43,9 @@ func (l *InfoChangeLogic) InfoChange(in *consumerclient.InfoDetailReq) (*consume
 	switch in.Type {
 	case 0:
 		var (
-			Results           consumerclient.InfoDetailData    //信息
-			Review            consumerclient.Review            //审核信息
-			InfoDetailContact consumerclient.InfoDetailContact //联系人信息
+			Results           consumerinfo.InfoDetailData    //信息
+			Review            consumerinfo.Review            //审核信息
+			InfoDetailContact consumerinfo.InfoDetailContact //联系人信息
 		)
 
 		data := make(map[string]interface{})
@@ -55,7 +55,7 @@ func (l *InfoChangeLogic) InfoChange(in *consumerclient.InfoDetailReq) (*consume
 				LEFT JOIN information b on (a.related_id =b.id) where a.id = ? and a.app_id = `+util.StrFormat(in.AppId), mc.IntAll(msgId)); _d != nil && len(*_d) > 0 {
 				data = (*_d)[0]
 				var (
-					Related consumerclient.Related
+					Related consumerinfo.Related
 				)
 				Results.Code = mc.InterfaceToStr(data["project_code"])
 				Results.Industry = strings.Split(mc.InterfaceToStr(data["industry"]), ",")

+ 3 - 3
rpc/consumer/internal/logic/infofiledellogic.go

@@ -7,7 +7,7 @@ import (
 	"fmt"
 	"log"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	"github.com/zeromicro/go-zero/core/logx"
@@ -28,8 +28,8 @@ func NewInfoFileDelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoF
 }
 
 // 删除附件
-func (l *InfoFileDelLogic) InfoFileDel(in *consumerclient.InfoFileDelReq) (*consumerclient.BaseResp, error) {
-	var resp = &consumerclient.BaseResp{}
+func (l *InfoFileDelLogic) InfoFileDel(in *consumerinfo.InfoFileDelReq) (*consumerinfo.BaseResp, error) {
+	var resp = &consumerinfo.BaseResp{}
 	if in.Fid != "" && IC.C.Oss.OssBucketName != "" {
 		b, err := model.OssDelObject(in.Fid, IC.C.Oss.OssBucketName)
 		if !b || err != nil {

+ 4 - 4
rpc/consumer/internal/logic/infofileuploadlogic.go

@@ -8,7 +8,7 @@ import (
 	"strings"
 	"time"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -30,8 +30,8 @@ func NewInfoFileUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *In
 }
 
 // 上传附件
-func (l *InfoFileUploadLogic) InfoFileUpload(in *consumerclient.InfoFileUploadReq) (*consumerclient.InfoFileUploadResp, error) {
-	var resp consumerclient.InfoFileUploadResp
+func (l *InfoFileUploadLogic) InfoFileUpload(in *consumerinfo.InfoFileUploadReq) (*consumerinfo.InfoFileUploadResp, error) {
+	var resp consumerinfo.InfoFileUploadResp
 	//model.InitOss()
 	key := model.GetHashKey(in.File) + model.TypeByExt(in.FileName)
 	t1 := time.Now()
@@ -39,7 +39,7 @@ func (l *InfoFileUploadLogic) InfoFileUpload(in *consumerclient.InfoFileUploadRe
 	logx.Info("----------", time.Since(t1))
 	fileSize := mc.InterfaceToStr(in.FileSize/1024) + "KB"
 	if err == nil && b {
-		var data consumerclient.InfoFileUploadData
+		var data consumerinfo.InfoFileUploadData
 		data.Filename = in.FileName
 		data.Size = fileSize
 		//data.Fid = key

+ 4 - 4
rpc/consumer/internal/logic/inforelatedlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/rpc/model"
 	"app.yhyue.com/moapp/jyInfo/rpc/util"
@@ -28,11 +28,11 @@ func NewInfoRelatedLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoR
 }
 
 // 关联公告
-func (l *InfoRelatedLogic) InfoRelated(in *consumerclient.UserIdReq) (*consumerclient.InfoRelatedResp, error) {
+func (l *InfoRelatedLogic) InfoRelated(in *consumerinfo.UserIdReq) (*consumerinfo.InfoRelatedResp, error) {
 	// todo: add your logic here and delete this line
 	var (
 		queryName string
-		resp      consumerclient.InfoRelatedResp
+		resp      consumerinfo.InfoRelatedResp
 	)
 	log.Println("关联公告接口调用", in)
 	queryName = ` and type=` + mc.InterfaceToStr(in.MsgType)
@@ -47,7 +47,7 @@ func (l *InfoRelatedLogic) InfoRelated(in *consumerclient.UserIdReq) (*consumerc
 		return &resp, nil
 	}
 	for _, v := range *allData {
-		var data consumerclient.InfoData
+		var data consumerinfo.InfoData
 		data.Id = se.SE.EncodeString(mc.InterfaceToStr(v["id"])) //关联信息加密
 		data.Title = mc.InterfaceToStr(v["title"])
 		resp.Data = append(resp.Data, &data)

+ 5 - 5
rpc/consumer/internal/logic/mypublishlistlogic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/rpc/model"
 	"app.yhyue.com/moapp/jyInfo/rpc/util"
@@ -28,13 +28,13 @@ func NewMyPublishListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MyP
 }
 
 // MyPublishList 我的发布列表
-func (l *MyPublishListLogic) MyPublishList(in *consumerclient.MyPublishListReq) (*consumerclient.MyPublishListResp, error) {
+func (l *MyPublishListLogic) MyPublishList(in *consumerinfo.MyPublishListReq) (*consumerinfo.MyPublishListResp, error) {
 	// todo: add your logic here and delete this line
 	var (
 		queryName                                      string
-		data                                           consumerclient.MyPublishListResp
+		data                                           consumerinfo.MyPublishListResp
 		amount, inReview, approved, auditFailed, total int64
-		ListData                                       consumerclient.MyPublishListData
+		ListData                                       consumerinfo.MyPublishListData
 	)
 	log.Println("我的发布列表", in)
 	if in.Match != "" {
@@ -95,7 +95,7 @@ func (l *MyPublishListLogic) MyPublishList(in *consumerclient.MyPublishListReq)
 			SELECT id,type,title,create_time,status,published  from supply_info WHERE is_del = 1 and user_id= "`+in.UserId+`" `+queryName+` ) a  order by a.create_time desc limit ?,?`, offset, in.PageSize)
 	if allData != nil && len(*allData) > 0 {
 		for _, v := range *allData {
-			var vs = consumerclient.ListResp{}
+			var vs = consumerinfo.ListResp{}
 			vs.Id = se.SE.EncodeString(mc.InterfaceToStr(v["id"])) //信息id加密
 			vs.ReviewStatus = 1
 			status := mc.IntAll(v["status"])

+ 4 - 4
rpc/consumer/internal/logic/publishinfologic.go

@@ -1,7 +1,7 @@
 package logic
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/rpc/model"
 	"app.yhyue.com/moapp/jyInfo/rpc/util"
@@ -34,8 +34,8 @@ func NewPublishInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Publi
 }
 
 // 发布信息
-func (l *PublishInfoLogic) PublishInfo(in *consumerclient.PublishInfoReq) (*consumerclient.PublishInfoResp, error) {
-	res := consumerclient.PublishInfoResp{}
+func (l *PublishInfoLogic) PublishInfo(in *consumerinfo.PublishInfoReq) (*consumerinfo.PublishInfoResp, error) {
+	res := consumerinfo.PublishInfoResp{}
 	log.Println("信息发布in数据:", in)
 	var id int64
 	//信息类型1:招标信息 2:采购信息 3:供应信息
@@ -86,7 +86,7 @@ func (l *PublishInfoLogic) PublishInfo(in *consumerclient.PublishInfoReq) (*cons
 		return &res, nil
 	}
 
-	var InfoId consumerclient.PublishId
+	var InfoId consumerinfo.PublishId
 	InfoId.InformationId = se.SE.EncodeString(mc.InterfaceToStr(id)) //信息id加密
 	res.PublishId = &InfoId
 	appendInfo := make(map[string]interface{})

+ 7 - 7
rpc/consumer/internal/logic/statusquerylogic.go

@@ -5,7 +5,7 @@ import (
 	se "app.yhyue.com/moapp/jybase/encrypt"
 	"context"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -27,14 +27,14 @@ func NewStatusQueryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Statu
 }
 
 // 信息审核状态查询
-func (l *StatusQueryLogic) StatusQuery(in *consumerclient.StatusReq) (*consumerclient.StatusResp, error) {
+func (l *StatusQueryLogic) StatusQuery(in *consumerinfo.StatusReq) (*consumerinfo.StatusResp, error) {
 	msgId := se.SE.DecodeString(in.MsgId) //信息id解密
 	if in.Type == 3 {
 		data := model.Mysql.FindOne("supply_info", map[string]interface{}{"id": msgId}, "", "")
 		if len(*data) > 0 {
 			status := mc.IntAll((*data)["status"])
 			published := mc.IntAll((*data)["published"])
-			var statusData consumerclient.StatusData
+			var statusData consumerinfo.StatusData
 			statusData.Status = "1"
 			if published == 2 {
 				statusData.Status = "2"
@@ -43,7 +43,7 @@ func (l *StatusQueryLogic) StatusQuery(in *consumerclient.StatusReq) (*consumerc
 			}
 
 			statusData.Published = mc.InterfaceToStr((*data)["published"])
-			return &consumerclient.StatusResp{
+			return &consumerinfo.StatusResp{
 				ErrCode: 0,
 				ErrMsg:  "",
 				Data:    &statusData,
@@ -54,7 +54,7 @@ func (l *StatusQueryLogic) StatusQuery(in *consumerclient.StatusReq) (*consumerc
 		if len(*data) > 0 {
 			status := mc.IntAll((*data)["status"])
 			published := mc.IntAll((*data)["published"])
-			var statusData consumerclient.StatusData
+			var statusData consumerinfo.StatusData
 			statusData.Status = "1"
 			if published == 2 {
 				statusData.Status = "2"
@@ -62,14 +62,14 @@ func (l *StatusQueryLogic) StatusQuery(in *consumerclient.StatusReq) (*consumerc
 				statusData.Status = "3"
 			}
 			statusData.Published = mc.InterfaceToStr((*data)["published"])
-			return &consumerclient.StatusResp{
+			return &consumerinfo.StatusResp{
 				ErrCode: 0,
 				ErrMsg:  "",
 				Data:    &statusData,
 			}, nil
 		}
 	}
-	return &consumerclient.StatusResp{
+	return &consumerinfo.StatusResp{
 		ErrCode: -1,
 		ErrMsg:  "无数据",
 		Data:    nil,

+ 8 - 7
rpc/consumer/internal/logic/supplyinfodetaillogic.go

@@ -8,7 +8,7 @@ import (
 	"log"
 	"strconv"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	mc "app.yhyue.com/moapp/jybase/common"
@@ -30,20 +30,21 @@ func NewSupplyInfoDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *
 }
 
 // 供应信息详情
-func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerclient.StatusReq) (*consumerclient.SupplyInfoDetailResp, error) {
-	var resp consumerclient.SupplyInfoDetailResp
+func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerinfo.StatusReq) (*consumerinfo.SupplyInfoDetailResp, error) {
+	var resp consumerinfo.SupplyInfoDetailResp
 	msgId := se.SE.DecodeString(in.MsgId) //信息id解密
+	logx.Info(msgId, "-------msgid:", in.MsgId)
 	if in.Type == 0 {
 		data := model.Mysql.FindOne("supply_info", map[string]interface{}{"id": msgId}, "", "")
 		if *data != nil {
-			var info consumerclient.SupplyInfoDetailData
+			var info consumerinfo.SupplyInfoDetailData
 			info.Title = mc.InterfaceToStr((*data)["title"])
 			info.Detail = mc.InterfaceToStr((*data)["detail"])
 			info.PublishTime = mc.InterfaceToStr((*data)["publish_time"])
 			info.ValidityTime = mc.InterfaceToStr((*data)["validity_time"])
 			info.Province = mc.InterfaceToStr((*data)["province"])
 			info.City = mc.InterfaceToStr((*data)["city"])
-			var conctact consumerclient.InfoDetailContact
+			var conctact consumerinfo.InfoDetailContact
 			conctact.Phone = mc.InterfaceToStr((*data)["contact_phone"])
 			conctact.Name = mc.InterfaceToStr((*data)["contact_person"])
 			conctact.Overt = mc.Int64All((*data)["contact_overt"])
@@ -58,7 +59,7 @@ func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerclient.StatusReq) (
 					if info.Id == se.SE.EncodeString(mc.InterfaceToStr(v["_id"])) {
 						continue
 					}
-					otherSupplyInfo := consumerclient.OtherSupplyInfoByEnt{
+					otherSupplyInfo := consumerinfo.OtherSupplyInfoByEnt{
 						Title:       mc.InterfaceToStr(v["title"]),
 						Id:          se.SE.EncodeString(mc.InterfaceToStr(v["_id"])),
 						Province:    mc.InterfaceToStr(v["province"]),
@@ -80,5 +81,5 @@ func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerclient.StatusReq) (
 		return &resp, nil
 	}
 
-	return &consumerclient.SupplyInfoDetailResp{}, nil
+	return &consumerinfo.SupplyInfoDetailResp{}, nil
 }

+ 8 - 7
rpc/consumer/internal/logic/supplyinfosearchlogic.go

@@ -11,7 +11,7 @@ import (
 
 	se "app.yhyue.com/moapp/jybase/encrypt"
 
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
 
 	"app.yhyue.com/moapp/jybase/common"
@@ -33,7 +33,7 @@ func NewSupplyInfoSearchLogic(ctx context.Context, svcCtx *svc.ServiceContext) *
 }
 
 // 供应信息查询
-func (l *SupplyInfoSearchLogic) SupplyInfoSearch(in *consumerclient.SupplyInfoSearchReq) (*consumerclient.SupplyInfoSearchResp, error) {
+func (l *SupplyInfoSearchLogic) SupplyInfoSearch(in *consumerinfo.SupplyInfoSearchReq) (*consumerinfo.SupplyInfoSearchResp, error) {
 	//默认每页五十条
 	if in.PageSize == 0 {
 		in.PageSize = 50
@@ -55,7 +55,7 @@ func (l *SupplyInfoSearchLogic) SupplyInfoSearch(in *consumerclient.SupplyInfoSe
 			list, total = model.GetSupplyInfoList(in)
 		}
 	}
-	var infos []*consumerclient.SupplyList
+	var infos []*consumerinfo.SupplyList
 	if len(*list) > 0 {
 		for _, v := range *list {
 			detail := []string{}
@@ -65,7 +65,8 @@ func (l *SupplyInfoSearchLogic) SupplyInfoSearch(in *consumerclient.SupplyInfoSe
 					detail = highlight["detail"]
 				}
 			}
-			info := consumerclient.SupplyList{
+			logx.Info(se.SE.EncodeString(common.InterfaceToStr(v["_id"])), "---------", common.InterfaceToStr(v["_id"]))
+			info := consumerinfo.SupplyList{
 				Title:       common.InterfaceToStr(v["title"]),
 				Detail:      common.InterfaceToStr(v["detail"]),
 				Id:          se.SE.EncodeString(common.InterfaceToStr(v["_id"])),
@@ -77,14 +78,14 @@ func (l *SupplyInfoSearchLogic) SupplyInfoSearch(in *consumerclient.SupplyInfoSe
 			infos = append(infos, &info)
 		}
 		log.Println("infos:", infos)
-		return &consumerclient.SupplyInfoSearchResp{
-			Data: &consumerclient.SupplyInfo{
+		return &consumerinfo.SupplyInfoSearchResp{
+			Data: &consumerinfo.SupplyInfo{
 				Total: total,
 				List:  infos,
 			},
 		}, nil
 	}
-	return &consumerclient.SupplyInfoSearchResp{
+	return &consumerinfo.SupplyInfoSearchResp{
 		ErrCode: -1,
 		ErrMsg:  "暂无数据",
 	}, nil

+ 0 - 83
rpc/consumer/internal/server/consumerclientserver.go

@@ -1,83 +0,0 @@
-// Code generated by goctl. DO NOT EDIT!
-// Source: consumer.proto
-
-package server
-
-import (
-	"context"
-
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/logic"
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/type/consumer"
-)
-
-type ConsumerClientServer struct {
-	svcCtx *svc.ServiceContext
-	consumer.UnimplementedConsumerClientServer
-}
-
-func NewConsumerClientServer(svcCtx *svc.ServiceContext) *ConsumerClientServer {
-	return &ConsumerClientServer{
-		svcCtx: svcCtx,
-	}
-}
-
-// 发布信息
-func (s *ConsumerClientServer) PublishInfo(ctx context.Context, in *consumer.PublishInfoReq) (*consumer.PublishInfoResp, error) {
-	l := logic.NewPublishInfoLogic(ctx, s.svcCtx)
-	return l.PublishInfo(in)
-}
-
-// 根据用户id获取当月已发布信息数量
-func (s *ConsumerClientServer) InfoByUserId(ctx context.Context, in *consumer.UserIdReq) (*consumer.InfoByUserIdResp, error) {
-	l := logic.NewInfoByUserIdLogic(ctx, s.svcCtx)
-	return l.InfoByUserId(in)
-}
-
-// 关联公告
-func (s *ConsumerClientServer) InfoRelated(ctx context.Context, in *consumer.UserIdReq) (*consumer.InfoRelatedResp, error) {
-	l := logic.NewInfoRelatedLogic(ctx, s.svcCtx)
-	return l.InfoRelated(in)
-}
-
-// 我的发布列表
-func (s *ConsumerClientServer) MyPublishList(ctx context.Context, in *consumer.MyPublishListReq) (*consumer.MyPublishListResp, error) {
-	l := logic.NewMyPublishListLogic(ctx, s.svcCtx)
-	return l.MyPublishList(in)
-}
-
-// 更新发布的信息0:获取详情;1:物理删除()
-func (s *ConsumerClientServer) InfoChange(ctx context.Context, in *consumer.InfoDetailReq) (*consumer.InfoDetailResp, error) {
-	l := logic.NewInfoChangeLogic(ctx, s.svcCtx)
-	return l.InfoChange(in)
-}
-
-// 信息审核状态查询
-func (s *ConsumerClientServer) StatusQuery(ctx context.Context, in *consumer.StatusReq) (*consumer.StatusResp, error) {
-	l := logic.NewStatusQueryLogic(ctx, s.svcCtx)
-	return l.StatusQuery(in)
-}
-
-// 供应信息查询
-func (s *ConsumerClientServer) SupplyInfoSearch(ctx context.Context, in *consumer.SupplyInfoSearchReq) (*consumer.SupplyInfoSearchResp, error) {
-	l := logic.NewSupplyInfoSearchLogic(ctx, s.svcCtx)
-	return l.SupplyInfoSearch(in)
-}
-
-// 供应信息详情(前端页面查询结果详情请求地址)
-func (s *ConsumerClientServer) SupplyInfoDetail(ctx context.Context, in *consumer.StatusReq) (*consumer.SupplyInfoDetailResp, error) {
-	l := logic.NewSupplyInfoDetailLogic(ctx, s.svcCtx)
-	return l.SupplyInfoDetail(in)
-}
-
-// 上传附件
-func (s *ConsumerClientServer) InfoFileUpload(ctx context.Context, in *consumer.InfoFileUploadReq) (*consumer.InfoFileUploadResp, error) {
-	l := logic.NewInfoFileUploadLogic(ctx, s.svcCtx)
-	return l.InfoFileUpload(in)
-}
-
-// 删除附件
-func (s *ConsumerClientServer) InfoFileDel(ctx context.Context, in *consumer.InfoFileDelReq) (*consumer.BaseResp, error) {
-	l := logic.NewInfoFileDelLogic(ctx, s.svcCtx)
-	return l.InfoFileDel(in)
-}

+ 83 - 0
rpc/consumer/internal/server/consumerinfoserver.go

@@ -0,0 +1,83 @@
+// Code generated by goctl. DO NOT EDIT!
+// Source: consumer.proto
+
+package server
+
+import (
+	"context"
+
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/logic"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/internal/svc"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/type/consumer"
+)
+
+type ConsumerInfoServer struct {
+	svcCtx *svc.ServiceContext
+	consumer.UnimplementedConsumerInfoServer
+}
+
+func NewConsumerInfoServer(svcCtx *svc.ServiceContext) *ConsumerInfoServer {
+	return &ConsumerInfoServer{
+		svcCtx: svcCtx,
+	}
+}
+
+// 发布信息
+func (s *ConsumerInfoServer) PublishInfo(ctx context.Context, in *consumer.PublishInfoReq) (*consumer.PublishInfoResp, error) {
+	l := logic.NewPublishInfoLogic(ctx, s.svcCtx)
+	return l.PublishInfo(in)
+}
+
+// 根据用户id获取当月已发布信息数量
+func (s *ConsumerInfoServer) InfoByUserId(ctx context.Context, in *consumer.UserIdReq) (*consumer.InfoByUserIdResp, error) {
+	l := logic.NewInfoByUserIdLogic(ctx, s.svcCtx)
+	return l.InfoByUserId(in)
+}
+
+// 关联公告
+func (s *ConsumerInfoServer) InfoRelated(ctx context.Context, in *consumer.UserIdReq) (*consumer.InfoRelatedResp, error) {
+	l := logic.NewInfoRelatedLogic(ctx, s.svcCtx)
+	return l.InfoRelated(in)
+}
+
+// 我的发布列表
+func (s *ConsumerInfoServer) MyPublishList(ctx context.Context, in *consumer.MyPublishListReq) (*consumer.MyPublishListResp, error) {
+	l := logic.NewMyPublishListLogic(ctx, s.svcCtx)
+	return l.MyPublishList(in)
+}
+
+// 更新发布的信息0:获取详情;1:物理删除()
+func (s *ConsumerInfoServer) InfoChange(ctx context.Context, in *consumer.InfoDetailReq) (*consumer.InfoDetailResp, error) {
+	l := logic.NewInfoChangeLogic(ctx, s.svcCtx)
+	return l.InfoChange(in)
+}
+
+// 信息审核状态查询
+func (s *ConsumerInfoServer) StatusQuery(ctx context.Context, in *consumer.StatusReq) (*consumer.StatusResp, error) {
+	l := logic.NewStatusQueryLogic(ctx, s.svcCtx)
+	return l.StatusQuery(in)
+}
+
+// 供应信息查询
+func (s *ConsumerInfoServer) SupplyInfoSearch(ctx context.Context, in *consumer.SupplyInfoSearchReq) (*consumer.SupplyInfoSearchResp, error) {
+	l := logic.NewSupplyInfoSearchLogic(ctx, s.svcCtx)
+	return l.SupplyInfoSearch(in)
+}
+
+// 供应信息详情(前端页面查询结果详情请求地址)
+func (s *ConsumerInfoServer) SupplyInfoDetail(ctx context.Context, in *consumer.StatusReq) (*consumer.SupplyInfoDetailResp, error) {
+	l := logic.NewSupplyInfoDetailLogic(ctx, s.svcCtx)
+	return l.SupplyInfoDetail(in)
+}
+
+// 上传附件
+func (s *ConsumerInfoServer) InfoFileUpload(ctx context.Context, in *consumer.InfoFileUploadReq) (*consumer.InfoFileUploadResp, error) {
+	l := logic.NewInfoFileUploadLogic(ctx, s.svcCtx)
+	return l.InfoFileUpload(in)
+}
+
+// 删除附件
+func (s *ConsumerInfoServer) InfoFileDel(ctx context.Context, in *consumer.InfoFileDelReq) (*consumer.BaseResp, error) {
+	l := logic.NewInfoFileDelLogic(ctx, s.svcCtx)
+	return l.InfoFileDel(in)
+}

+ 4 - 0
rpc/consumer/logs/error.log-2022-04-24

@@ -0,0 +1,4 @@
+{"@timestamp":"2022-04-24T11:27:50.008+08:00","level":"error","content":"server.go:90 context deadline exceeded"}
+{"@timestamp":"2022-04-24T11:28:15.434+08:00","level":"error","content":"server.go:90 context deadline exceeded"}
+{"@timestamp":"2022-04-24T11:34:03.578+08:00","level":"error","content":"server.go:90 context deadline exceeded"}
+{"@timestamp":"2022-04-24T18:15:57.517+08:00","level":"error","content":"publisher.go:144 etcdserver: requested lease not found"}

+ 507 - 0
rpc/consumer/logs/stat.log-2022-04-24

@@ -0,0 +1,507 @@
+{"@timestamp":"2022-04-22T16:04:20.878+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.3Mi, Sys=14.5Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:04:20.977+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:05:20.875+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=7.6Mi, Sys=14.5Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:05:20.973+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:06:20.879+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.2Mi, Sys=14.8Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:06:20.972+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:07:19.941+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 16.0ms, med: 16.6ms, 90th: 16.6ms, 99th: 16.6ms, 99.9th: 16.6ms"}
+{"@timestamp":"2022-04-22T16:07:20.868+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.5Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:07:20.974+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:08:19.953+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 8.0ms, med: 8.2ms, 90th: 8.2ms, 99th: 8.2ms, 99.9th: 8.2ms"}
+{"@timestamp":"2022-04-22T16:08:20.890+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.7Mi, Sys=19.2Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:08:20.972+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:09:19.954+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:09:20.875+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.8Mi, Sys=19.2Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:09:20.973+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:10:19.943+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:10:20.872+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.1Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:10:20.975+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:11:19.947+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 11.0ms, med: 12.7ms, 90th: 12.7ms, 99th: 12.7ms, 99.9th: 12.7ms"}
+{"@timestamp":"2022-04-22T16:11:20.869+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=9.5Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:11:20.975+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 2, pass: 2, drop: 0"}
+{"@timestamp":"2022-04-22T16:12:19.952+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:12:20.875+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.6Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-22T16:12:20.976+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:13:45.682+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=7.8Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:13:45.782+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:13:50.176+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 16.0ms, med: 16.3ms, 90th: 16.3ms, 99th: 16.3ms, 99.9th: 16.3ms"}
+{"@timestamp":"2022-04-22T16:14:45.682+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.1Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:14:45.787+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:14:50.183+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:17:25.968+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=7.9Mi, Sys=19.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:17:26.075+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-04-22T16:17:28.895+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 13.0ms, med: 13.8ms, 90th: 13.8ms, 99th: 13.8ms, 99.9th: 13.8ms"}
+{"@timestamp":"2022-04-22T16:18:25.963+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=8.1Mi, Sys=19.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-22T16:18:26.070+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:18:28.890+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:19:25.958+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.2Mi, Sys=19.7Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:19:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:19:28.892+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:20:25.966+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.3Mi, Sys=19.7Mi, NumGC=4"}
+{"@timestamp":"2022-04-22T16:20:26.073+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:20:28.903+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:21:25.964+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.4Mi, Sys=19.7Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:21:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:21:28.901+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:22:25.962+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.5Mi, Sys=19.7Mi, NumGC=5"}
+{"@timestamp":"2022-04-22T16:22:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:22:28.901+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:23:25.959+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.6Mi, Sys=19.7Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:23:26.070+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:23:28.895+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:24:25.962+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.7Mi, Sys=19.7Mi, NumGC=6"}
+{"@timestamp":"2022-04-22T16:24:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:24:28.902+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:25:25.964+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.8Mi, Sys=19.7Mi, NumGC=7"}
+{"@timestamp":"2022-04-22T16:25:26.070+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:25:28.903+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:26:25.960+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.0Mi, Sys=19.7Mi, NumGC=7"}
+{"@timestamp":"2022-04-22T16:26:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:26:28.893+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:27:25.970+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.1Mi, Sys=19.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-22T16:27:26.078+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:27:28.901+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:28:25.965+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.2Mi, Sys=19.9Mi, NumGC=8"}
+{"@timestamp":"2022-04-22T16:28:26.072+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:28:28.891+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:29:25.960+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.2Mi, Sys=19.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-22T16:29:26.068+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:29:28.896+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:30:25.960+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.4Mi, Sys=19.9Mi, NumGC=9"}
+{"@timestamp":"2022-04-22T16:30:26.071+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:30:28.901+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:31:25.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.5Mi, Sys=19.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-22T16:31:26.071+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:31:28.897+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:32:25.963+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.6Mi, Sys=19.9Mi, NumGC=10"}
+{"@timestamp":"2022-04-22T16:32:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:32:28.903+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:33:25.965+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.7Mi, Sys=19.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-22T16:33:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:33:28.891+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:34:25.964+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=9.8Mi, Sys=19.9Mi, NumGC=11"}
+{"@timestamp":"2022-04-22T16:34:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:34:28.902+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:35:25.961+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.9Mi, Sys=19.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-22T16:35:26.071+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:35:28.891+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:36:25.960+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=10.0Mi, Sys=19.9Mi, NumGC=12"}
+{"@timestamp":"2022-04-22T16:36:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:36:28.893+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:37:25.961+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=10.1Mi, Sys=19.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-22T16:37:26.071+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:37:28.901+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:46:49.839+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=10.2Mi, Sys=19.9Mi, NumGC=13"}
+{"@timestamp":"2022-04-22T16:46:49.883+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:46:49.893+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:47:25.959+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=10.3Mi, Sys=19.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-22T16:47:26.069+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:47:28.896+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:48:25.960+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=10.5Mi, Sys=19.9Mi, NumGC=14"}
+{"@timestamp":"2022-04-22T16:48:26.068+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:48:28.898+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-22T16:49:25.962+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=10.6Mi, Sys=19.9Mi, NumGC=15"}
+{"@timestamp":"2022-04-22T16:49:26.070+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-22T16:49:28.903+08:00","level":"stat","content":"(consumer.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-04-24T14:26:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.4Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:26:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:27:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=7.7Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:27:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:28:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.8Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:28:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:29:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.9Mi, Sys=18.9Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:29:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:30:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.0Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:30:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:31:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.1Mi, Sys=18.9Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:31:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:32:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.2Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:32:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:33:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.3Mi, Sys=18.9Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:33:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:34:29.867+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.4Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:34:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:35:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.5Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:35:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:36:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.6Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:36:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:37:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.8Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:37:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:38:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.9Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:38:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:39:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.0Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:39:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:40:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.1Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:40:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:41:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.2Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:41:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:42:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.3Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:42:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:43:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.4Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:43:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:44:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.5Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:44:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:45:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.6Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:45:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:46:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.7Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:46:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:47:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.8Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:47:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:48:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.9Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:48:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:49:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.0Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:49:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:50:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.1Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:50:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:51:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.2Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:51:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:52:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.3Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:52:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:53:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.4Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:53:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:54:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.5Mi, Sys=19.2Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:54:29.970+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:55:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.6Mi, Sys=19.2Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:55:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:56:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.7Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:56:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:57:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:57:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:58:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.0Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T14:58:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:59:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.1Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T14:59:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:00:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.2Mi, Sys=19.2Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:00:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:01:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.3Mi, Sys=19.2Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:01:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:02:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.4Mi, Sys=19.2Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:02:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:03:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.5Mi, Sys=19.2Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:03:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:04:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.6Mi, Sys=19.2Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:04:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:05:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.7Mi, Sys=19.2Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:05:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:06:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.8Mi, Sys=19.2Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:06:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:07:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.9Mi, Sys=19.2Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:07:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:08:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.0Mi, Sys=19.2Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:08:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:09:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.2Mi, Sys=19.2Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:09:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:10:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.3Mi, Sys=19.2Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:10:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:11:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.4Mi, Sys=19.2Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:11:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:12:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.5Mi, Sys=19.2Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:12:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:13:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.6Mi, Sys=19.2Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:13:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:14:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.7Mi, Sys=19.2Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:14:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:15:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.8Mi, Sys=19.2Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:15:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:16:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.9Mi, Sys=19.2Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:16:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:17:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.0Mi, Sys=19.2Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:17:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:18:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.1Mi, Sys=19.2Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:18:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:19:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.2Mi, Sys=19.2Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:19:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:20:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.3Mi, Sys=19.2Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:20:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:21:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.4Mi, Sys=19.2Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:21:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:22:29.865+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.5Mi, Sys=19.2Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:22:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:23:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.6Mi, Sys=19.2Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:23:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:24:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.7Mi, Sys=19.2Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:24:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:25:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.8Mi, Sys=19.2Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:25:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:26:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.9Mi, Sys=19.2Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:26:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:27:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.0Mi, Sys=19.2Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:27:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:28:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.1Mi, Sys=19.2Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:28:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:29:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.2Mi, Sys=19.2Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:29:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:30:29.865+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.3Mi, Sys=19.2Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:30:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:31:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.4Mi, Sys=19.2Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:31:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:32:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.6Mi, Sys=19.2Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:32:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:33:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.7Mi, Sys=19.2Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:33:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:34:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.8Mi, Sys=19.2Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:34:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:35:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.9Mi, Sys=19.2Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:35:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:36:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.0Mi, Sys=19.2Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:36:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:37:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.1Mi, Sys=19.2Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:37:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:38:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.2Mi, Sys=19.2Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:38:29.970+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:39:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.3Mi, Sys=19.2Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:39:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:40:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.4Mi, Sys=19.2Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:40:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:41:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.5Mi, Sys=19.2Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:41:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:42:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.6Mi, Sys=19.2Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:42:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:43:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.7Mi, Sys=19.2Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:43:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:44:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.8Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:44:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:45:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.9Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:45:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:46:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.0Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:46:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:47:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.1Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:47:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:48:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.2Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:48:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:49:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.3Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:49:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:50:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.5Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:50:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:51:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.6Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:51:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:52:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.7Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:52:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:53:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.8Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:53:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:54:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.9Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:54:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:55:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.0Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:55:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:56:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.1Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:56:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:57:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.2Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:57:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:58:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.3Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T15:58:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:59:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.4Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T15:59:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:00:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.5Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:00:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:01:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.6Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:01:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:02:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.7Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:02:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:03:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.8Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:03:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:04:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.9Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:04:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:05:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.0Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:05:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:06:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.1Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:06:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:07:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.2Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:07:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:08:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.3Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:08:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:09:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.4Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:09:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:10:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.5Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:10:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:11:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=18.6Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:11:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:12:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.8Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:12:29.970+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:13:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.8Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:13:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:14:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.0Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:14:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:15:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.1Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:15:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:16:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.2Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:16:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:17:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=19.3Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:17:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:18:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.4Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:18:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:19:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.5Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:19:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:20:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.6Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:20:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:21:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=19.7Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:21:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:22:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.8Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:22:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:23:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=19.9Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:23:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:24:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.0Mi, Sys=19.2Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:24:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:25:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=20.1Mi, Sys=19.2Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:25:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:26:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.2Mi, Sys=19.2Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:26:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:27:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.3Mi, Sys=19.2Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:27:29.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:28:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.4Mi, Sys=19.2Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:28:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:29:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.5Mi, Sys=19.2Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:29:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:30:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.6Mi, Sys=19.2Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:30:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:31:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=20.7Mi, Sys=19.2Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:31:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:32:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.8Mi, Sys=19.2Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:32:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:33:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=20.9Mi, Sys=19.2Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:33:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:34:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.0Mi, Sys=19.2Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:34:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:35:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.1Mi, Sys=19.2Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:35:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:36:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.2Mi, Sys=19.2Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:36:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:37:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=21.3Mi, Sys=19.2Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:37:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:38:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.4Mi, Sys=19.2Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:38:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:39:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=21.5Mi, Sys=19.2Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:39:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:40:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.6Mi, Sys=19.2Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:40:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:41:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=21.7Mi, Sys=19.2Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:41:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:42:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.8Mi, Sys=19.2Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:42:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:43:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.9Mi, Sys=19.2Mi, NumGC=71"}
+{"@timestamp":"2022-04-24T16:43:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:44:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.0Mi, Sys=19.2Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:44:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:45:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.1Mi, Sys=19.2Mi, NumGC=72"}
+{"@timestamp":"2022-04-24T16:45:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:46:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.2Mi, Sys=19.2Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:46:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:47:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.3Mi, Sys=19.2Mi, NumGC=73"}
+{"@timestamp":"2022-04-24T16:47:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:48:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.4Mi, Sys=19.2Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:48:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:49:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.5Mi, Sys=19.2Mi, NumGC=74"}
+{"@timestamp":"2022-04-24T16:49:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:50:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.6Mi, Sys=19.2Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:50:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:51:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.7Mi, Sys=19.2Mi, NumGC=75"}
+{"@timestamp":"2022-04-24T16:51:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:52:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.8Mi, Sys=19.2Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:52:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:53:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=22.9Mi, Sys=19.2Mi, NumGC=76"}
+{"@timestamp":"2022-04-24T16:53:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:54:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.0Mi, Sys=19.2Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:54:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:55:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.1Mi, Sys=19.2Mi, NumGC=77"}
+{"@timestamp":"2022-04-24T16:55:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:56:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.2Mi, Sys=19.2Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:56:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:57:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.3Mi, Sys=19.2Mi, NumGC=78"}
+{"@timestamp":"2022-04-24T16:57:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:58:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.5Mi, Sys=19.2Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T16:58:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:59:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.6Mi, Sys=19.2Mi, NumGC=79"}
+{"@timestamp":"2022-04-24T16:59:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:00:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.7Mi, Sys=19.2Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T17:00:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:01:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=23.8Mi, Sys=19.2Mi, NumGC=80"}
+{"@timestamp":"2022-04-24T17:01:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:02:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.9Mi, Sys=19.2Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:02:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:03:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.0Mi, Sys=19.2Mi, NumGC=81"}
+{"@timestamp":"2022-04-24T17:03:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:04:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.1Mi, Sys=19.2Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:04:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:05:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.2Mi, Sys=19.2Mi, NumGC=82"}
+{"@timestamp":"2022-04-24T17:05:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:06:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.3Mi, Sys=19.2Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:06:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:07:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.4Mi, Sys=19.2Mi, NumGC=83"}
+{"@timestamp":"2022-04-24T17:07:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:08:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.5Mi, Sys=19.2Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:08:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:09:29.865+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.6Mi, Sys=19.2Mi, NumGC=84"}
+{"@timestamp":"2022-04-24T17:09:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:10:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.7Mi, Sys=19.2Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:10:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:11:29.859+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=24.8Mi, Sys=19.2Mi, NumGC=85"}
+{"@timestamp":"2022-04-24T17:11:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:12:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.9Mi, Sys=19.2Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:12:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:13:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.0Mi, Sys=19.2Mi, NumGC=86"}
+{"@timestamp":"2022-04-24T17:13:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:14:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.1Mi, Sys=19.2Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:14:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:15:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.2Mi, Sys=19.2Mi, NumGC=87"}
+{"@timestamp":"2022-04-24T17:15:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:16:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.3Mi, Sys=19.2Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:16:29.968+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:17:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.4Mi, Sys=19.2Mi, NumGC=88"}
+{"@timestamp":"2022-04-24T17:17:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:18:29.855+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.5Mi, Sys=19.2Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:18:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:19:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.6Mi, Sys=19.2Mi, NumGC=89"}
+{"@timestamp":"2022-04-24T17:19:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:20:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.7Mi, Sys=19.2Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:20:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:21:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=25.8Mi, Sys=19.2Mi, NumGC=90"}
+{"@timestamp":"2022-04-24T17:21:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:22:29.863+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.9Mi, Sys=19.2Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:22:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:23:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.1Mi, Sys=19.2Mi, NumGC=91"}
+{"@timestamp":"2022-04-24T17:23:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:24:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.2Mi, Sys=19.2Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:24:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:25:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.3Mi, Sys=19.2Mi, NumGC=92"}
+{"@timestamp":"2022-04-24T17:25:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:26:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.4Mi, Sys=19.2Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:26:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:27:29.853+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.5Mi, Sys=19.2Mi, NumGC=93"}
+{"@timestamp":"2022-04-24T17:27:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:28:29.866+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.6Mi, Sys=19.2Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:28:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:29:29.865+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.7Mi, Sys=19.2Mi, NumGC=94"}
+{"@timestamp":"2022-04-24T17:29:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:30:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.8Mi, Sys=19.2Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:30:29.967+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:31:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=26.9Mi, Sys=19.2Mi, NumGC=95"}
+{"@timestamp":"2022-04-24T17:31:29.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:32:29.864+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.0Mi, Sys=19.2Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:32:29.971+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:33:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.1Mi, Sys=19.2Mi, NumGC=96"}
+{"@timestamp":"2022-04-24T17:33:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:34:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.2Mi, Sys=19.2Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:34:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:35:29.857+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.3Mi, Sys=19.2Mi, NumGC=97"}
+{"@timestamp":"2022-04-24T17:35:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:36:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.4Mi, Sys=19.2Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:36:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:37:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.5Mi, Sys=19.2Mi, NumGC=98"}
+{"@timestamp":"2022-04-24T17:37:29.969+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:38:29.860+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.6Mi, Sys=19.2Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:38:29.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:39:29.854+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.7Mi, Sys=19.2Mi, NumGC=99"}
+{"@timestamp":"2022-04-24T17:39:29.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:40:29.861+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.9Mi, Sys=19.2Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:40:29.959+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:41:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=27.9Mi, Sys=19.2Mi, NumGC=100"}
+{"@timestamp":"2022-04-24T17:41:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:42:29.862+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=28.0Mi, Sys=19.2Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:42:29.958+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:43:29.856+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=28.1Mi, Sys=19.2Mi, NumGC=101"}
+{"@timestamp":"2022-04-24T17:43:29.965+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:44:29.852+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=28.2Mi, Sys=19.2Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T17:44:29.960+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:45:29.858+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=28.3Mi, Sys=19.2Mi, NumGC=102"}
+{"@timestamp":"2022-04-24T17:45:29.964+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:54.725+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:55.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=28.5Mi, Sys=19.2Mi, NumGC=104"}

+ 65 - 65
rpc/consumer/type/consumer/consumer.pb.go

@@ -3292,52 +3292,52 @@ var file_consumer_proto_rawDesc = []byte{
 	0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65,
 	0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73,
 	0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x32,
-	0xbf, 0x05, 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65,
-	0x6e, 0x74, 0x12, 0x42, 0x0a, 0x0b, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66,
-	0x6f, 0x12, 0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x62,
-	0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x63, 0x6f,
-	0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e,
-	0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3f, 0x0a, 0x0c, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79,
-	0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65,
-	0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x63, 0x6f,
-	0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x55, 0x73, 0x65,
-	0x72, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x52,
-	0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65,
-	0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x63, 0x6f,
-	0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x6c, 0x61, 0x74,
-	0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x0d, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c,
-	0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
-	0x65, 0x72, 0x2e, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74,
-	0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x4d,
-	0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
-	0x12, 0x3f, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x17,
-	0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65,
-	0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
-	0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73,
-	0x70, 0x12, 0x38, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x51, 0x75, 0x65, 0x72, 0x79,
+	0xbd, 0x05, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
+	0x12, 0x42, 0x0a, 0x0b, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12,
+	0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69,
+	0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x63, 0x6f, 0x6e, 0x73,
+	0x75, 0x6d, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x49, 0x6e, 0x66, 0x6f,
+	0x52, 0x65, 0x73, 0x70, 0x12, 0x3f, 0x0a, 0x0c, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x55, 0x73,
+	0x65, 0x72, 0x49, 0x64, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e,
+	0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x63, 0x6f, 0x6e, 0x73,
+	0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49,
+	0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x6c,
+	0x61, 0x74, 0x65, 0x64, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e,
+	0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x63, 0x6f, 0x6e, 0x73,
+	0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64,
+	0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x0d, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73,
+	0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72,
+	0x2e, 0x4d, 0x79, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
+	0x71, 0x1a, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x4d, 0x79, 0x50,
+	0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3f,
+	0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x17, 0x2e, 0x63,
+	0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61,
+	0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72,
+	0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12,
+	0x38, 0x0a, 0x0b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x13,
+	0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
+	0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53,
+	0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x51, 0x0a, 0x10, 0x53, 0x75, 0x70,
+	0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x1d, 0x2e,
+	0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49,
+	0x6e, 0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x63,
+	0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e,
+	0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x10,
+	0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
 	0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x74, 0x61, 0x74,
-	0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72,
-	0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x51, 0x0a, 0x10, 0x53,
-	0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12,
-	0x1d, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c,
-	0x79, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x1e,
-	0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79,
-	0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47,
-	0x0a, 0x10, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61,
-	0x69, 0x6c, 0x12, 0x13, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x53, 0x74,
-	0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
-	0x65, 0x72, 0x2e, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74,
-	0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4b, 0x0a, 0x0e, 0x49, 0x6e, 0x66, 0x6f, 0x46,
-	0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x73,
-	0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c,
-	0x6f, 0x61, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65,
-	0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64,
-	0x52, 0x65, 0x73, 0x70, 0x12, 0x3b, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65,
-	0x44, 0x65, 0x6c, 0x12, 0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49,
-	0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e,
-	0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73,
-	0x70, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x62,
-	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72,
+	0x2e, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69,
+	0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4b, 0x0a, 0x0e, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c,
+	0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1b, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
+	0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61,
+	0x64, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e,
+	0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65,
+	0x73, 0x70, 0x12, 0x3b, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65,
+	0x6c, 0x12, 0x18, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66,
+	0x6f, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x63, 0x6f,
+	0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x42,
+	0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, 0x62, 0x06, 0x70,
+	0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -3413,26 +3413,26 @@ var file_consumer_proto_depIdxs = []int32{
 	18, // 17: consumer.SupplyInfoDetailData.infoDetailContact:type_name -> consumer.InfoDetailContact
 	31, // 18: consumer.SupplyInfoDetailData.otherSupplyInfo:type_name -> consumer.OtherSupplyInfoByEnt
 	34, // 19: consumer.InfoFileUploadResp.data:type_name -> consumer.InfoFileUploadData
-	0,  // 20: consumer.consumerClient.PublishInfo:input_type -> consumer.PublishInfoReq
-	4,  // 21: consumer.consumerClient.InfoByUserId:input_type -> consumer.UserIdReq
-	4,  // 22: consumer.consumerClient.InfoRelated:input_type -> consumer.UserIdReq
-	9,  // 23: consumer.consumerClient.MyPublishList:input_type -> consumer.MyPublishListReq
-	13, // 24: consumer.consumerClient.InfoChange:input_type -> consumer.InfoDetailReq
-	22, // 25: consumer.consumerClient.StatusQuery:input_type -> consumer.StatusReq
-	25, // 26: consumer.consumerClient.SupplyInfoSearch:input_type -> consumer.SupplyInfoSearchReq
-	22, // 27: consumer.consumerClient.supplyInfoDetail:input_type -> consumer.StatusReq
-	32, // 28: consumer.consumerClient.InfoFileUpload:input_type -> consumer.InfoFileUploadReq
-	35, // 29: consumer.consumerClient.InfoFileDel:input_type -> consumer.InfoFileDelReq
-	2,  // 30: consumer.consumerClient.PublishInfo:output_type -> consumer.PublishInfoResp
-	5,  // 31: consumer.consumerClient.InfoByUserId:output_type -> consumer.InfoByUserIdResp
-	7,  // 32: consumer.consumerClient.InfoRelated:output_type -> consumer.InfoRelatedResp
-	10, // 33: consumer.consumerClient.MyPublishList:output_type -> consumer.MyPublishListResp
-	14, // 34: consumer.consumerClient.InfoChange:output_type -> consumer.InfoDetailResp
-	23, // 35: consumer.consumerClient.StatusQuery:output_type -> consumer.StatusResp
-	26, // 36: consumer.consumerClient.SupplyInfoSearch:output_type -> consumer.SupplyInfoSearchResp
-	29, // 37: consumer.consumerClient.supplyInfoDetail:output_type -> consumer.supplyInfoDetailResp
-	33, // 38: consumer.consumerClient.InfoFileUpload:output_type -> consumer.InfoFileUploadResp
-	36, // 39: consumer.consumerClient.InfoFileDel:output_type -> consumer.BaseResp
+	0,  // 20: consumer.consumerInfo.PublishInfo:input_type -> consumer.PublishInfoReq
+	4,  // 21: consumer.consumerInfo.InfoByUserId:input_type -> consumer.UserIdReq
+	4,  // 22: consumer.consumerInfo.InfoRelated:input_type -> consumer.UserIdReq
+	9,  // 23: consumer.consumerInfo.MyPublishList:input_type -> consumer.MyPublishListReq
+	13, // 24: consumer.consumerInfo.InfoChange:input_type -> consumer.InfoDetailReq
+	22, // 25: consumer.consumerInfo.StatusQuery:input_type -> consumer.StatusReq
+	25, // 26: consumer.consumerInfo.SupplyInfoSearch:input_type -> consumer.SupplyInfoSearchReq
+	22, // 27: consumer.consumerInfo.supplyInfoDetail:input_type -> consumer.StatusReq
+	32, // 28: consumer.consumerInfo.InfoFileUpload:input_type -> consumer.InfoFileUploadReq
+	35, // 29: consumer.consumerInfo.InfoFileDel:input_type -> consumer.InfoFileDelReq
+	2,  // 30: consumer.consumerInfo.PublishInfo:output_type -> consumer.PublishInfoResp
+	5,  // 31: consumer.consumerInfo.InfoByUserId:output_type -> consumer.InfoByUserIdResp
+	7,  // 32: consumer.consumerInfo.InfoRelated:output_type -> consumer.InfoRelatedResp
+	10, // 33: consumer.consumerInfo.MyPublishList:output_type -> consumer.MyPublishListResp
+	14, // 34: consumer.consumerInfo.InfoChange:output_type -> consumer.InfoDetailResp
+	23, // 35: consumer.consumerInfo.StatusQuery:output_type -> consumer.StatusResp
+	26, // 36: consumer.consumerInfo.SupplyInfoSearch:output_type -> consumer.SupplyInfoSearchResp
+	29, // 37: consumer.consumerInfo.supplyInfoDetail:output_type -> consumer.supplyInfoDetailResp
+	33, // 38: consumer.consumerInfo.InfoFileUpload:output_type -> consumer.InfoFileUploadResp
+	36, // 39: consumer.consumerInfo.InfoFileDel:output_type -> consumer.BaseResp
 	30, // [30:40] is the sub-list for method output_type
 	20, // [20:30] is the sub-list for method input_type
 	20, // [20:20] is the sub-list for extension type_name

+ 102 - 102
rpc/consumer/type/consumer/consumer_grpc.pb.go

@@ -18,10 +18,10 @@ import (
 // Requires gRPC-Go v1.32.0 or later.
 const _ = grpc.SupportPackageIsVersion7
 
-// ConsumerClientClient is the client API for ConsumerClient service.
+// ConsumerInfoClient is the client API for ConsumerInfo service.
 //
 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
-type ConsumerClientClient interface {
+type ConsumerInfoClient interface {
 	//发布信息
 	PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error)
 	//根据用户id获取当月已发布信息数量
@@ -44,108 +44,108 @@ type ConsumerClientClient interface {
 	InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error)
 }
 
-type consumerClientClient struct {
+type consumerInfoClient struct {
 	cc grpc.ClientConnInterface
 }
 
-func NewConsumerClientClient(cc grpc.ClientConnInterface) ConsumerClientClient {
-	return &consumerClientClient{cc}
+func NewConsumerInfoClient(cc grpc.ClientConnInterface) ConsumerInfoClient {
+	return &consumerInfoClient{cc}
 }
 
-func (c *consumerClientClient) PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error) {
+func (c *consumerInfoClient) PublishInfo(ctx context.Context, in *PublishInfoReq, opts ...grpc.CallOption) (*PublishInfoResp, error) {
 	out := new(PublishInfoResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/PublishInfo", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/PublishInfo", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) InfoByUserId(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoByUserIdResp, error) {
+func (c *consumerInfoClient) InfoByUserId(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoByUserIdResp, error) {
 	out := new(InfoByUserIdResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/InfoByUserId", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/InfoByUserId", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) InfoRelated(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoRelatedResp, error) {
+func (c *consumerInfoClient) InfoRelated(ctx context.Context, in *UserIdReq, opts ...grpc.CallOption) (*InfoRelatedResp, error) {
 	out := new(InfoRelatedResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/InfoRelated", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/InfoRelated", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) MyPublishList(ctx context.Context, in *MyPublishListReq, opts ...grpc.CallOption) (*MyPublishListResp, error) {
+func (c *consumerInfoClient) MyPublishList(ctx context.Context, in *MyPublishListReq, opts ...grpc.CallOption) (*MyPublishListResp, error) {
 	out := new(MyPublishListResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/MyPublishList", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/MyPublishList", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) InfoChange(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
+func (c *consumerInfoClient) InfoChange(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
 	out := new(InfoDetailResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/InfoChange", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/InfoChange", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) StatusQuery(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*StatusResp, error) {
+func (c *consumerInfoClient) StatusQuery(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*StatusResp, error) {
 	out := new(StatusResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/StatusQuery", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/StatusQuery", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) SupplyInfoSearch(ctx context.Context, in *SupplyInfoSearchReq, opts ...grpc.CallOption) (*SupplyInfoSearchResp, error) {
+func (c *consumerInfoClient) SupplyInfoSearch(ctx context.Context, in *SupplyInfoSearchReq, opts ...grpc.CallOption) (*SupplyInfoSearchResp, error) {
 	out := new(SupplyInfoSearchResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/SupplyInfoSearch", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/SupplyInfoSearch", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) SupplyInfoDetail(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*SupplyInfoDetailResp, error) {
+func (c *consumerInfoClient) SupplyInfoDetail(ctx context.Context, in *StatusReq, opts ...grpc.CallOption) (*SupplyInfoDetailResp, error) {
 	out := new(SupplyInfoDetailResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/supplyInfoDetail", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/supplyInfoDetail", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) InfoFileUpload(ctx context.Context, in *InfoFileUploadReq, opts ...grpc.CallOption) (*InfoFileUploadResp, error) {
+func (c *consumerInfoClient) InfoFileUpload(ctx context.Context, in *InfoFileUploadReq, opts ...grpc.CallOption) (*InfoFileUploadResp, error) {
 	out := new(InfoFileUploadResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/InfoFileUpload", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/InfoFileUpload", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *consumerClientClient) InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error) {
+func (c *consumerInfoClient) InfoFileDel(ctx context.Context, in *InfoFileDelReq, opts ...grpc.CallOption) (*BaseResp, error) {
 	out := new(BaseResp)
-	err := c.cc.Invoke(ctx, "/consumer.consumerClient/InfoFileDel", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/consumer.consumerInfo/InfoFileDel", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-// ConsumerClientServer is the server API for ConsumerClient service.
-// All implementations must embed UnimplementedConsumerClientServer
+// ConsumerInfoServer is the server API for ConsumerInfo service.
+// All implementations must embed UnimplementedConsumerInfoServer
 // for forward compatibility
-type ConsumerClientServer interface {
+type ConsumerInfoServer interface {
 	//发布信息
 	PublishInfo(context.Context, *PublishInfoReq) (*PublishInfoResp, error)
 	//根据用户id获取当月已发布信息数量
@@ -166,282 +166,282 @@ type ConsumerClientServer interface {
 	InfoFileUpload(context.Context, *InfoFileUploadReq) (*InfoFileUploadResp, error)
 	//删除附件
 	InfoFileDel(context.Context, *InfoFileDelReq) (*BaseResp, error)
-	mustEmbedUnimplementedConsumerClientServer()
+	mustEmbedUnimplementedConsumerInfoServer()
 }
 
-// UnimplementedConsumerClientServer must be embedded to have forward compatible implementations.
-type UnimplementedConsumerClientServer struct {
+// UnimplementedConsumerInfoServer must be embedded to have forward compatible implementations.
+type UnimplementedConsumerInfoServer struct {
 }
 
-func (UnimplementedConsumerClientServer) PublishInfo(context.Context, *PublishInfoReq) (*PublishInfoResp, error) {
+func (UnimplementedConsumerInfoServer) PublishInfo(context.Context, *PublishInfoReq) (*PublishInfoResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method PublishInfo not implemented")
 }
-func (UnimplementedConsumerClientServer) InfoByUserId(context.Context, *UserIdReq) (*InfoByUserIdResp, error) {
+func (UnimplementedConsumerInfoServer) InfoByUserId(context.Context, *UserIdReq) (*InfoByUserIdResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoByUserId not implemented")
 }
-func (UnimplementedConsumerClientServer) InfoRelated(context.Context, *UserIdReq) (*InfoRelatedResp, error) {
+func (UnimplementedConsumerInfoServer) InfoRelated(context.Context, *UserIdReq) (*InfoRelatedResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoRelated not implemented")
 }
-func (UnimplementedConsumerClientServer) MyPublishList(context.Context, *MyPublishListReq) (*MyPublishListResp, error) {
+func (UnimplementedConsumerInfoServer) MyPublishList(context.Context, *MyPublishListReq) (*MyPublishListResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method MyPublishList not implemented")
 }
-func (UnimplementedConsumerClientServer) InfoChange(context.Context, *InfoDetailReq) (*InfoDetailResp, error) {
+func (UnimplementedConsumerInfoServer) InfoChange(context.Context, *InfoDetailReq) (*InfoDetailResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoChange not implemented")
 }
-func (UnimplementedConsumerClientServer) StatusQuery(context.Context, *StatusReq) (*StatusResp, error) {
+func (UnimplementedConsumerInfoServer) StatusQuery(context.Context, *StatusReq) (*StatusResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method StatusQuery not implemented")
 }
-func (UnimplementedConsumerClientServer) SupplyInfoSearch(context.Context, *SupplyInfoSearchReq) (*SupplyInfoSearchResp, error) {
+func (UnimplementedConsumerInfoServer) SupplyInfoSearch(context.Context, *SupplyInfoSearchReq) (*SupplyInfoSearchResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method SupplyInfoSearch not implemented")
 }
-func (UnimplementedConsumerClientServer) SupplyInfoDetail(context.Context, *StatusReq) (*SupplyInfoDetailResp, error) {
+func (UnimplementedConsumerInfoServer) SupplyInfoDetail(context.Context, *StatusReq) (*SupplyInfoDetailResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method SupplyInfoDetail not implemented")
 }
-func (UnimplementedConsumerClientServer) InfoFileUpload(context.Context, *InfoFileUploadReq) (*InfoFileUploadResp, error) {
+func (UnimplementedConsumerInfoServer) InfoFileUpload(context.Context, *InfoFileUploadReq) (*InfoFileUploadResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoFileUpload not implemented")
 }
-func (UnimplementedConsumerClientServer) InfoFileDel(context.Context, *InfoFileDelReq) (*BaseResp, error) {
+func (UnimplementedConsumerInfoServer) InfoFileDel(context.Context, *InfoFileDelReq) (*BaseResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoFileDel not implemented")
 }
-func (UnimplementedConsumerClientServer) mustEmbedUnimplementedConsumerClientServer() {}
+func (UnimplementedConsumerInfoServer) mustEmbedUnimplementedConsumerInfoServer() {}
 
-// UnsafeConsumerClientServer may be embedded to opt out of forward compatibility for this service.
-// Use of this interface is not recommended, as added methods to ConsumerClientServer will
+// UnsafeConsumerInfoServer may be embedded to opt out of forward compatibility for this service.
+// Use of this interface is not recommended, as added methods to ConsumerInfoServer will
 // result in compilation errors.
-type UnsafeConsumerClientServer interface {
-	mustEmbedUnimplementedConsumerClientServer()
+type UnsafeConsumerInfoServer interface {
+	mustEmbedUnimplementedConsumerInfoServer()
 }
 
-func RegisterConsumerClientServer(s grpc.ServiceRegistrar, srv ConsumerClientServer) {
-	s.RegisterService(&ConsumerClient_ServiceDesc, srv)
+func RegisterConsumerInfoServer(s grpc.ServiceRegistrar, srv ConsumerInfoServer) {
+	s.RegisterService(&ConsumerInfo_ServiceDesc, srv)
 }
 
-func _ConsumerClient_PublishInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_PublishInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(PublishInfoReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).PublishInfo(ctx, in)
+		return srv.(ConsumerInfoServer).PublishInfo(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/PublishInfo",
+		FullMethod: "/consumer.consumerInfo/PublishInfo",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).PublishInfo(ctx, req.(*PublishInfoReq))
+		return srv.(ConsumerInfoServer).PublishInfo(ctx, req.(*PublishInfoReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_InfoByUserId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_InfoByUserId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(UserIdReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).InfoByUserId(ctx, in)
+		return srv.(ConsumerInfoServer).InfoByUserId(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/InfoByUserId",
+		FullMethod: "/consumer.consumerInfo/InfoByUserId",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).InfoByUserId(ctx, req.(*UserIdReq))
+		return srv.(ConsumerInfoServer).InfoByUserId(ctx, req.(*UserIdReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_InfoRelated_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_InfoRelated_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(UserIdReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).InfoRelated(ctx, in)
+		return srv.(ConsumerInfoServer).InfoRelated(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/InfoRelated",
+		FullMethod: "/consumer.consumerInfo/InfoRelated",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).InfoRelated(ctx, req.(*UserIdReq))
+		return srv.(ConsumerInfoServer).InfoRelated(ctx, req.(*UserIdReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_MyPublishList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_MyPublishList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(MyPublishListReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).MyPublishList(ctx, in)
+		return srv.(ConsumerInfoServer).MyPublishList(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/MyPublishList",
+		FullMethod: "/consumer.consumerInfo/MyPublishList",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).MyPublishList(ctx, req.(*MyPublishListReq))
+		return srv.(ConsumerInfoServer).MyPublishList(ctx, req.(*MyPublishListReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_InfoChange_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_InfoChange_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoDetailReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).InfoChange(ctx, in)
+		return srv.(ConsumerInfoServer).InfoChange(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/InfoChange",
+		FullMethod: "/consumer.consumerInfo/InfoChange",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).InfoChange(ctx, req.(*InfoDetailReq))
+		return srv.(ConsumerInfoServer).InfoChange(ctx, req.(*InfoDetailReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_StatusQuery_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_StatusQuery_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(StatusReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).StatusQuery(ctx, in)
+		return srv.(ConsumerInfoServer).StatusQuery(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/StatusQuery",
+		FullMethod: "/consumer.consumerInfo/StatusQuery",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).StatusQuery(ctx, req.(*StatusReq))
+		return srv.(ConsumerInfoServer).StatusQuery(ctx, req.(*StatusReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_SupplyInfoSearch_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_SupplyInfoSearch_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(SupplyInfoSearchReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).SupplyInfoSearch(ctx, in)
+		return srv.(ConsumerInfoServer).SupplyInfoSearch(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/SupplyInfoSearch",
+		FullMethod: "/consumer.consumerInfo/SupplyInfoSearch",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).SupplyInfoSearch(ctx, req.(*SupplyInfoSearchReq))
+		return srv.(ConsumerInfoServer).SupplyInfoSearch(ctx, req.(*SupplyInfoSearchReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_SupplyInfoDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_SupplyInfoDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(StatusReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).SupplyInfoDetail(ctx, in)
+		return srv.(ConsumerInfoServer).SupplyInfoDetail(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/supplyInfoDetail",
+		FullMethod: "/consumer.consumerInfo/supplyInfoDetail",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).SupplyInfoDetail(ctx, req.(*StatusReq))
+		return srv.(ConsumerInfoServer).SupplyInfoDetail(ctx, req.(*StatusReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_InfoFileUpload_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_InfoFileUpload_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoFileUploadReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).InfoFileUpload(ctx, in)
+		return srv.(ConsumerInfoServer).InfoFileUpload(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/InfoFileUpload",
+		FullMethod: "/consumer.consumerInfo/InfoFileUpload",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).InfoFileUpload(ctx, req.(*InfoFileUploadReq))
+		return srv.(ConsumerInfoServer).InfoFileUpload(ctx, req.(*InfoFileUploadReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ConsumerClient_InfoFileDel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ConsumerInfo_InfoFileDel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoFileDelReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ConsumerClientServer).InfoFileDel(ctx, in)
+		return srv.(ConsumerInfoServer).InfoFileDel(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/consumer.consumerClient/InfoFileDel",
+		FullMethod: "/consumer.consumerInfo/InfoFileDel",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ConsumerClientServer).InfoFileDel(ctx, req.(*InfoFileDelReq))
+		return srv.(ConsumerInfoServer).InfoFileDel(ctx, req.(*InfoFileDelReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-// ConsumerClient_ServiceDesc is the grpc.ServiceDesc for ConsumerClient service.
+// ConsumerInfo_ServiceDesc is the grpc.ServiceDesc for ConsumerInfo service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
-var ConsumerClient_ServiceDesc = grpc.ServiceDesc{
-	ServiceName: "consumer.consumerClient",
-	HandlerType: (*ConsumerClientServer)(nil),
+var ConsumerInfo_ServiceDesc = grpc.ServiceDesc{
+	ServiceName: "consumer.consumerInfo",
+	HandlerType: (*ConsumerInfoServer)(nil),
 	Methods: []grpc.MethodDesc{
 		{
 			MethodName: "PublishInfo",
-			Handler:    _ConsumerClient_PublishInfo_Handler,
+			Handler:    _ConsumerInfo_PublishInfo_Handler,
 		},
 		{
 			MethodName: "InfoByUserId",
-			Handler:    _ConsumerClient_InfoByUserId_Handler,
+			Handler:    _ConsumerInfo_InfoByUserId_Handler,
 		},
 		{
 			MethodName: "InfoRelated",
-			Handler:    _ConsumerClient_InfoRelated_Handler,
+			Handler:    _ConsumerInfo_InfoRelated_Handler,
 		},
 		{
 			MethodName: "MyPublishList",
-			Handler:    _ConsumerClient_MyPublishList_Handler,
+			Handler:    _ConsumerInfo_MyPublishList_Handler,
 		},
 		{
 			MethodName: "InfoChange",
-			Handler:    _ConsumerClient_InfoChange_Handler,
+			Handler:    _ConsumerInfo_InfoChange_Handler,
 		},
 		{
 			MethodName: "StatusQuery",
-			Handler:    _ConsumerClient_StatusQuery_Handler,
+			Handler:    _ConsumerInfo_StatusQuery_Handler,
 		},
 		{
 			MethodName: "SupplyInfoSearch",
-			Handler:    _ConsumerClient_SupplyInfoSearch_Handler,
+			Handler:    _ConsumerInfo_SupplyInfoSearch_Handler,
 		},
 		{
 			MethodName: "supplyInfoDetail",
-			Handler:    _ConsumerClient_SupplyInfoDetail_Handler,
+			Handler:    _ConsumerInfo_SupplyInfoDetail_Handler,
 		},
 		{
 			MethodName: "InfoFileUpload",
-			Handler:    _ConsumerClient_InfoFileUpload_Handler,
+			Handler:    _ConsumerInfo_InfoFileUpload_Handler,
 		},
 		{
 			MethodName: "InfoFileDel",
-			Handler:    _ConsumerClient_InfoFileDel_Handler,
+			Handler:    _ConsumerInfo_InfoFileDel_Handler,
 		},
 	},
 	Streams:  []grpc.StreamDesc{},

+ 64 - 3
rpc/manager/internal/logic/infoonekeyactionlogic.go

@@ -5,12 +5,15 @@ import (
 	"app.yhyue.com/moapp/jyInfo/rpc/manager/internal/svc"
 	"app.yhyue.com/moapp/jyInfo/rpc/manager/type/manager"
 	"app.yhyue.com/moapp/jyInfo/rpc/model"
+	es "app.yhyue.com/moapp/jyInfo/rpc/model/es"
 	"app.yhyue.com/moapp/jyInfo/rpc/util"
 	mc "app.yhyue.com/moapp/jybase/common"
 	se "app.yhyue.com/moapp/jybase/encrypt"
+	"app.yhyue.com/moapp/jybase/redis"
 	"context"
 	"fmt"
 	"github.com/zeromicro/go-zero/core/logx"
+	"time"
 )
 
 type InfoOneKeyActionLogic struct {
@@ -32,7 +35,7 @@ func (l *InfoOneKeyActionLogic) InfoOneKeyAction(in *manager.OneKeyActionReq) (*
 	var resp = &manager.InfoResp{}
 	if in.UserId != "" && MI.MUserIdMap[in.UserId] {
 		msgId := se.SE.DecodeString(in.MsgId)
-		var tname = mc.If(in.MsgType == "3", "supply_info", "information")
+		var tname = mc.If(in.MsgType == "3", "supply_info", "information").(string)
 		data := model.Mysql.SelectBySql(`SELECT a.title,a.detail,a.attach FROM ? a WHERE a.id = ? AND a.type = ?`, tname, msgId, in.MsgType)
 		if len(*data) > 0 {
 			res := (*data)[0]
@@ -55,8 +58,34 @@ func (l *InfoOneKeyActionLogic) InfoOneKeyAction(in *manager.OneKeyActionReq) (*
 					logx.Info(resp.ErrMsg)
 				}
 			case 2: //一键信息发布
+				query := map[string]interface{}{
+					"id":     msgId,
+					"app_id": in.AppId,
+				}
 				switch in.MsgType {
-				case "3": //供应信息
+				case "3": //供应信息生成索引
+					upData := make(map[string]interface{})
+					upData["publish_time"] = time.Now().Format("2006-01-02 15:04:05")
+					upData["published"] = 2
+					entNameKye := fmt.Sprintf("userEntName_%s_%s_%d", mc.InterfaceToStr(res["user_id"]), in.MsgId, in.MsgType)
+					entName := redis.GetStr("other", entNameKye)
+					supInfo := make(map[string]interface{})
+					supInfo["id"] = msgId
+					supInfo["title"] = res["title"]
+					supInfo["detail"] = res["detail"]
+					supInfo["province"] = res["province"]
+					supInfo["city"] = res["city"]
+					if !es.SaveSupplyInfo(entName, supInfo) {
+						resp.ErrCode = -1
+						resp.ErrMsg = "信息发布调用失败"
+					}
+					if !model.Mysql.Update(tname, query, map[string]interface{}{
+						"publish_time": time.Now().Format("2006-01-02 15:04:05"),
+						"published":    2,
+					}) {
+						resp.ErrCode = -1
+						resp.ErrMsg = resp.ErrMsg + "更新信息失败"
+					}
 				case "1", "2": //招标信息,采购信息
 					//nsq发布信息
 					nsq, err := util.NewNsqInfo(model.NsqConfig.Ip, model.NsqConfig.Topic, msgId, "2", mc.InterfaceToStr(in.MsgType), false, res)
@@ -64,11 +93,43 @@ func (l *InfoOneKeyActionLogic) InfoOneKeyAction(in *manager.OneKeyActionReq) (*
 						resp.ErrCode = -1
 						resp.ErrMsg = "调用nsq失败"
 					}
-					if model.Mysql.UpdateOrDeleteBySql(``) < 1 {
+					if !model.Mysql.Update(tname, query, map[string]interface{}{
+						"status": 4,
+					}) {
 						resp.ErrCode = -1
 						resp.ErrMsg = resp.ErrMsg + "更新信息失败"
 					}
 				}
+			case 3: //一键删除
+				query := map[string]interface{}{
+					"id":     msgId,
+					"app_id": in.AppId,
+				}
+				if data := model.Mysql.FindOne(tname, query, "", ""); data != nil && len(*data) > 0 {
+					update := map[string]interface{}{"is_del": -1}
+					if !model.Mysql.Update(tname, query, update) {
+						resp.ErrCode = -1
+						resp.ErrMsg = resp.ErrMsg + "更新信息失败"
+					}
+				}
+				switch in.MsgType {
+				case "3": //删除供应信息索引
+					if mc.IntAll(res["published"]) == 2 {
+						if !es.DelSupplyInfo(mc.InterfaceToStr(msgId)) {
+							resp.ErrCode = -1
+							resp.ErrMsg = "es删除供应信息失败"
+						}
+					}
+				case "1", "2": //删除 招标信息,采购信息 索引
+					if mc.IntAll(res["published"]) == 2 {
+						//如果是已经正常发布的信息 同步调用nsq删除
+						nsq, err := util.NewNsqInfo(model.NsqConfig.Ip, model.NsqConfig.Topic, msgId, "3", in.MsgType, false, res)
+						if err != nil || nsq.NsqPushInfo() != nil {
+							resp.ErrCode = -1
+							resp.ErrMsg = "nsq回调删除,同步删除信息失败"
+						}
+					}
+				}
 			}
 		}
 	}

+ 9 - 9
rpc/manager/internal/server/managerclientserver.go → rpc/manager/internal/server/managerinfoserver.go

@@ -11,43 +11,43 @@ import (
 	"app.yhyue.com/moapp/jyInfo/rpc/manager/type/manager"
 )
 
-type ManagerClientServer struct {
+type ManagerInfoServer struct {
 	svcCtx *svc.ServiceContext
-	manager.UnimplementedManagerClientServer
+	manager.UnimplementedManagerInfoServer
 }
 
-func NewManagerClientServer(svcCtx *svc.ServiceContext) *ManagerClientServer {
-	return &ManagerClientServer{
+func NewManagerInfoServer(svcCtx *svc.ServiceContext) *ManagerInfoServer {
+	return &ManagerInfoServer{
 		svcCtx: svcCtx,
 	}
 }
 
 // 信息列表
-func (s *ManagerClientServer) InfoList(ctx context.Context, in *manager.InfoListReq) (*manager.InfoListResp, error) {
+func (s *ManagerInfoServer) InfoList(ctx context.Context, in *manager.InfoListReq) (*manager.InfoListResp, error) {
 	l := logic.NewInfoListLogic(ctx, s.svcCtx)
 	return l.InfoList(in)
 }
 
 // 信息详情
-func (s *ManagerClientServer) InfoDetail(ctx context.Context, in *manager.InfoDetailReq) (*manager.InfoDetailResp, error) {
+func (s *ManagerInfoServer) InfoDetail(ctx context.Context, in *manager.InfoDetailReq) (*manager.InfoDetailResp, error) {
 	l := logic.NewInfoDetailLogic(ctx, s.svcCtx)
 	return l.InfoDetail(in)
 }
 
 // 信息审核
-func (s *ManagerClientServer) InfoExamine(ctx context.Context, in *manager.InfoExamineReq) (*manager.InfoExamineResp, error) {
+func (s *ManagerInfoServer) InfoExamine(ctx context.Context, in *manager.InfoExamineReq) (*manager.InfoExamineResp, error) {
 	l := logic.NewInfoExamineLogic(ctx, s.svcCtx)
 	return l.InfoExamine(in)
 }
 
 // 管理后台机构冻结
-func (s *ManagerClientServer) InstitutionsFreeze(ctx context.Context, in *manager.InstitutionsFreezeReq) (*manager.InfoResp, error) {
+func (s *ManagerInfoServer) InstitutionsFreeze(ctx context.Context, in *manager.InstitutionsFreezeReq) (*manager.InfoResp, error) {
 	l := logic.NewInstitutionsFreezeLogic(ctx, s.svcCtx)
 	return l.InstitutionsFreeze(in)
 }
 
 // 管理后台一键操作
-func (s *ManagerClientServer) InfoOneKeyAction(ctx context.Context, in *manager.OneKeyActionReq) (*manager.InfoResp, error) {
+func (s *ManagerInfoServer) InfoOneKeyAction(ctx context.Context, in *manager.OneKeyActionReq) (*manager.InfoResp, error) {
 	l := logic.NewInfoOneKeyActionLogic(ctx, s.svcCtx)
 	return l.InfoOneKeyAction(in)
 }

+ 0 - 0
rpc/manager/logs/error.log-2022-04-24


+ 396 - 0
rpc/manager/logs/stat.log-2022-04-24

@@ -0,0 +1,396 @@
+{"@timestamp":"2022-04-24T14:26:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.3Mi, TotalAlloc=7.1Mi, Sys=18.4Mi, NumGC=2"}
+{"@timestamp":"2022-04-24T14:26:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:27:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.2Mi, Sys=18.4Mi, NumGC=2"}
+{"@timestamp":"2022-04-24T14:27:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:28:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.3Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:28:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:29:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.4Mi, Sys=18.7Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T14:29:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:30:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.4Mi, Sys=18.7Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:30:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:31:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.5Mi, Sys=18.7Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T14:31:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:32:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.5Mi, Sys=18.7Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:32:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:33:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.6Mi, Sys=18.7Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T14:33:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:34:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.7Mi, Sys=18.7Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:34:49.915+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:35:49.603+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.7Mi, Sys=18.7Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T14:35:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:36:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.8Mi, Sys=18.7Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:36:49.917+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:37:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.8Mi, Sys=18.7Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T14:37:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:38:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.9Mi, Sys=18.7Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:38:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:39:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.0Mi, Sys=18.7Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T14:39:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:40:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.0Mi, Sys=18.7Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:40:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:41:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.1Mi, Sys=18.7Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T14:41:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:42:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.1Mi, Sys=18.7Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:42:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:43:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.2Mi, Sys=18.7Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T14:43:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:44:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.3Mi, Sys=18.7Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:44:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:45:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.3Mi, Sys=18.7Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T14:45:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:46:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.4Mi, Sys=18.7Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:46:49.915+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:47:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.4Mi, Sys=18.7Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T14:47:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:48:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.5Mi, Sys=18.7Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:48:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:49:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.5Mi, Sys=18.7Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T14:49:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:50:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.6Mi, Sys=18.7Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:50:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:51:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.7Mi, Sys=18.7Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T14:51:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:52:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.7Mi, Sys=18.7Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:52:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:53:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.8Mi, Sys=18.7Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T14:53:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:54:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.8Mi, Sys=18.7Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:54:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:55:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=8.9Mi, Sys=18.7Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T14:55:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:56:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.0Mi, Sys=18.7Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:56:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:57:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.0Mi, Sys=18.7Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T14:57:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:58:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.1Mi, Sys=18.7Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:58:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T14:59:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.1Mi, Sys=18.7Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T14:59:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:00:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.2Mi, Sys=18.7Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T15:00:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:01:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.3Mi, Sys=18.7Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T15:01:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:02:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.3Mi, Sys=18.7Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:02:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:03:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.4Mi, Sys=18.7Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T15:03:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:04:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.4Mi, Sys=18.7Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:04:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:05:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.5Mi, Sys=18.7Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T15:05:49.912+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:06:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.6Mi, Sys=18.7Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:06:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:07:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.6Mi, Sys=18.7Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T15:07:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:08:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.7Mi, Sys=18.7Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:08:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:09:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.7Mi, Sys=18.7Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T15:09:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:10:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.8Mi, Sys=18.7Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:10:49.915+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:11:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.8Mi, Sys=18.7Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T15:11:49.912+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:12:49.619+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=9.9Mi, Sys=18.7Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:12:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:13:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.0Mi, Sys=18.7Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T15:13:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:14:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.0Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:14:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:15:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.1Mi, Sys=18.9Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T15:15:49.912+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:16:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.1Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:16:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:17:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.2Mi, Sys=18.9Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T15:17:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:18:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.3Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:18:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:19:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.3Mi, Sys=18.9Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T15:19:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:20:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.4Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:20:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:21:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.4Mi, Sys=18.9Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T15:21:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:22:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.5Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:22:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:23:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.6Mi, Sys=18.9Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T15:23:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:24:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.6Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:24:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:25:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.7Mi, Sys=18.9Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T15:25:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:26:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.7Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:26:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:27:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.8Mi, Sys=18.9Mi, NumGC=32"}
+{"@timestamp":"2022-04-24T15:27:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:28:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:28:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:29:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=33"}
+{"@timestamp":"2022-04-24T15:29:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:30:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.0Mi, Sys=19.2Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:30:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:31:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.0Mi, Sys=19.2Mi, NumGC=34"}
+{"@timestamp":"2022-04-24T15:31:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:32:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.1Mi, Sys=19.2Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:32:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:33:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.1Mi, Sys=19.2Mi, NumGC=35"}
+{"@timestamp":"2022-04-24T15:33:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:34:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.2Mi, Sys=19.2Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:34:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:35:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.3Mi, Sys=19.2Mi, NumGC=36"}
+{"@timestamp":"2022-04-24T15:35:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:36:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.3Mi, Sys=19.2Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:36:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:37:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.4Mi, Sys=19.2Mi, NumGC=37"}
+{"@timestamp":"2022-04-24T15:37:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:38:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.4Mi, Sys=19.2Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:38:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:39:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.5Mi, Sys=19.2Mi, NumGC=38"}
+{"@timestamp":"2022-04-24T15:39:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:40:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.6Mi, Sys=19.2Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:40:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:41:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.6Mi, Sys=19.2Mi, NumGC=39"}
+{"@timestamp":"2022-04-24T15:41:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:42:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.7Mi, Sys=19.2Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:42:49.912+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:43:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.7Mi, Sys=19.2Mi, NumGC=40"}
+{"@timestamp":"2022-04-24T15:43:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:44:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.8Mi, Sys=19.2Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:44:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:45:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.9Mi, Sys=19.2Mi, NumGC=41"}
+{"@timestamp":"2022-04-24T15:45:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:46:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=11.9Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:46:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:47:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.0Mi, Sys=19.2Mi, NumGC=42"}
+{"@timestamp":"2022-04-24T15:47:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:48:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.0Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:48:49.912+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:49:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.1Mi, Sys=19.2Mi, NumGC=43"}
+{"@timestamp":"2022-04-24T15:49:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:50:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.2Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:50:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:51:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.2Mi, Sys=19.2Mi, NumGC=44"}
+{"@timestamp":"2022-04-24T15:51:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:52:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.3Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:52:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:53:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.3Mi, Sys=19.2Mi, NumGC=45"}
+{"@timestamp":"2022-04-24T15:53:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:54:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.4Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:54:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:55:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.4Mi, Sys=19.2Mi, NumGC=46"}
+{"@timestamp":"2022-04-24T15:55:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:56:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.5Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:56:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:57:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.6Mi, Sys=19.2Mi, NumGC=47"}
+{"@timestamp":"2022-04-24T15:57:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:58:49.612+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.6Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:58:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T15:59:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.7Mi, Sys=19.2Mi, NumGC=48"}
+{"@timestamp":"2022-04-24T15:59:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:00:49.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.7Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T16:00:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:01:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.8Mi, Sys=19.2Mi, NumGC=49"}
+{"@timestamp":"2022-04-24T16:01:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:02:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.9Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:02:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:03:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.9Mi, Sys=19.2Mi, NumGC=50"}
+{"@timestamp":"2022-04-24T16:03:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:04:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.0Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:04:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:05:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.0Mi, Sys=19.2Mi, NumGC=51"}
+{"@timestamp":"2022-04-24T16:05:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:06:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.1Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:06:49.915+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:07:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.2Mi, Sys=19.2Mi, NumGC=52"}
+{"@timestamp":"2022-04-24T16:07:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:08:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.2Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:08:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:09:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.3Mi, Sys=19.2Mi, NumGC=53"}
+{"@timestamp":"2022-04-24T16:09:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:10:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.3Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:10:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:11:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.4Mi, Sys=19.2Mi, NumGC=54"}
+{"@timestamp":"2022-04-24T16:11:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:12:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.5Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:12:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:13:49.609+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.5Mi, Sys=19.2Mi, NumGC=55"}
+{"@timestamp":"2022-04-24T16:13:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:14:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.6Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:14:49.917+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:15:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.6Mi, Sys=19.2Mi, NumGC=56"}
+{"@timestamp":"2022-04-24T16:15:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:16:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.7Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:16:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:17:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.7Mi, Sys=19.2Mi, NumGC=57"}
+{"@timestamp":"2022-04-24T16:17:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:18:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.8Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:18:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:19:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.9Mi, Sys=19.2Mi, NumGC=58"}
+{"@timestamp":"2022-04-24T16:19:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:20:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=13.9Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:20:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:21:49.606+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.0Mi, Sys=19.2Mi, NumGC=59"}
+{"@timestamp":"2022-04-24T16:21:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:22:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.0Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:22:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:23:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.1Mi, Sys=19.2Mi, NumGC=60"}
+{"@timestamp":"2022-04-24T16:23:49.916+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:24:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.2Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:24:49.909+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:25:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.2Mi, Sys=19.2Mi, NumGC=61"}
+{"@timestamp":"2022-04-24T16:25:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:26:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.3Mi, Sys=19.2Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:26:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:27:49.617+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.3Mi, Sys=19.2Mi, NumGC=62"}
+{"@timestamp":"2022-04-24T16:27:49.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:28:49.605+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.4Mi, Sys=19.2Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:28:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:29:49.610+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.4Mi, Sys=19.2Mi, NumGC=63"}
+{"@timestamp":"2022-04-24T16:29:49.902+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:30:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.5Mi, Sys=19.2Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:30:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:31:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.6Mi, Sys=19.2Mi, NumGC=64"}
+{"@timestamp":"2022-04-24T16:31:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:32:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.6Mi, Sys=19.2Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:32:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:33:49.618+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.7Mi, Sys=19.2Mi, NumGC=65"}
+{"@timestamp":"2022-04-24T16:33:49.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:34:49.613+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.7Mi, Sys=19.2Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:34:49.904+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:35:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.8Mi, Sys=19.2Mi, NumGC=66"}
+{"@timestamp":"2022-04-24T16:35:49.914+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:36:49.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.9Mi, Sys=19.2Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:36:49.911+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:37:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=14.9Mi, Sys=19.2Mi, NumGC=67"}
+{"@timestamp":"2022-04-24T16:37:49.908+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:38:49.607+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.0Mi, Sys=19.2Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:38:49.913+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:39:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.0Mi, Sys=19.2Mi, NumGC=68"}
+{"@timestamp":"2022-04-24T16:39:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:40:49.608+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.1Mi, Sys=19.2Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:40:49.915+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:41:49.616+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.2Mi, Sys=19.2Mi, NumGC=69"}
+{"@timestamp":"2022-04-24T16:41:49.907+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:42:49.614+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.2Mi, Sys=19.2Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:42:49.905+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:43:49.611+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=15.3Mi, Sys=19.2Mi, NumGC=70"}
+{"@timestamp":"2022-04-24T16:43:49.903+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:46:30.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.3Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T16:46:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:47:30.205+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.5Mi, Sys=18.9Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T16:47:30.267+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:48:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.6Mi, Sys=19.2Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T16:48:30.263+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:49:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.7Mi, Sys=19.2Mi, NumGC=4"}
+{"@timestamp":"2022-04-24T16:49:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:50:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.8Mi, Sys=19.2Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T16:50:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:51:30.208+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.9Mi, Sys=19.2Mi, NumGC=5"}
+{"@timestamp":"2022-04-24T16:51:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:52:30.207+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.0Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T16:52:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:53:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.1Mi, Sys=19.2Mi, NumGC=6"}
+{"@timestamp":"2022-04-24T16:53:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:54:30.208+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.2Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T16:54:30.268+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:55:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.3Mi, Sys=19.2Mi, NumGC=7"}
+{"@timestamp":"2022-04-24T16:55:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:56:30.214+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.4Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T16:56:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:57:30.209+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.5Mi, Sys=19.2Mi, NumGC=8"}
+{"@timestamp":"2022-04-24T16:57:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:58:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.6Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T16:58:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T16:59:30.208+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.7Mi, Sys=19.2Mi, NumGC=9"}
+{"@timestamp":"2022-04-24T16:59:30.268+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:00:30.206+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.8Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T17:00:30.267+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:01:30.202+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.9Mi, Sys=19.2Mi, NumGC=10"}
+{"@timestamp":"2022-04-24T17:01:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:02:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.0Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T17:02:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:03:30.211+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.1Mi, Sys=19.2Mi, NumGC=11"}
+{"@timestamp":"2022-04-24T17:03:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:04:30.217+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.2Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T17:04:30.263+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:05:30.217+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.3Mi, Sys=19.2Mi, NumGC=12"}
+{"@timestamp":"2022-04-24T17:05:30.264+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:06:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.3Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T17:06:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:07:30.211+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.4Mi, Sys=19.2Mi, NumGC=13"}
+{"@timestamp":"2022-04-24T17:07:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:08:30.211+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.5Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T17:08:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:09:30.203+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.6Mi, Sys=19.2Mi, NumGC=14"}
+{"@timestamp":"2022-04-24T17:09:30.264+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:10:30.214+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.7Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T17:10:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:11:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.8Mi, Sys=19.2Mi, NumGC=15"}
+{"@timestamp":"2022-04-24T17:11:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:12:30.213+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.9Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T17:12:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:13:30.201+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.0Mi, Sys=19.2Mi, NumGC=16"}
+{"@timestamp":"2022-04-24T17:13:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:14:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.1Mi, Sys=19.2Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T17:14:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:15:30.207+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.2Mi, Sys=19.2Mi, NumGC=17"}
+{"@timestamp":"2022-04-24T17:15:30.268+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:16:30.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.3Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T17:16:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:17:30.201+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.4Mi, Sys=19.2Mi, NumGC=18"}
+{"@timestamp":"2022-04-24T17:17:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:18:30.209+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.5Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T17:18:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:19:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.6Mi, Sys=19.2Mi, NumGC=19"}
+{"@timestamp":"2022-04-24T17:19:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:20:30.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.7Mi, Sys=19.2Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T17:20:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:21:30.209+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.8Mi, Sys=19.2Mi, NumGC=20"}
+{"@timestamp":"2022-04-24T17:21:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:22:30.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T17:22:30.262+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:23:30.204+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.9Mi, Sys=19.2Mi, NumGC=21"}
+{"@timestamp":"2022-04-24T17:23:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:24:30.202+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.0Mi, Sys=19.2Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T17:24:30.263+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:25:30.208+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.1Mi, Sys=19.2Mi, NumGC=22"}
+{"@timestamp":"2022-04-24T17:25:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:26:30.202+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.2Mi, Sys=19.2Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T17:26:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:27:30.208+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.3Mi, Sys=19.2Mi, NumGC=23"}
+{"@timestamp":"2022-04-24T17:27:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:28:30.202+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.4Mi, Sys=19.2Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T17:28:30.264+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:29:30.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.5Mi, Sys=19.2Mi, NumGC=24"}
+{"@timestamp":"2022-04-24T17:29:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:30:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.6Mi, Sys=19.2Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T17:30:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:31:30.207+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.6Mi, Sys=19.2Mi, NumGC=25"}
+{"@timestamp":"2022-04-24T17:31:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:32:30.203+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.8Mi, Sys=19.2Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T17:32:30.263+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:33:30.211+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.9Mi, Sys=19.2Mi, NumGC=26"}
+{"@timestamp":"2022-04-24T17:33:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:34:30.214+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.0Mi, Sys=19.2Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T17:34:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:35:30.210+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.1Mi, Sys=19.2Mi, NumGC=27"}
+{"@timestamp":"2022-04-24T17:35:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:36:30.209+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.2Mi, Sys=19.2Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T17:36:30.267+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:37:30.214+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.3Mi, Sys=19.2Mi, NumGC=28"}
+{"@timestamp":"2022-04-24T17:37:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:38:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.4Mi, Sys=19.2Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T17:38:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:39:30.211+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.5Mi, Sys=19.2Mi, NumGC=29"}
+{"@timestamp":"2022-04-24T17:39:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:40:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.5Mi, Sys=19.2Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T17:40:30.261+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:41:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.6Mi, Sys=19.2Mi, NumGC=30"}
+{"@timestamp":"2022-04-24T17:41:30.260+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:42:30.215+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.7Mi, Sys=19.2Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T17:42:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:43:30.212+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.8Mi, Sys=19.2Mi, NumGC=31"}
+{"@timestamp":"2022-04-24T17:43:30.259+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T17:45:31.040+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.2Mi, Sys=19.2Mi, NumGC=3"}
+{"@timestamp":"2022-04-24T17:45:31.193+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:54.910+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-04-24T18:15:54.936+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.4Mi, Sys=19.2Mi, NumGC=3"}

+ 2 - 2
rpc/manager/manager.go

@@ -30,10 +30,10 @@ func main() {
 	}()
 
 	ctx := svc.NewServiceContext(IC.C)
-	svr := server.NewManagerClientServer(ctx)
+	svr := server.NewManagerInfoServer(ctx)
 
 	s := zrpc.MustNewServer(IC.C.RpcServerConf, func(grpcServer *grpc.Server) {
-		manager.RegisterManagerClientServer(grpcServer, svr)
+		manager.RegisterManagerInfoServer(grpcServer, svr)
 
 		if IC.C.Mode == service.DevMode || IC.C.Mode == service.TestMode {
 			reflection.Register(grpcServer)

+ 1 - 1
rpc/manager/manager.proto

@@ -156,7 +156,7 @@ message  OneKeyActionReq{
 	int64  type = 5;//1:管理后台一键敏感词过滤;2:管理后台一键发布;3管理后台一键删除;
 }
 //
-service managerClient {
+service managerInfo {
 	//信息列表
 	rpc InfoList(InfoListReq) returns(InfoListResp);
 	//信息详情

+ 15 - 15
rpc/manager/managerclient/managerclient.go → rpc/manager/managerinfo/managerinfo.go

@@ -1,7 +1,7 @@
 // Code generated by goctl. DO NOT EDIT!
 // Source: manager.proto
 
-package managerclient
+package managerinfo
 
 import (
 	"context"
@@ -32,7 +32,7 @@ type (
 	Review                = manager.Review
 	Sensitive             = manager.Sensitive
 
-	ManagerClient interface {
+	ManagerInfo interface {
 		// 信息列表
 		InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error)
 		// 信息详情
@@ -45,43 +45,43 @@ type (
 		InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error)
 	}
 
-	defaultManagerClient struct {
+	defaultManagerInfo struct {
 		cli zrpc.Client
 	}
 )
 
-func NewManagerClient(cli zrpc.Client) ManagerClient {
-	return &defaultManagerClient{
+func NewManagerInfo(cli zrpc.Client) ManagerInfo {
+	return &defaultManagerInfo{
 		cli: cli,
 	}
 }
 
 // 信息列表
-func (m *defaultManagerClient) InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) {
-	client := manager.NewManagerClientClient(m.cli.Conn())
+func (m *defaultManagerInfo) InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) {
+	client := manager.NewManagerInfoClient(m.cli.Conn())
 	return client.InfoList(ctx, in, opts...)
 }
 
 // 信息详情
-func (m *defaultManagerClient) InfoDetail(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
-	client := manager.NewManagerClientClient(m.cli.Conn())
+func (m *defaultManagerInfo) InfoDetail(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
+	client := manager.NewManagerInfoClient(m.cli.Conn())
 	return client.InfoDetail(ctx, in, opts...)
 }
 
 // 信息审核
-func (m *defaultManagerClient) InfoExamine(ctx context.Context, in *InfoExamineReq, opts ...grpc.CallOption) (*InfoExamineResp, error) {
-	client := manager.NewManagerClientClient(m.cli.Conn())
+func (m *defaultManagerInfo) InfoExamine(ctx context.Context, in *InfoExamineReq, opts ...grpc.CallOption) (*InfoExamineResp, error) {
+	client := manager.NewManagerInfoClient(m.cli.Conn())
 	return client.InfoExamine(ctx, in, opts...)
 }
 
 // 管理后台机构冻结
-func (m *defaultManagerClient) InstitutionsFreeze(ctx context.Context, in *InstitutionsFreezeReq, opts ...grpc.CallOption) (*InfoResp, error) {
-	client := manager.NewManagerClientClient(m.cli.Conn())
+func (m *defaultManagerInfo) InstitutionsFreeze(ctx context.Context, in *InstitutionsFreezeReq, opts ...grpc.CallOption) (*InfoResp, error) {
+	client := manager.NewManagerInfoClient(m.cli.Conn())
 	return client.InstitutionsFreeze(ctx, in, opts...)
 }
 
 // 管理后台一键操作
-func (m *defaultManagerClient) InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error) {
-	client := manager.NewManagerClientClient(m.cli.Conn())
+func (m *defaultManagerInfo) InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error) {
+	client := manager.NewManagerInfoClient(m.cli.Conn())
 	return client.InfoOneKeyAction(ctx, in, opts...)
 }

+ 34 - 34
rpc/manager/type/manager/manager.pb.go

@@ -1646,30 +1646,30 @@ var file_manager_proto_rawDesc = []byte{
 	0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67,
 	0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x04, 0x20,
 	0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79,
-	0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xd3,
-	0x02, 0x0a, 0x0d, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74,
-	0x12, 0x37, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x2e, 0x6d,
-	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52,
-	0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66,
-	0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x49, 0x6e, 0x66,
-	0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
-	0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a,
-	0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65,
-	0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x40, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f,
-	0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
-	0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71,
-	0x1a, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45,
-	0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x12, 0x49, 0x6e,
-	0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65,
-	0x12, 0x1e, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x69,
-	0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65, 0x71,
-	0x1a, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
-	0x65, 0x73, 0x70, 0x12, 0x3f, 0x0a, 0x10, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x65, 0x4b, 0x65,
-	0x79, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
-	0x72, 0x2e, 0x4f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
-	0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f,
-	0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
-	0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+	0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xd1,
+	0x02, 0x0a, 0x0b, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x37,
+	0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x2e, 0x6d, 0x61, 0x6e,
+	0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
+	0x1a, 0x15, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x4c,
+	0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x6f, 0x44,
+	0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
+	0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e,
+	0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61,
+	0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x40, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78,
+	0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
+	0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18,
+	0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61,
+	0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74,
+	0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x12, 0x1e,
+	0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75,
+	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x11,
+	0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
+	0x70, 0x12, 0x3f, 0x0a, 0x10, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x41,
+	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
+	0x4f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a,
+	0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
+	0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x62,
+	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
@@ -1715,16 +1715,16 @@ var file_manager_proto_depIdxs = []int32{
 	7,  // 6: manager.InfoData.Contact:type_name -> manager.Contact
 	11, // 7: manager.InfoData.sensitive:type_name -> manager.Sensitive
 	8,  // 8: manager.InfoData.Related:type_name -> manager.Related
-	0,  // 9: manager.managerClient.InfoList:input_type -> manager.InfoListReq
-	4,  // 10: manager.managerClient.InfoDetail:input_type -> manager.InfoDetailReq
-	12, // 11: manager.managerClient.InfoExamine:input_type -> manager.InfoExamineReq
-	15, // 12: manager.managerClient.InstitutionsFreeze:input_type -> manager.InstitutionsFreezeReq
-	16, // 13: manager.managerClient.InfoOneKeyAction:input_type -> manager.OneKeyActionReq
-	1,  // 14: manager.managerClient.InfoList:output_type -> manager.InfoListResp
-	5,  // 15: manager.managerClient.InfoDetail:output_type -> manager.InfoDetailResp
-	13, // 16: manager.managerClient.InfoExamine:output_type -> manager.InfoExamineResp
-	14, // 17: manager.managerClient.InstitutionsFreeze:output_type -> manager.InfoResp
-	14, // 18: manager.managerClient.InfoOneKeyAction:output_type -> manager.InfoResp
+	0,  // 9: manager.managerInfo.InfoList:input_type -> manager.InfoListReq
+	4,  // 10: manager.managerInfo.InfoDetail:input_type -> manager.InfoDetailReq
+	12, // 11: manager.managerInfo.InfoExamine:input_type -> manager.InfoExamineReq
+	15, // 12: manager.managerInfo.InstitutionsFreeze:input_type -> manager.InstitutionsFreezeReq
+	16, // 13: manager.managerInfo.InfoOneKeyAction:input_type -> manager.OneKeyActionReq
+	1,  // 14: manager.managerInfo.InfoList:output_type -> manager.InfoListResp
+	5,  // 15: manager.managerInfo.InfoDetail:output_type -> manager.InfoDetailResp
+	13, // 16: manager.managerInfo.InfoExamine:output_type -> manager.InfoExamineResp
+	14, // 17: manager.managerInfo.InstitutionsFreeze:output_type -> manager.InfoResp
+	14, // 18: manager.managerInfo.InfoOneKeyAction:output_type -> manager.InfoResp
 	14, // [14:19] is the sub-list for method output_type
 	9,  // [9:14] is the sub-list for method input_type
 	9,  // [9:9] is the sub-list for extension type_name

+ 62 - 62
rpc/manager/type/manager/manager_grpc.pb.go

@@ -18,10 +18,10 @@ import (
 // Requires gRPC-Go v1.32.0 or later.
 const _ = grpc.SupportPackageIsVersion7
 
-// ManagerClientClient is the client API for ManagerClient service.
+// ManagerInfoClient is the client API for ManagerInfo service.
 //
 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
-type ManagerClientClient interface {
+type ManagerInfoClient interface {
 	//信息列表
 	InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error)
 	//信息详情
@@ -34,63 +34,63 @@ type ManagerClientClient interface {
 	InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error)
 }
 
-type managerClientClient struct {
+type managerInfoClient struct {
 	cc grpc.ClientConnInterface
 }
 
-func NewManagerClientClient(cc grpc.ClientConnInterface) ManagerClientClient {
-	return &managerClientClient{cc}
+func NewManagerInfoClient(cc grpc.ClientConnInterface) ManagerInfoClient {
+	return &managerInfoClient{cc}
 }
 
-func (c *managerClientClient) InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) {
+func (c *managerInfoClient) InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) {
 	out := new(InfoListResp)
-	err := c.cc.Invoke(ctx, "/manager.managerClient/InfoList", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/manager.managerInfo/InfoList", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *managerClientClient) InfoDetail(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
+func (c *managerInfoClient) InfoDetail(ctx context.Context, in *InfoDetailReq, opts ...grpc.CallOption) (*InfoDetailResp, error) {
 	out := new(InfoDetailResp)
-	err := c.cc.Invoke(ctx, "/manager.managerClient/InfoDetail", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/manager.managerInfo/InfoDetail", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *managerClientClient) InfoExamine(ctx context.Context, in *InfoExamineReq, opts ...grpc.CallOption) (*InfoExamineResp, error) {
+func (c *managerInfoClient) InfoExamine(ctx context.Context, in *InfoExamineReq, opts ...grpc.CallOption) (*InfoExamineResp, error) {
 	out := new(InfoExamineResp)
-	err := c.cc.Invoke(ctx, "/manager.managerClient/InfoExamine", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/manager.managerInfo/InfoExamine", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *managerClientClient) InstitutionsFreeze(ctx context.Context, in *InstitutionsFreezeReq, opts ...grpc.CallOption) (*InfoResp, error) {
+func (c *managerInfoClient) InstitutionsFreeze(ctx context.Context, in *InstitutionsFreezeReq, opts ...grpc.CallOption) (*InfoResp, error) {
 	out := new(InfoResp)
-	err := c.cc.Invoke(ctx, "/manager.managerClient/InstitutionsFreeze", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/manager.managerInfo/InstitutionsFreeze", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-func (c *managerClientClient) InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error) {
+func (c *managerInfoClient) InfoOneKeyAction(ctx context.Context, in *OneKeyActionReq, opts ...grpc.CallOption) (*InfoResp, error) {
 	out := new(InfoResp)
-	err := c.cc.Invoke(ctx, "/manager.managerClient/InfoOneKeyAction", in, out, opts...)
+	err := c.cc.Invoke(ctx, "/manager.managerInfo/InfoOneKeyAction", in, out, opts...)
 	if err != nil {
 		return nil, err
 	}
 	return out, nil
 }
 
-// ManagerClientServer is the server API for ManagerClient service.
-// All implementations must embed UnimplementedManagerClientServer
+// ManagerInfoServer is the server API for ManagerInfo service.
+// All implementations must embed UnimplementedManagerInfoServer
 // for forward compatibility
-type ManagerClientServer interface {
+type ManagerInfoServer interface {
 	//信息列表
 	InfoList(context.Context, *InfoListReq) (*InfoListResp, error)
 	//信息详情
@@ -101,157 +101,157 @@ type ManagerClientServer interface {
 	InstitutionsFreeze(context.Context, *InstitutionsFreezeReq) (*InfoResp, error)
 	//管理后台一键操作
 	InfoOneKeyAction(context.Context, *OneKeyActionReq) (*InfoResp, error)
-	mustEmbedUnimplementedManagerClientServer()
+	mustEmbedUnimplementedManagerInfoServer()
 }
 
-// UnimplementedManagerClientServer must be embedded to have forward compatible implementations.
-type UnimplementedManagerClientServer struct {
+// UnimplementedManagerInfoServer must be embedded to have forward compatible implementations.
+type UnimplementedManagerInfoServer struct {
 }
 
-func (UnimplementedManagerClientServer) InfoList(context.Context, *InfoListReq) (*InfoListResp, error) {
+func (UnimplementedManagerInfoServer) InfoList(context.Context, *InfoListReq) (*InfoListResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoList not implemented")
 }
-func (UnimplementedManagerClientServer) InfoDetail(context.Context, *InfoDetailReq) (*InfoDetailResp, error) {
+func (UnimplementedManagerInfoServer) InfoDetail(context.Context, *InfoDetailReq) (*InfoDetailResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoDetail not implemented")
 }
-func (UnimplementedManagerClientServer) InfoExamine(context.Context, *InfoExamineReq) (*InfoExamineResp, error) {
+func (UnimplementedManagerInfoServer) InfoExamine(context.Context, *InfoExamineReq) (*InfoExamineResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoExamine not implemented")
 }
-func (UnimplementedManagerClientServer) InstitutionsFreeze(context.Context, *InstitutionsFreezeReq) (*InfoResp, error) {
+func (UnimplementedManagerInfoServer) InstitutionsFreeze(context.Context, *InstitutionsFreezeReq) (*InfoResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InstitutionsFreeze not implemented")
 }
-func (UnimplementedManagerClientServer) InfoOneKeyAction(context.Context, *OneKeyActionReq) (*InfoResp, error) {
+func (UnimplementedManagerInfoServer) InfoOneKeyAction(context.Context, *OneKeyActionReq) (*InfoResp, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method InfoOneKeyAction not implemented")
 }
-func (UnimplementedManagerClientServer) mustEmbedUnimplementedManagerClientServer() {}
+func (UnimplementedManagerInfoServer) mustEmbedUnimplementedManagerInfoServer() {}
 
-// UnsafeManagerClientServer may be embedded to opt out of forward compatibility for this service.
-// Use of this interface is not recommended, as added methods to ManagerClientServer will
+// UnsafeManagerInfoServer may be embedded to opt out of forward compatibility for this service.
+// Use of this interface is not recommended, as added methods to ManagerInfoServer will
 // result in compilation errors.
-type UnsafeManagerClientServer interface {
-	mustEmbedUnimplementedManagerClientServer()
+type UnsafeManagerInfoServer interface {
+	mustEmbedUnimplementedManagerInfoServer()
 }
 
-func RegisterManagerClientServer(s grpc.ServiceRegistrar, srv ManagerClientServer) {
-	s.RegisterService(&ManagerClient_ServiceDesc, srv)
+func RegisterManagerInfoServer(s grpc.ServiceRegistrar, srv ManagerInfoServer) {
+	s.RegisterService(&ManagerInfo_ServiceDesc, srv)
 }
 
-func _ManagerClient_InfoList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ManagerInfo_InfoList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoListReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ManagerClientServer).InfoList(ctx, in)
+		return srv.(ManagerInfoServer).InfoList(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/manager.managerClient/InfoList",
+		FullMethod: "/manager.managerInfo/InfoList",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ManagerClientServer).InfoList(ctx, req.(*InfoListReq))
+		return srv.(ManagerInfoServer).InfoList(ctx, req.(*InfoListReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ManagerClient_InfoDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ManagerInfo_InfoDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoDetailReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ManagerClientServer).InfoDetail(ctx, in)
+		return srv.(ManagerInfoServer).InfoDetail(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/manager.managerClient/InfoDetail",
+		FullMethod: "/manager.managerInfo/InfoDetail",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ManagerClientServer).InfoDetail(ctx, req.(*InfoDetailReq))
+		return srv.(ManagerInfoServer).InfoDetail(ctx, req.(*InfoDetailReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ManagerClient_InfoExamine_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ManagerInfo_InfoExamine_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InfoExamineReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ManagerClientServer).InfoExamine(ctx, in)
+		return srv.(ManagerInfoServer).InfoExamine(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/manager.managerClient/InfoExamine",
+		FullMethod: "/manager.managerInfo/InfoExamine",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ManagerClientServer).InfoExamine(ctx, req.(*InfoExamineReq))
+		return srv.(ManagerInfoServer).InfoExamine(ctx, req.(*InfoExamineReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ManagerClient_InstitutionsFreeze_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ManagerInfo_InstitutionsFreeze_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(InstitutionsFreezeReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ManagerClientServer).InstitutionsFreeze(ctx, in)
+		return srv.(ManagerInfoServer).InstitutionsFreeze(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/manager.managerClient/InstitutionsFreeze",
+		FullMethod: "/manager.managerInfo/InstitutionsFreeze",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ManagerClientServer).InstitutionsFreeze(ctx, req.(*InstitutionsFreezeReq))
+		return srv.(ManagerInfoServer).InstitutionsFreeze(ctx, req.(*InstitutionsFreezeReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-func _ManagerClient_InfoOneKeyAction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+func _ManagerInfo_InfoOneKeyAction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
 	in := new(OneKeyActionReq)
 	if err := dec(in); err != nil {
 		return nil, err
 	}
 	if interceptor == nil {
-		return srv.(ManagerClientServer).InfoOneKeyAction(ctx, in)
+		return srv.(ManagerInfoServer).InfoOneKeyAction(ctx, in)
 	}
 	info := &grpc.UnaryServerInfo{
 		Server:     srv,
-		FullMethod: "/manager.managerClient/InfoOneKeyAction",
+		FullMethod: "/manager.managerInfo/InfoOneKeyAction",
 	}
 	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
-		return srv.(ManagerClientServer).InfoOneKeyAction(ctx, req.(*OneKeyActionReq))
+		return srv.(ManagerInfoServer).InfoOneKeyAction(ctx, req.(*OneKeyActionReq))
 	}
 	return interceptor(ctx, in, info, handler)
 }
 
-// ManagerClient_ServiceDesc is the grpc.ServiceDesc for ManagerClient service.
+// ManagerInfo_ServiceDesc is the grpc.ServiceDesc for ManagerInfo service.
 // It's only intended for direct use with grpc.RegisterService,
 // and not to be introspected or modified (even as a copy)
-var ManagerClient_ServiceDesc = grpc.ServiceDesc{
-	ServiceName: "manager.managerClient",
-	HandlerType: (*ManagerClientServer)(nil),
+var ManagerInfo_ServiceDesc = grpc.ServiceDesc{
+	ServiceName: "manager.managerInfo",
+	HandlerType: (*ManagerInfoServer)(nil),
 	Methods: []grpc.MethodDesc{
 		{
 			MethodName: "InfoList",
-			Handler:    _ManagerClient_InfoList_Handler,
+			Handler:    _ManagerInfo_InfoList_Handler,
 		},
 		{
 			MethodName: "InfoDetail",
-			Handler:    _ManagerClient_InfoDetail_Handler,
+			Handler:    _ManagerInfo_InfoDetail_Handler,
 		},
 		{
 			MethodName: "InfoExamine",
-			Handler:    _ManagerClient_InfoExamine_Handler,
+			Handler:    _ManagerInfo_InfoExamine_Handler,
 		},
 		{
 			MethodName: "InstitutionsFreeze",
-			Handler:    _ManagerClient_InstitutionsFreeze_Handler,
+			Handler:    _ManagerInfo_InstitutionsFreeze_Handler,
 		},
 		{
 			MethodName: "InfoOneKeyAction",
-			Handler:    _ManagerClient_InfoOneKeyAction_Handler,
+			Handler:    _ManagerInfo_InfoOneKeyAction_Handler,
 		},
 	},
 	Streams:  []grpc.StreamDesc{},

+ 3 - 3
rpc/model/es/es.go

@@ -1,7 +1,7 @@
 package model
 
 import (
-	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerclient"
+	"app.yhyue.com/moapp/jyInfo/rpc/consumer/consumerinfo"
 	"fmt"
 	"strconv"
 	"strings"
@@ -18,7 +18,7 @@ const (
 )
 
 //获取供应信息
-func GetSupplyInfoList(in *consumerclient.SupplyInfoSearchReq) (list *[]map[string]interface{}, total int64) {
+func GetSupplyInfoList(in *consumerinfo.SupplyInfoSearchReq) (list *[]map[string]interface{}, total int64) {
 	isHight := false
 	if in.SearchType != "" {
 		for _, v := range strings.Split(in.SearchType, ",") {
@@ -45,7 +45,7 @@ func GetSupplyInfoList(in *consumerclient.SupplyInfoSearchReq) (list *[]map[stri
 }
 
 //
-func GetSearchQuery(in *consumerclient.SupplyInfoSearchReq) (qstr string) {
+func GetSearchQuery(in *consumerinfo.SupplyInfoSearchReq) (qstr string) {
 	query := `{"query":{"bool":{"must":[%s],"must_not":[%s]}}}`
 	multi_match := `{"multi_match": {"query": "%s","type": "phrase", "fields": [%s]}}`
 	province := `{"terms":{"province":[%s]}}`